Author: pawelz Date: Mon Feb 2 09:22:40 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - use gcj for compilation
---- Files affected: SPECS: java-servletapi5.spec (1.13 -> 1.14) ---- Diffs: ================================================================ Index: SPECS/java-servletapi5.spec diff -u SPECS/java-servletapi5.spec:1.13 SPECS/java-servletapi5.spec:1.14 --- SPECS/java-servletapi5.spec:1.13 Fri Jan 23 18:15:32 2009 +++ SPECS/java-servletapi5.spec Mon Feb 2 10:22:34 2009 @@ -16,6 +16,7 @@ Patch0: jakarta-servletapi5-target.patch URL: http://tomcat.apache.org/ BuildRequires: ant +BuildRequires: java-gcj-compat-devel BuildRequires: jpackage-utils BuildRequires: rpm-javaprov BuildRequires: rpmbuild(macros) >= 1.300 @@ -60,11 +61,14 @@ %patch0 -p2 %build + %ant -f jsr154/build.xml dist \ + -Dbuild.compiler=gcj \ -Dservletapi.build=build \ -Dservletapi.dist=dist %ant -f jsr152/build.xml dist \ + -Dbuild.compiler=gcj \ -Dservletapi.build=build \ -Dservletapi.dist=dist @@ -114,6 +118,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.14 2009/02/02 09:22:34 pawelz +- use gcj for compilation + Revision 1.13 2009/01/23 17:15:32 pawelz - reverted last change (there was no such package as java-servletapi) - P:servletapi ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/java-servletapi5.spec?r1=1.13&r2=1.14&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
