diff --git a/.cvsignore b/.cvsignore index 8fbfa91..7ce43e2 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -acetoneiso2_2.0.2_source.tar.bz2 +acetoneiso_2.0.3RC1.tar.gz diff --git a/AcetoneISO2.spec b/AcetoneISO2.spec index 6f5b790..762e280 100644 --- a/AcetoneISO2.spec +++ b/AcetoneISO2.spec @@ -1,14 +1,16 @@ +%define prever RC1 + Name: AcetoneISO2 -Version: 2.0.2 -Release: 4%{?dist} +Version: 2.0.3 +Release: 0.1.%{prever}%{?dist} Summary: CD/DVD Image Manipulator Group: Applications/Archiving License: GPLv3 URL: http://www.acetoneteam.org/ -Source0: http://downloads.sourceforge.net/acetoneiso2/acetoneiso2_%{version}_source.tar.bz2 -Patch0: acetoneiso2-desktop.patch +Source0: http://www.acetoneteam.org/download/acetoneiso_%{version}%{prever}.tar.gz +Patch0: acetoneiso2-2.0.3-desktop.patch Patch1: acetoneiso2-2.0.2-no-optdirs.patch -Patch2: AcetoneISO2-2.0.2-no-poweriso-for-non-x86.patch +Patch2: AcetoneISO2-2.0.3-no-poweriso-for-non-x86.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: kdewebdev-devel, qt4-devel, desktop-file-utils Requires: p7zip, cdrdao @@ -29,25 +31,27 @@ AcetoneISO2: The CD/DVD image manipulator for Linux, it can do the following: - Split image into X megabyte chunks - Highly compress an image - Rip a PSX cd to *.bin to make it work with epsxe/psx emulators -- Service-Menu support for Konqueror - Restore a lost CUE file of *.bin *.img %prep -%setup -q -n acetoneiso2 +%setup -q -n acetoneiso_%{version}%{prever} %patch0 -p1 -%patch1 -p1 +# %%patch1 -p1 %patch2 -p1 %build -cd src/ +cd acetoneiso/ qmake-qt4 make %{?_smp_mflags} LFLAGS="$RPM_OPT_FLAGS" %install rm -rf $RPM_BUILD_ROOT -cd src +cd acetoneiso make INSTALL_ROOT=$RPM_BUILD_ROOT install mv $RPM_BUILD_ROOT%{_datadir}/applications/AcetoneISO.desktop $RPM_BUILD_ROOT%{_datadir}/applications/AcetoneISO2.desktop +mv $RPM_BUILD_ROOT%{_bindir}/acetoneiso $RPM_BUILD_ROOT%{_bindir}/acetoneiso2 + +sed -i 's|Exec=acetoneiso|Exec=acetoneiso2|g' $RPM_BUILD_ROOT%{_datadir}/applications/AcetoneISO2.desktop desktop-file-install --vendor "" \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ @@ -61,13 +65,14 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root) %doc AUTHORS CHANGELOG LICENSE README %{_bindir}/acetoneiso2 -%{_datadir}/acetoneiso2 +# %%{_datadir}/acetoneiso2 %{_datadir}/applications/AcetoneISO2.desktop %{_datadir}/pixmaps/Acetino2.png -%{_datadir}/apps/konqueror/servicemenus/acetoneiso2-* -%{_datadir}/apps/d3lphin/servicemenus/acetoneiso2-* %changelog +* Mon Dec 8 2008 Tom "spot" Callaway - 2.0.3-0.1.RC1 +- 2.0.3RC1 + * Tue May 27 2008 Tom "spot" Callaway - 2.0.2-4 - only try to use PowerISO as a converter on x86 platforms (bz 447214) diff --git a/sources b/sources index 8610dd4..cb77134 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e38209ce6667da07f1182b02549eb6e2 acetoneiso2_2.0.2_source.tar.bz2 +ff03b123f3003b22ef2792f2cb8864ee acetoneiso_2.0.3RC1.tar.gz