rpms/fedora-logos/devel fedora-logos.spec,1.90,1.91

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Fri Oct 19 23:33:38 UTC 2007


Author: mclasen

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

Modified Files:
	fedora-logos.spec 
Log Message:
silence %%post



Index: fedora-logos.spec
===================================================================
RCS file: /cvs/extras/rpms/fedora-logos/devel/fedora-logos.spec,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- fedora-logos.spec	17 Oct 2007 14:42:47 -0000	1.90
+++ fedora-logos.spec	19 Oct 2007 23:33:05 -0000	1.91
@@ -1,7 +1,7 @@
 Name: fedora-logos
 Summary: Fedora-related icons and pictures
 Version: 8.0.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 Group: System Environment/Base
 Source0: fedora-logos-%{version}.tar.bz2
 
@@ -155,9 +155,15 @@
 touch --no-create %{_datadir}/icons/Bluecurve || :
 touch --no-create %{_datadir}/icons/Fedora || :
 if [ -x /usr/bin/gtk-update-icon-cache ]; then
-  gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
-  gtk-update-icon-cache --quiet %{_datadir}/icons/Bluecurve || :
-  gtk-update-icon-cache --quiet %{_datadir}/icons/Fedora || :
+  if [ -f %{_datadir}/icons/hicolor/index.theme ]; then
+    gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+  fi
+  if [ -f %{_datadir}/icons/Bluecurve/index.theme ]; then
+    gtk-update-icon-cache --quiet %{_datadir}/icons/Bluecurve || :
+  fi
+  if [ -f %{_datadir}/icons/Fedora/index.theme ]; then
+    gtk-update-icon-cache --quiet %{_datadir}/icons/Fedora || :
+  fi
 fi
 
 %files
@@ -189,6 +195,9 @@
 # end i386 bits
 
 %changelog
+* Fri Oct 19 2007 Matthias Clasen <mclasen at redhat.com> - 8.0.0-2
+- Silence %%post (#340551)
+
 * Wed Oct 17 2007 Ray Strode <rstrode at redhat.com> - 8.0.0-1
 - Drop Fedora Infinity gdm theme
 




More information about the fedora-extras-commits mailing list