SPECS: ant.spec - build it using gnu-java
pawelz
pawelz at pld-linux.org
Sat Feb 7 23:42:40 CET 2009
Author: pawelz Date: Sat Feb 7 22:42:40 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- build it using gnu-java
---- Files affected:
SPECS:
ant.spec (1.104 -> 1.105)
---- Diffs:
================================================================
Index: SPECS/ant.spec
diff -u SPECS/ant.spec:1.104 SPECS/ant.spec:1.105
--- SPECS/ant.spec:1.104 Sun Feb 1 22:08:07 2009
+++ SPECS/ant.spec Sat Feb 7 23:42:35 2009
@@ -76,7 +76,7 @@
%{?with_javamail:BuildRequires: javamail}
BuildRequires: jaxp_parser_impl
%{?with_jdepend:BuildRequires: jdepend}
-BuildRequires: java-sun
+BuildRequires: java-gcj-compat-devel
BuildRequires: jpackage-utils
%{?with_jsch:BuildRequires: jsch >= 0.1.21}
%{?with_junit:BuildRequires: junit}
@@ -569,10 +569,12 @@
CLASSPATH=$(build-classpath $required_jars)
export CLASSPATH
+export SHELL=/bin/sh
+
%if %{with bootstrap}
sh build.sh --noconfig main javadocs
%else
-%ant main javadocs
+%ant -Dbuild.compiler=extJavac main javadocs
%endif
%install
@@ -897,6 +899,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.105 2009/02/07 22:42:35 pawelz
+- build it using gnu-java
+
Revision 1.104 2009/02/01 21:08:07 pawelz
- do not bootstrap when built without bootstra[
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ant.spec?r1=1.104&r2=1.105&f=u
More information about the pld-cvs-commit
mailing list