rpms/openoffice.org/devel openoffice.org.spec,1.2213,1.2214

Caolan McNamara caolanm at fedoraproject.org
Sat May 8 19:11:49 UTC 2010


Author: caolanm

Update of /cvs/pkgs/rpms/openoffice.org/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv18204

Modified Files:
	openoffice.org.spec 
Log Message:
en-US ended up in localize.sdf


Index: openoffice.org.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org/devel/openoffice.org.spec,v
retrieving revision 1.2213
retrieving revision 1.2214
diff -u -p -r1.2213 -r1.2214
--- openoffice.org.spec	8 May 2010 15:44:34 -0000	1.2213
+++ openoffice.org.spec	8 May 2010 19:11:49 -0000	1.2214
@@ -1691,7 +1691,7 @@ cp -p %{SOURCE5} external/unowinreg/unow
 %build
 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`
+POORHELPS=`find l10n/source -name localize.sdf -exec grep 'helpcontent2.*main.*Working With %PRODUCTNAME' {} \; | cut -f 10 | grep -v en-US | xargs`
 
 #kid translations are broken for the .desktop files at the moment
 #See ooo#107407



More information about the scm-commits mailing list