rpms/transmission/devel transmission.spec,1.64,1.65

Rex Dieter rdieter at fedoraproject.org
Wed Feb 24 19:46:41 UTC 2010


Author: rdieter

Update of /cvs/pkgs/rpms/transmission/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10677

Modified Files:
	transmission.spec 
Log Message:
* Wed Feb 24 2010 Rex Dieter <rdieter at fedoraproject.org> - 1.91-2
- -common: move icon scriptlets here (where the icons are), update/optimize 
- -qt : add mime scriptlet



Index: transmission.spec
===================================================================
RCS file: /cvs/pkgs/rpms/transmission/devel/transmission.spec,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -p -r1.64 -r1.65
--- transmission.spec	22 Feb 2010 06:49:25 -0000	1.64
+++ transmission.spec	24 Feb 2010 19:46:41 -0000	1.65
@@ -1,6 +1,6 @@
 Name:           transmission
 Version:        1.91
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A lightweight GTK+ BitTorrent client
 
 Group:          Applications/Internet
@@ -124,13 +124,16 @@ desktop-file-install --dir=%{buildroot}%
 %clean
 rm -rf %{buildroot}
 
+%post common
+touch --no-create %{_datadir}/icons/hicolor || :
+
 %post daemon
 /sbin/chkconfig --add transmission-daemon
 
 %post gtk
+update-desktop-database > /dev/null 2>&1 || :
 
-touch --no-create %{_datadir}/icons/hicolor || :
-%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+%post qt
 update-desktop-database > /dev/null 2>&1 || :
 
 %preun daemon
@@ -139,16 +142,27 @@ if [ $1 = 0 ] ; then
     /sbin/chkconfig --del transmission-daemon
 fi
 
+%postun common
+if [ $1 -eq 0 ]; then
+touch --no-create %{_datadir}/icons/hicolor || :
+%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+fi
+
 %postun daemon
 if [ "$1" -ge "1" ] ; then
     /sbin/service transmission-daemon condrestart >/dev/null 2>&1 || :
 fi
 
 %postun gtk
-touch --no-create %{_datadir}/icons/hicolor || :
-%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
 update-desktop-database > /dev/null 2>&1 || :
 
+%postun qt
+update-desktop-database > /dev/null 2>&1 || :
+
+%posttrans common
+%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+
+
 %files 
 
 %files common 
@@ -185,6 +199,10 @@ update-desktop-database > /dev/null 2>&1
 %{_datadir}/applications/qtr.desktop
 
 %changelog
+* Wed Feb 24 2010 Rex Dieter <rdieter at fedoraproject.org> - 1.91-2
+- -common: move icon scriptlets here (where the icons are), update/optimize 
+- -qt : add mime scriptlet
+
 * Mon Feb 22 2010 Rahul Sundaram <sundaram at fedoraproject.org> - 1.91-1
 - http://trac.transmissionbt.com/wiki/Changes#version-1.91
 



More information about the scm-commits mailing list