rpms/openoffice.org/F-11 openoffice.org.spec,1.1877,1.1878

Caolan McNamara caolanm at fedoraproject.org
Thu Apr 16 12:26:28 UTC 2009


Author: caolanm

Update of /cvs/pkgs/rpms/openoffice.org/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18414/F-11

Modified Files:
	openoffice.org.spec 
Log Message:
workaround rhbz#494817 via a NO-BREAK SPACE (U+00A0)


Index: openoffice.org.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org/F-11/openoffice.org.spec,v
retrieving revision 1.1877
retrieving revision 1.1878
diff -u -r1.1877 -r1.1878
--- openoffice.org.spec	15 Apr 2009 15:59:21 -0000	1.1877
+++ openoffice.org.spec	16 Apr 2009 12:25:57 -0000	1.1878
@@ -1,6 +1,6 @@
 %define oootag OOO310
 %define ooomilestone 9
-%define rh_rpm_release 3
+%define rh_rpm_release 4
 
 # rhbz#465664 jar-repacking breaks help by reordering META-INF/MANIFEST.MF
 %define __jar_repack %{nil}
@@ -2221,6 +2221,8 @@
     sed -i -e "s/$PRODUCTVERSIONSHORT//g" $file
     # add X-GIO-NoFuse so we get url:// instead of file://~.gvfs/
     echo X-GIO-NoFuse=true >> $file
+    # rhbz#494817 temporarily strip " program " from .desktops
+    sed -i -e "s/ program / program /g" $file
 done
 echo "StartupNotify=true" >> base.desktop
 echo "StartupNotify=true" >> calc.desktop
@@ -2291,6 +2293,10 @@
     sed -i -e "s/$PRODUCTVERSIONSHORT//g" $file
     # use broffice.org launcher
     sed -i -e "s/openoffice/broffice/g" $file
+    # add X-GIO-NoFuse so we get url:// instead of file://~.gvfs/
+    echo X-GIO-NoFuse=true >> $file
+    # rhbz#494817 temporarily strip " program " from .desktops
+    sed -i -e "s/ program / program /g" $file
 done
 echo "StartupNotify=true" >> base.desktop
 echo "StartupNotify=true" >> calc.desktop
@@ -4115,6 +4121,9 @@
     unopkg list --shared > /dev/null 2>&1 || :
 
 %changelog
+* Thu Apr 16 2009 Caolán McNamara <caolanm at redhat.com> - 1:3.1.0-9.4
+- workaround rhbz#494817 
+
 * Wed Apr 15 2009 Caolán McNamara <caolanm at redhat.com> - 1:3.1.0-9.3
 - Resolves: rhbz#495609 openoffice.org-3.1.0.ooo101074.sd.bad.nothrow.patch
 - Resolves: rhbz#495868 openoffice.org-3.1.0.ooo101105.sw.reorder.boundscheck.patch




More information about the fedora-extras-commits mailing list