rpms/openoffice.org/devel openoffice.org.spec,1.606,1.607

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Jan 16 09:44:49 UTC 2006


Author: caolanm

Update of /cvs/dist/rpms/openoffice.org/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv789

Modified Files:
	openoffice.org.spec 
Log Message:
rh#177669# twit


Index: openoffice.org.spec
===================================================================
RCS file: /cvs/dist/rpms/openoffice.org/devel/openoffice.org.spec,v
retrieving revision 1.606
retrieving revision 1.607
diff -u -r1.606 -r1.607
--- openoffice.org.spec	13 Jan 2006 16:21:40 -0000	1.606
+++ openoffice.org.spec	16 Jan 2006 09:44:39 -0000	1.607
@@ -1,6 +1,6 @@
 %define oootag OOA680
 %define ooomilestone 1
-%define rh_rpm_release 5.cmctest
+%define rh_rpm_release 6
 
 %define build_fc5 1
 %define build_fc4 0
@@ -2887,7 +2887,7 @@
 update-desktop-database -q %{_datadir}/applications
 for theme in hicolor locolor gnome; do
   if [ -x /usr/bin/gtk-update-icon-cache ]; then
-    if test -f "%{_datadir}/icons/$theme"; then
+    if test -d "%{_datadir}/icons/$theme"; then
       if test -f "%{_datadir}/icons/$theme/index.theme"; then
         touch --no-create %{_datadir}/icons/$theme
         gtk-update-icon-cache -q %{_datadir}/icons/$theme
@@ -2900,7 +2900,7 @@
 update-desktop-database -q %{_datadir}/applications
 for theme in hicolor locolor gnome; do
   if [ -x /usr/bin/gtk-update-icon-cache ]; then
-    if test -f "%{_datadir}/icons/$theme"; then
+    if test -d "%{_datadir}/icons/$theme"; then
       if test -f "%{_datadir}/icons/$theme/index.theme"; then
         touch --no-create %{_datadir}/icons/$theme
         gtk-update-icon-cache -q %{_datadir}/icons/$theme
@@ -3342,8 +3342,8 @@
 %{instdir}/share/registry/modules/org/openoffice/Office/Scripting/Scripting-python.xcu
 
 %changelog
-* Fri Jan 13 2006 Caolan McNamara <caolanm at redhat.com> - 1:2.0.1.1-5.cmctest
-- icons
+* Fri Jan 13 2006 Caolan McNamara <caolanm at redhat.com> - 1:2.0.1.1-6
+- rh#177669# icons s/test -f/test -d/ :-)
 
 * Wed Jan 04 2006 Caolan McNamara <caolanm at redhat.com> - 1:2.0.1.1-5
 - spinbutton factory needs to be uneditable as well as combobox




More information about the fedora-cvs-commits mailing list