rpms/deluge/F-8 deluge.spec,1.39,1.40

Peter Gordon (pgordon) fedora-extras-commits at redhat.com
Thu Jan 10 03:18:49 UTC 2008


Author: pgordon

Update of /cvs/pkgs/rpms/deluge/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9207/F-8

Modified Files:
	deluge.spec 
Log Message:
Sync icon name fix across all branches; add dbus-x11 dependency (bug 428106); fix upgrade path issues betweeen F7->F8+ and F8->devel.


Index: deluge.spec
===================================================================
RCS file: /cvs/pkgs/rpms/deluge/F-8/deluge.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- deluge.spec	2 Jan 2008 08:15:48 -0000	1.39
+++ deluge.spec	10 Jan 2008 03:18:13 -0000	1.40
@@ -3,7 +3,7 @@
 
 Name:		deluge
 Version:	0.5.8
-Release:	1%{?dist}
+Release:	3%{?dist}
 Summary:	A GTK+ BitTorrent client with support for DHT, UPnP, and PEX
 Group:		Applications/Internet
 License:	GPLv2+
@@ -29,6 +29,7 @@
 
 Requires:	/bin/sh
 Requires:	dbus-python
+Requires:	dbus-x11
 ## Required for the proper ownership of icon dirs.
 Requires:	hicolor-icon-theme
 Requires:	pygtk2-libglade
@@ -78,6 +79,8 @@
 %install
 rm -rf %{buildroot}
 %{__python} setup.py install -O1 --skip-build --root %{buildroot}
+## Fix the Icon name in the .desktop file: it shouldn't contain an extension.
+sed -i -e 's/Icon=deluge.png/Icon=deluge/' %{buildroot}%{_datadir}/applications/%{name}.desktop
 desktop-file-install --vendor fedora			\
 	--dir %{buildroot}%{_datadir}/applications	\
 	--copy-name-to-generic-name			\
@@ -120,6 +123,11 @@
 
 
 %changelog
+* Wed Jan 09 2008 Peter Gordon <peter at thecodergeek.com> - 0.5.8-3
+- Add runtime dependency on dbus-x11 for the dbus-launch utility. Fixes bug
+  428106 (Missing BR dbus-x11).
+- Bump release to 3 to maintain a proper F7->F8+ upgrade path.
+
 * Tue Jan 01 2008 Peter Gordon <peter at thecodergeek.com> - 0.5.8-1
 - Update to new upstream release (0.5.8)
 - Merge Mamoru Tasaka's no-release-notification patch into the default-prefs




More information about the fedora-extras-commits mailing list