rpms/tvtime/devel tvtime.spec,1.14,1.15

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Mar 25 16:46:52 UTC 2005


Update of /cvs/dist/rpms/tvtime/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv2204

Modified Files:
	tvtime.spec 
Log Message:
* Fri Mar 25 2005 Christopher Aillon <caillon at redhat.com> 0.9.15-5
- Update the GTK+ theme icon cache on (un)install



Index: tvtime.spec
===================================================================
RCS file: /cvs/dist/rpms/tvtime/devel/tvtime.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- tvtime.spec	5 Mar 2005 21:41:21 -0000	1.14
+++ tvtime.spec	25 Mar 2005 16:46:50 -0000	1.15
@@ -1,7 +1,7 @@
 Summary: A high quality TV viewer.
 Name: tvtime
 Version: 0.9.15
-Release: 4
+Release: 5
 License: GPL
 Group: Applications/Multimedia
 URL: http://tvtime.sourceforge.net
@@ -17,6 +17,7 @@
 BuildRequires: XFree86-devel
 BuildRequires: SDL-devel
 BuildRequires: libxml2-devel
+Prereq: gtk2 >= 2.6
 
 ExcludeArch: s390 s390x
 
@@ -47,6 +48,18 @@
 
 %find_lang %{name}
 
+%post
+touch --no-create %{_datadir}/icons/hicolor
+if [-x /usr/bin/gtk-update-icon-cache ]; then
+  gtk-update-icon-cache %{_datadir}/icons/hicolor
+fi
+
+%postun
+touch --no-create %{_datadir}/icons/hicolor
+if [-x /usr/bin/gtk-update-icon-cache ]; then
+  gtk-update-icon-cache %{_datadir}/icons/hicolor
+fi
+
 %clean
 rm -rf %{buildroot}
 
@@ -68,6 +81,9 @@
 %{_bindir}/tvtime
 
 %changelog
+* Fri Mar 25 2005 Christopher Aillon <caillon at redhat.com> 0.9.15-5
+- Update the GTK+ theme icon cache on (un)install
+
 * Sat Mar 05 2005 Than Ngo <than at redhat.com> 0.9.15-4
 - rebuilt
 




More information about the fedora-cvs-commits mailing list