diff options
author | Michele Calgaro <[email protected]> | 2020-01-30 12:06:23 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-01-30 12:06:23 +0900 |
commit | 40be1ebef7a688235d4730561908a02f10505385 (patch) | |
tree | ab182bf59496abaee2ddbf03d3e910bd37ae57e8 /mandriva/2010.2/other/servicemenu-mountiso/mountiso-0.9.5.spec | |
parent | c169e89296c2d885faa5cdeba21dc35b10b2f583 (diff) | |
download | tde-packaging-40be1ebef7a688235d4730561908a02f10505385.tar.gz tde-packaging-40be1ebef7a688235d4730561908a02f10505385.zip |
Removed obsolete Mandriva 2010 packaging files.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'mandriva/2010.2/other/servicemenu-mountiso/mountiso-0.9.5.spec')
-rw-r--r-- | mandriva/2010.2/other/servicemenu-mountiso/mountiso-0.9.5.spec | 86 |
1 files changed, 0 insertions, 86 deletions
diff --git a/mandriva/2010.2/other/servicemenu-mountiso/mountiso-0.9.5.spec b/mandriva/2010.2/other/servicemenu-mountiso/mountiso-0.9.5.spec deleted file mode 100644 index e351f2d7f..000000000 --- a/mandriva/2010.2/other/servicemenu-mountiso/mountiso-0.9.5.spec +++ /dev/null @@ -1,86 +0,0 @@ -%define name kde3-servicemenu-mountiso -%define origname mountiso -%define version 0.9.5 -%define release %mkrel 3 -%define group Graphical desktop/KDE -%define arch noarch -%define distro %(rpm -qf --qf='%{VERSION}' /etc/mandrake-release) - - -Name: %{name} -Version: %{version} -Release: %{release} -License: GPL -Group: %{group} -Summary: MountISO - ISO Imager Mounter -Source0: %{origname}-%{version}.tar.bz2 -Patch0: fix_weird_iso_names.patch -Url: http://www.kde-apps.org/content/show.php/MountISO?content=11577 -BuildRoot: %{_tmppath}/%{origname}-%{version}-buildroot -BuildArch: %{arch} -#Conflicts: -Obsoletes: %{origname} -#BuildRequires: -Requires: kdebase -Suggests: ccd2iso cdemu extract-xiso bchunk mdf2iso - - -%description -Mount ISO Image is an advanced script which allows to perform multiple operations with ISO, NRG (Nero Burning ROM), UDF (DVD), CUE/BIN, CCD/IMG/SUB (CloneCD), XDVDFS (XBOX) and MDF images. - -Optionally can be installed the packages “ccd2iso, cdemu and extract-xiso”. - -Translations ------------- -- German (by Markus Bloch) -- Italian (by marcosegato) -- Russian (by Jinjiru) -- Serbian (by Mladen Pejaković) -- Spanish (by Javier Ariza Rodríguez & Alberto Garcia) -- Turkish (by Atilla Öntaş) - - -%prep -%setup -q -n usr -%patch0 -p1 -%build - -%install -rm -rf %buildroot -mkdir -p %{buildroot}%_kde3_datadir -mkdir -p %{buildroot}%_kde3_bindir -cp -R bin/* %{buildroot}%_kde3_bindir/ -cp -R share/* %{buildroot}%_kde3_datadir/ -#remove x-cue.desktop. Conflicts with kdelibs3-common-30000000:3.5.10-12mvt2010.0.x86_64 -pushd %buildroot/%_kde3_datadir/ - rm -rf mimelnk/application/x-cue.desktop -popd - -%clean -rm -rf $RPM_BUILD_ROOT - -%files -%defattr(-,root,root) -%_kde3_bindir/* -%_kde3_appsdir/konqueror/servicemenus/*.desktop -%_kde3_appsdir/d3lphin/servicemenus/*.desktop -%_kde3_datadir/mimelnk/application/*.desktop - -%changelog -* Fri Jul 22 2011 Tim Williams <[email protected]> 0.9.5-3mvt2010.2 -- Built for Trinity KDE - -* Mon Jul 19 2010 Tim Williams <[email protected]> 0.9.5-2mvt2010.0 -- Built for MDV 2010.1 - -* Sat Nov 21 2009 Atilla ÖNTAŞ <[email protected]> 0.9.5-1mvt2010.0 --Packaged for 2010.0 - -* Sat Mar 22 2008 maik3531 <[email protected]> 0.9.5-1pclos2007 -- rebuild to PCLinuxOS -- provide a new Source0 -- add description -l de & summary de - -* Fri Mar 21 2008 Erkan Kaplan <[email protected]> -- First build - |