SPECS: openoffice.org3.spec - better %setup - proper env set (LinuxX86Env.S...

zbyniu zbyniu at pld-linux.org
Tue Oct 7 22:53:32 CEST 2008


Author: zbyniu                       Date: Tue Oct  7 20:53:32 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- better %setup
- proper env set (LinuxX86Env.Set.sh)

---- Files affected:
SPECS:
   openoffice.org3.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SPECS/openoffice.org3.spec
diff -u SPECS/openoffice.org3.spec:1.4 SPECS/openoffice.org3.spec:1.5
--- SPECS/openoffice.org3.spec:1.4	Mon Oct  6 16:12:31 2008
+++ SPECS/openoffice.org3.spec	Tue Oct  7 22:53:27 2008
@@ -2034,8 +2034,7 @@
 bashowe uzupełnianie nazw dla Openoffice.org.
 
 %prep
-%setup -q -a1 -a2 -a3 -a4 -n OOO300_m8
-mv OOO300_m8/* .
+%setup -q -b1 -b2 -b3 -b4 -n OOO300_m8
 
 %build
 cd config_office
@@ -2230,8 +2229,8 @@
 cd ..
 
 ./bootstrap
-chmod u+x Linux*
-./LinuxX86Env.sh && ./solenv/bin/build.pl
+. ./LinuxX86Env.Set.sh
+./solenv/bin/build.pl
 
 # this limits processing some files but doesn't limit parallel build
 # processes of main OOo build (since OOo uses it's own build system)
@@ -4044,6 +4043,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2008/10/07 20:53:27  zbyniu
+- better %setup
+- proper env set (LinuxX86Env.Set.sh)
+
 Revision 1.4  2008/10/06 14:12:31  cieciwa
 - updated MD5 sum.
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/openoffice.org3.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list