SPECS: java-xalan.spec - BR java-servletapi5
pawelz
pawelz at pld-linux.org
Fri Feb 6 00:49:04 CET 2009
Author: pawelz Date: Thu Feb 5 23:49:04 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- BR java-servletapi5
---- Files affected:
SPECS:
java-xalan.spec (1.52 -> 1.53)
---- Diffs:
================================================================
Index: SPECS/java-xalan.spec
diff -u SPECS/java-xalan.spec:1.52 SPECS/java-xalan.spec:1.53
--- SPECS/java-xalan.spec:1.52 Fri Feb 6 00:28:00 2009
+++ SPECS/java-xalan.spec Fri Feb 6 00:48:59 2009
@@ -27,7 +27,8 @@
BuildRequires: java-xml-commons-external
# servlet provided by jakarta-servletapi.spec
# also resin.spec, resin-cmp.spec seem to provide it by simple grep.
-BuildRequires: servlet
+# but we do want servlet implementation working with gnu java
+BuildRequires: java-servletapi5
Requires: jaxp_parser_impl
Provides: jaxp_transform_impl
Provides: xalan-j
@@ -86,7 +87,9 @@
CLASSPATH=$(build-classpath $required_jars)
export CLASSPATH
-%ant xsltc.unbundledjar servlet %{?with_doc:docs xsltc.docs javadocs samples}
+%ant -Dbuild.compiler=gcj \
+ xsltc.unbundledjar servlet \
+ %{?with_doc:docs xsltc.docs javadocs samples}
%install
rm -rf $RPM_BUILD_ROOT
@@ -129,6 +132,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.53 2009/02/05 23:48:59 pawelz
+- BR java-servletapi5
+
Revision 1.52 2009/02/05 23:28:00 pawelz
- s/xml-commons-external/java-xml-commons-external/
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/java-xalan.spec?r1=1.52&r2=1.53&f=u
More information about the pld-cvs-commit
mailing list