rpms/deluge/devel .cvsignore, 1.9, 1.10 deluge.spec, 1.20, 1.21 sources, 1.9, 1.10

Peter Gordon (pgordon) fedora-extras-commits at redhat.com
Thu Jul 26 02:36:39 UTC 2007


Author: pgordon

Update of /cvs/extras/rpms/deluge/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23829

Modified Files:
	.cvsignore deluge.spec sources 
Log Message:
Update to 0.5.3


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/deluge/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	20 Jul 2007 23:26:29 -0000	1.9
+++ .cvsignore	26 Jul 2007 02:36:07 -0000	1.10
@@ -1 +1 @@
-deluge-0.5.2.90.tar.gz
+deluge-0.5.3.tar.gz


Index: deluge.spec
===================================================================
RCS file: /cvs/extras/rpms/deluge/devel/deluge.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- deluge.spec	20 Jul 2007 23:30:09 -0000	1.20
+++ deluge.spec	26 Jul 2007 02:36:07 -0000	1.21
@@ -2,9 +2,9 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:		deluge
-Version:	0.5.2.90
+Version:	0.5.3
 Release:	1%{?dist}
-Summary:	A GTK+ BitTorrent client with support for DHT, UPnP, and PEX.
+Summary:	A GTK+ BitTorrent client with support for DHT, UPnP, and PEX
 Group:		Applications/Internet
 License:	GPL
 URL:		http://deluge-torrent.org/           
@@ -66,21 +66,18 @@
 ## FIXME: This should really use %%{?_smp_mflags} or similar for parallel
 ## compilations; but the build system on this doesn't support such flags at
 ## this time.
-%ifarch x86_64 ppc64 sparc64
-	CFLAGS="%{optflags} -DAMD64" %{__python} setup.py build
-%else
-	CFLAGS="%{optflags}" %{__python} setup.py build
-%endif
+CFLAGS="%{optflags}" %{__python} setup.py build
 
 
 %install
 rm -rf %{buildroot}
 %{__python} setup.py install -O1 --skip-build --root %{buildroot}
-desktop-file-install --vendor fedora	\
+desktop-file-install --vendor fedora			\
 	--dir %{buildroot}%{_datadir}/applications	\
-	--copy-name-to-generic-name	\
+	--copy-name-to-generic-name			\
 	--add-mime-type=application/x-bittorrent	\
-	--delete-original	\
+	--delete-original				\
+	--remove-category=Application			\
 	%{buildroot}%{_datadir}/applications/%{name}.desktop
 %find_lang %{name}
 
@@ -108,6 +105,11 @@
 
 
 %changelog
+* Fri Jul 20 2007 Peter Gordon <peter at thecodergeek.com> - 0.5.3-1
+- Update to new upstream release candidate (0.5.3)
+- Drop %%ifarch invocations for 64-bit builds. The internal setup script now
+  properly determines this and adds the AMD64 compiler definition if necessary.
+
 * Fri Jul 20 2007 Peter Gordon <peter at thecodergeek.com> - 0.5.2.90-1
 - Update to new upstream release candidate (0.5.3 RC1)
 - Drop stale persistence fix patch (applied upstream):


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/deluge/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	20 Jul 2007 23:26:29 -0000	1.9
+++ sources	26 Jul 2007 02:36:07 -0000	1.10
@@ -1 +1 @@
-9c7a27a9551ef3bebabce102ade8a430  deluge-0.5.2.90.tar.gz
+382141fdf1c55dc75a183da02d2239fb  deluge-0.5.3.tar.gz




More information about the fedora-extras-commits mailing list