SPECS: ccsm.spec - run %update_icon_cache in %post / %postun

megabajt megabajt at pld-linux.org
Sun Oct 21 12:31:51 CEST 2007


Author: megabajt                     Date: Sun Oct 21 10:31:51 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- run %update_icon_cache in %post / %postun

---- Files affected:
SPECS:
   ccsm.spec (1.9 -> 1.10) 

---- Diffs:

================================================================
Index: SPECS/ccsm.spec
diff -u SPECS/ccsm.spec:1.9 SPECS/ccsm.spec:1.10
--- SPECS/ccsm.spec:1.9	Sun Oct 21 10:20:09 2007
+++ SPECS/ccsm.spec	Sun Oct 21 12:31:46 2007
@@ -11,7 +11,8 @@
 URL:		http://forum.compiz-fusion.org/
 BuildRequires:	python-devel >= 1:2.5
 BuildRequires:	rpm-pythonprov
-BuildRequires:	rpmbuild(macros) >= 1.234
+BuildRequires:	rpmbuild(macros) >= 1.311
+Requires(post,postun):	gtk+2
 Requires:	python-compizconfig >= %{version}
 Requires:	python-pygtk-gtk >= 2:2.10.0
 Suggests:	python-sexy
@@ -48,6 +49,12 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+%update_icon_cache hicolor
+
+%postun
+%update_icon_cache hicolor
+
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/ccsm
@@ -64,6 +71,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.10  2007/10/21 10:31:46  megabajt
+- run %update_icon_cache in %post / %postun
+
 Revision 1.9  2007/10/21 08:20:09  rotom
 - up to 0.6.0
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ccsm.spec?r1=1.9&r2=1.10&f=u



More information about the pld-cvs-commit mailing list