rpms/AcetoneISO2/devel .cvsignore, 1.3, 1.4 AcetoneISO2.spec, 1.5, 1.6 sources, 1.3, 1.4

Tom Callaway spot at fedoraproject.org
Mon Dec 8 23:01:08 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/AcetoneISO2/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24469/devel

Modified Files:
	.cvsignore AcetoneISO2.spec sources 
Log Message:
2.0.3RC1


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/AcetoneISO2/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	7 May 2008 20:51:00 -0000	1.3
+++ .cvsignore	8 Dec 2008 23:00:38 -0000	1.4
@@ -1 +1 @@
-acetoneiso2_2.0.2_source.tar.bz2
+acetoneiso_2.0.3RC1.tar.gz


Index: AcetoneISO2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/AcetoneISO2/devel/AcetoneISO2.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- AcetoneISO2.spec	27 May 2008 17:04:39 -0000	1.5
+++ AcetoneISO2.spec	8 Dec 2008 23:00:38 -0000	1.6
@@ -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 @@
 - 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 @@
 %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 <tcallawa at redhat.com> - 2.0.3-0.1.RC1
+- 2.0.3RC1
+
 * Tue May 27 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 2.0.2-4
 - only try to use PowerISO as a converter on x86 platforms (bz 447214)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/AcetoneISO2/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	7 May 2008 20:51:00 -0000	1.3
+++ sources	8 Dec 2008 23:00:38 -0000	1.4
@@ -1 +1 @@
-e38209ce6667da07f1182b02549eb6e2  acetoneiso2_2.0.2_source.tar.bz2
+ff03b123f3003b22ef2792f2cb8864ee  acetoneiso_2.0.3RC1.tar.gz




More information about the fedora-extras-commits mailing list