rpms/openoffice.org/devel openoffice.org.spec,1.2092,1.2093

Caolan McNamara caolanm at fedoraproject.org
Thu Dec 3 12:44:04 UTC 2009


Author: caolanm

Update of /cvs/pkgs/rpms/openoffice.org/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv391

Modified Files:
	openoffice.org.spec 
Log Message:
kid translations are broken for the .desktop files at the moment


Index: openoffice.org.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org/devel/openoffice.org.spec,v
retrieving revision 1.2092
retrieving revision 1.2093
diff -u -p -r1.2092 -r1.2093
--- openoffice.org.spec	1 Dec 2009 13:24:57 -0000	1.2092
+++ openoffice.org.spec	3 Dec 2009 12:44:04 -0000	1.2093
@@ -1663,6 +1663,11 @@ cat %{PATCH10} >> svtools/source/dialogs
 echo build start time is `date`, diskspace: `df -h . | tail -n 1`
 #don't build localized helps which are poorly translated
 POORHELPS=`find l10n/source -name localize.sdf -exec grep 'helpcontent2.*main.*Working With %PRODUCTNAME' {} \; | cut -f 10 | xargs`
+
+#kid translations are broken for the .desktop files at the moment
+#See ooo#107407
+rm -rf l10n/source/kid
+
 autoconf
 %configure \
  --with-build-version="Ver: %{version}-%{release}" --with-unix-wrapper=%{name} \
@@ -1703,15 +1708,6 @@ for i in $RPM_OPT_FLAGS; do
 done
 export ARCH_FLAGS
 
-##very not happy with gcc at the moment wrt launching the bibliography, 
-##let's go conservative for a bit
-##something odd with <= limit of 125 in framework/source/loadenv/loadenv.cxx and
-##the frame from tools->bibliography not closable wrt the mutex in
-##LoadEnvListener so use >= 128, but want 64
-#export ARCH_FLAGS="$ARCH_FLAGS -finline-limit=128"
-##add -fno-threadsafe-statics (our statics are already double-locked) to C++ only
-#export CXX="$CXX -fno-threadsafe-statics"
-
 #convert _smp_mflags to dmake equivalent
 SMP_MFLAGS=%{?_smp_mflags}
 SMP_MFLAGS=$[${SMP_MFLAGS/-j/}]




More information about the scm-commits mailing list