SPECS: ant.spec - do not bootstrap when built without bootstra[

pawelz pawelz at pld-linux.org
Sun Feb 1 22:08:12 CET 2009


Author: pawelz                       Date: Sun Feb  1 21:08:12 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- do not bootstrap when built without bootstra[

---- Files affected:
SPECS:
   ant.spec (1.103 -> 1.104) 

---- Diffs:

================================================================
Index: SPECS/ant.spec
diff -u SPECS/ant.spec:1.103 SPECS/ant.spec:1.104
--- SPECS/ant.spec:1.103	Fri Jan 30 11:59:09 2009
+++ SPECS/ant.spec	Sun Feb  1 22:08:07 2009
@@ -569,7 +569,11 @@
 CLASSPATH=$(build-classpath $required_jars)
 export CLASSPATH
 
+%if %{with bootstrap}
 sh build.sh --noconfig main javadocs
+%else
+%ant main javadocs
+%endif
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -893,6 +897,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.104  2009/02/01 21:08:07  pawelz
+- do not bootstrap when built without bootstra[
+
 Revision 1.103  2009/01/30 10:59:09  pawelz
 - BR: java-sun, not "any" jdk. That is because gcj supports
   source level >= 1.3, while ant sources are 1.2
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ant.spec?r1=1.103&r2=1.104&f=u



More information about the pld-cvs-commit mailing list