SPECS (AC-branch): ant.spec - build.sh expanded

glen glen at pld-linux.org
Wed Jan 24 01:16:55 CET 2007


Author: glen                         Date: Wed Jan 24 00:16:55 2007 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- build.sh expanded

---- Files affected:
SPECS:
   ant.spec (1.70.2.1 -> 1.70.2.2) 

---- Diffs:

================================================================
Index: SPECS/ant.spec
diff -u SPECS/ant.spec:1.70.2.1 SPECS/ant.spec:1.70.2.2
--- SPECS/ant.spec:1.70.2.1	Wed Jan 24 01:10:35 2007
+++ SPECS/ant.spec	Wed Jan 24 01:16:50 2007
@@ -528,10 +528,13 @@
 
 export CLASSPATH="`/usr/bin/build-classpath $required_jars`"
 
-# do bootstrap ourselves, instead in build.sh
-ANT_HOME=./bootstrap sh -x ./bootstrap.sh
+export ANT_HOME=./bootstrap
 
-sh build.sh --noconfig main javadocs
+# bootstrap
+sh -x ./bootstrap.sh
+
+# build
+sh -x ./bootstrap/bin/ant -lib lib/optional -emacs --noconfig main javadocs
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -850,6 +853,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.70.2.2  2007/01/24 00:16:50  glen
+- build.sh expanded
+
 Revision 1.70.2.1  2007/01/24 00:10:35  glen
 - do bootstrap in spec
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/ant.spec?r1=1.70.2.1&r2=1.70.2.2&f=u



More information about the pld-cvs-commit mailing list