rpms/openoffice.org/devel openoffice.org.spec,1.691,1.692

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue May 9 13:43:16 UTC 2006


Author: caolanm

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

Modified Files:
	openoffice.org.spec 
Log Message:
try a bit harder


Index: openoffice.org.spec
===================================================================
RCS file: /cvs/dist/rpms/openoffice.org/devel/openoffice.org.spec,v
retrieving revision 1.691
retrieving revision 1.692
diff -u -r1.691 -r1.692
--- openoffice.org.spec	8 May 2006 20:16:56 -0000	1.691
+++ openoffice.org.spec	9 May 2006 13:43:14 -0000	1.692
@@ -1229,7 +1229,9 @@
 
 # see tamil translation issue rh#159381#, remove when complete and upstreamed
 cd transex3/prj
-build --dlv_switch -link --all -P$MAXBUILDS -- -s
+if ! build --dlv_switch -link --all -P$MAXBUILDS -- -s; then
+    build --dlv_switch -link --all
+fi
 deliver -link
 localize -m -x -l ta-IN -f %{SOURCE2}
 localize -m -x -l ga -f %{SOURCE6}
@@ -1257,6 +1259,8 @@
         echo - ---dump log start---
         cat ../unx*.pro/OpenOffice/rpm/logging/en-US/log_*__en-US.log
         echo - ---dump log end---
+	rm -rf ../../solver/680/*/bin/*.jar
+        build --dlv_switch -link --all
         dmake openoffice_en-US
     fi
 fi




More information about the fedora-cvs-commits mailing list