rpms/system-config-soundcard/devel system-config-soundcard.spec, 1.5, 1.6

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Mar 25 16:42:17 UTC 2005


Update of /cvs/dist/rpms/system-config-soundcard/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv31406

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



Index: system-config-soundcard.spec
===================================================================
RCS file: /cvs/dist/rpms/system-config-soundcard/devel/system-config-soundcard.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- system-config-soundcard.spec	30 Sep 2004 08:30:30 -0000	1.5
+++ system-config-soundcard.spec	25 Mar 2005 16:42:15 -0000	1.6
@@ -1,7 +1,7 @@
 Summary: A graphical interface for detecting and configuring soundcards
 Name: system-config-soundcard
 Version: 1.2.10
-Release: 1
+Release: 2
 URL: http://fedora.redhat.com/projects/config-tools/redhat-config-soundcard.html
 License: GPL
 ExclusiveOS: Linux
@@ -44,11 +44,23 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+touch --no-create %{_datadir}/icons/hicolor
+if [-x /usr/bin/gtk-update-icon-cache ]; then
+  gtk-update-icon-cache %{_datadir}/icons/hicolor
+fi
+
 %preun
 if [ -d /usr/share/system-config-soundcard ] ; then
   rm -rf /usr/share/system-config-soundcard/*.pyc
 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
+
 %files -f %{name}.lang
 %defattr(-,root,root)
 #%doc COPYING
@@ -62,6 +74,9 @@
 %attr(0644,root,root) %config /etc/pam.d/system-config-soundcard
 
 %changelog
+* Fri Mar 25 2005 Christopher Aillon <caillon at redhat.com> 1.2.10-2
+- Update the GTK+ theme icon cache on (un)install
+
 * Wed Sep 29 2004 - Bastien Nocera <bnocera at redhat.com> 1.2.10-1
 - Added a kudzu dependency (#133756)
 




More information about the fedora-cvs-commits mailing list