rpms/deluge/devel deluge.spec,1.39,1.40

Peter Gordon (pgordon) fedora-extras-commits at redhat.com
Sun Dec 9 19:22:52 UTC 2007


Author: pgordon

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

Modified Files:
	deluge.spec 
Log Message:
Add missing icon cache %post and %postun scriplets.


Index: deluge.spec
===================================================================
RCS file: /cvs/pkgs/rpms/deluge/devel/deluge.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- deluge.spec	7 Dec 2007 20:29:34 -0000	1.39
+++ deluge.spec	9 Dec 2007 19:22:18 -0000	1.40
@@ -3,7 +3,7 @@
 
 Name:		deluge
 Version:	0.5.7.1
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	A GTK+ BitTorrent client with support for DHT, UPnP, and PEX
 Group:		Applications/Internet
 License:	GPLv2+
@@ -107,13 +107,24 @@
 
 %post
 update-desktop-database &>/dev/null ||:
+touch --no-create %{_datadir}/icons/hicolor
+if [ -x %{_bindir}/gtk-update-icon-cache ]; then
+	%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
+fi
 
 
 %postun
 update-desktop-database &> /dev/null ||:
+touch --no-create %{_datadir}/icons/hicolor
+if [ -x %{_bindir}/gtk-update-icon-cache ]; then
+	%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
+fi
 
 
 %changelog
+* Sun Dec 09 2007 Peter Gordon <peter at thecodergeek.com> - 0.5.7.1-2
+- Add missing icon cache %%post and %%postun scriptlets.
+
 * Fri Dec 07 2007 Peter Gordon <peter at thecodergeek.com> - 0.5.7.1-1
 - Update to new upstream bug-fix release (0.5.7.1).
 - Sort %%files list (aesthetic-only change).




More information about the fedora-extras-commits mailing list