rpms/gnome-themes/FC-5 gnome-themes.spec,1.55,1.56

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Jun 7 13:15:54 UTC 2006


Author: mclasen

Update of /cvs/dist/rpms/gnome-themes/FC-5
In directory cvs.devel.redhat.com:/tmp/cvs-serv27083

Modified Files:
	gnome-themes.spec 
Log Message:
fix a problem in %post



Index: gnome-themes.spec
===================================================================
RCS file: /cvs/dist/rpms/gnome-themes/FC-5/gnome-themes.spec,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- gnome-themes.spec	29 May 2006 19:31:31 -0000	1.55
+++ gnome-themes.spec	7 Jun 2006 13:15:51 -0000	1.56
@@ -4,7 +4,7 @@
 Summary: Themes collection for GNOME
 Name: gnome-themes
 Version: 2.14.2
-Release: 1
+Release: 1.fc5.1
 URL: http://ftp.gnome.org/pub/GNOME/sources/gnome-themes/
 Source: %{name}-%{version}.tar.bz2
 Source1: clearlooks-%{clearlooks_version}.tar.bz2
@@ -78,7 +78,7 @@
 for dir in /usr/share/icons/*; do 
   if test -d "$dir"; then 
     if test -f "$dir/index.theme"; then
-      /usr/bin/gtk-update-icon-cache --quiet $dir
+      /usr/bin/gtk-update-icon-cache --quiet "$dir"
     fi
   fi
 done
@@ -90,6 +90,9 @@
 %doc AUTHORS ChangeLog COPYING NEWS README
 
 %changelog
+* Wed Jun  7 2006 Matthias Clasen <mclasen at redhat.com> - 2.14.2-1.fc5.1
+- Fix a problem in %%post (#194323)
+
 * Mon May 29 2006 Matthias Clasen <mclasen at redhat.com> - 2.14.2-1
 - Update to 2.14.2
 




More information about the fedora-cvs-commits mailing list