rpms/agave/devel agave.spec,1.1,1.2

Aurelien Bompard (abompard) fedora-extras-commits at redhat.com
Sun Jul 23 16:33:19 UTC 2006


Author: abompard

Update of /cvs/extras/rpms/agave/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26017

Modified Files:
	agave.spec 
Log Message:
- fix a few old references to Colorscheme
- add scriptlets to update the GTK icon cache



Index: agave.spec
===================================================================
RCS file: /cvs/extras/rpms/agave/devel/agave.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- agave.spec	23 Jul 2006 15:43:07 -0000	1.1
+++ agave.spec	23 Jul 2006 16:33:19 -0000	1.2
@@ -27,9 +27,8 @@
 Have you ever been re-finishing a room in your home and found yourself asking 
 "What color would go well with this" ? Or been working on a website and not
 able to find the perfect colorscheme to go with the company logo ?
-Try GNOME Colorscheme. GNOME Colorscheme is a very simple application for the
-GNOME desktop that allows you to generate a variety of colorschemes from a
-single starting color.
+Try Agave. Agave is a very simple application for the GNOME desktop that
+allows you to generate a variety of colorschemes from a single starting color.
 
 
 %prep
@@ -63,6 +62,19 @@
 rm -rf $RPM_BUILD_ROOT
 
 
+%post
+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
+touch --no-create %{_datadir}/icons/hicolor || :
+if [ -x %{_bindir}/gtk-update-icon-cache ]; then
+   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+fi
+
+
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc README COPYING NEWS AUTHORS ChangeLog TODO




More information about the fedora-extras-commits mailing list