rpms/deluge/devel deluge.spec,1.16,1.17

Peter Gordon (pgordon) fedora-extras-commits at redhat.com
Tue Jul 10 06:50:33 UTC 2007


Author: pgordon

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

Modified Files:
	deluge.spec 
Log Message:
Fix build.


Index: deluge.spec
===================================================================
RCS file: /cvs/extras/rpms/deluge/devel/deluge.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- deluge.spec	10 Jul 2007 03:12:02 -0000	1.16
+++ deluge.spec	10 Jul 2007 06:49:57 -0000	1.17
@@ -16,8 +16,10 @@
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+BuildRequires:	boost-devel
 BuildRequires:	desktop-file-utils
 BuildRequires:	libtool
+BuildRequires:	openssl-devel
 BuildRequires:	python-devel
 ## Not used for now: Deluge builds against its own internal copy of
 ## rb_libtorrent. See below for more details. 
@@ -49,9 +51,9 @@
 Deluge is a new BitTorrent client, created using Python and GTK+. It is
 intended to bring a native, full-featured client to Linux GTK+ desktop
 environments such as GNOME and XFCE. It supports features such as DHT
-(Distributed Hash Tables) and UPnP (Universal Plug-n-Play) that allow one to
-more easily share BitTorrent data even from behind a router with virtually
-zero configuration of port-forwarding.
+(Distributed Hash Tables), PEX (µTorrent-compatible Peer Exchange), and UPnP
+(Universal Plug-n-Play) that allow one to more easily share BitTorrent data
+even from behind a router with virtually zero configuration of port-forwarding.
 
 
 %prep
@@ -105,8 +107,8 @@
 %changelog
 * Sun Jul 08 2007 Peter Gordon <peter at thecodergeek.com> - 0.5.2-1
 - Update to new upstream release (0.5.2)
-- Update description to reflect new µTorrent-compatible Peer Exchange ("PEX")
-  capability.
+- Update Summary and %%description to reflect new µTorrent-compatible Peer
+  Exchange ("PEX") functionality.
 
 * Thu Jun 07 2007 Peter Gordon <peter at thecodergeek.com> - 0.5.0.90.2-2
 - Update to new upstream release (0.5.1 Beta 2)




More information about the scm-commits mailing list