SPECS: deluge.spec - updated to 0.5.3 - added deluge-pld.patch to ...

jareq jareq at pld-linux.org
Mon Jul 30 22:21:58 CEST 2007


Author: jareq                        Date: Mon Jul 30 20:21:58 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 0.5.3
- added deluge-pld.patch to build with proper boost library name
- rel 1

---- Files affected:
SPECS:
   deluge.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/deluge.spec
diff -u SPECS/deluge.spec:1.3 SPECS/deluge.spec:1.4
--- SPECS/deluge.spec:1.3	Fri Mar 30 22:12:36 2007
+++ SPECS/deluge.spec	Mon Jul 30 22:21:53 2007
@@ -2,13 +2,14 @@
 Summary:	A Python BitTorrent client with support for UPnP and DHT
 Summary(pl.UTF-8):	Klient BitTorrenta napisany w Pythonie ze wspraciem dla UPnP i DHT
 Name:		deluge
-Version:	0.5.0
-Release:	0.1
+Version:	0.5.3
+Release:	1
 License:	GPL
 Group:		X11/Applications/Networking
-Source0:	http://deluge-torrent.org/downloads/%{name}-%{version}.tar.gz
-# Source0-md5:	d83e6ee573ac9e2e8d11bc3f446da3f8
+Source0:	http://download.deluge-torrent.org/stable/%{name}-%{version}.tar.gz
+# Source0-md5:	9e7b36bb946c5a1ddae0ffa9944a17e3
 #Source1:	%{name}-fixed-setup.py
+Patch0:		%{name}-pld.patch
 URL:		http://deluge-torrent.org/
 BuildRequires:	boost-program_options-devel
 BuildRequires:	boost-regex-devel
@@ -42,12 +43,13 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 ## We forcibly don't store the installation directory during the build, so
 ## we need to ensure that it is properly inserted into the code as required.
 %{__sed} -i -e "s:INSTALL_PREFIX = '@datadir@':INSTALL_PREFIX = '%{_usr}':" \
-	src/dcommon.py
+	src/common.py
 %ifarch %{x8664} ppc64 sparc64
 	CFLAGS="%{rpmcflags} -DAMD64" %{__python} setup.py build
 %else
@@ -77,7 +79,7 @@
 %attr(755,root,root) %{py_sitedir}/%{name}/*.so
 %{py_sitedir}/%{name}-%{version}-py*.egg-info
 %{_desktopdir}/%{name}.desktop
-%{_pixmapsdir}/%{name}.xpm
+%{_pixmapsdir}/%{name}.png
 %{_datadir}/%{name}
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -86,6 +88,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2007/07/30 20:21:53  jareq
+- updated to 0.5.3
+- added deluge-pld.patch to build with proper boost library name
+- rel 1
+
 Revision 1.3  2007/03/30 20:12:36  qboosh
 - pl desc, cleanup
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/deluge.spec?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list