SPECS: xalan-j.spec - removed obsolete dom3 path, updated ln paths...
qboosh
qboosh at pld-linux.org
Sat Jan 6 20:17:03 CET 2007
Author: qboosh Date: Sat Jan 6 19:17:03 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- removed obsolete dom3 path, updated ln paths; still doesn't build
---- Files affected:
SPECS:
xalan-j.spec (1.32 -> 1.33)
---- Diffs:
================================================================
Index: SPECS/xalan-j.spec
diff -u SPECS/xalan-j.spec:1.32 SPECS/xalan-j.spec:1.33
--- SPECS/xalan-j.spec:1.32 Fri Jan 5 18:47:07 2007
+++ SPECS/xalan-j.spec Sat Jan 6 20:16:58 2007
@@ -4,7 +4,8 @@
%bcond_without docs # do not build documentation
#
# TODO:
-# - build with external xml-commons? (seems included in JRE)
+# - FIXME: xalan-interpretive needs org.w3c.dom.xpath, which is in included xml-commons-external only
+# - build with external xml-commons? (is there new version available?)
#
%define _ver %(echo %{version} | tr . _)
Summary: XSLT processor for Java
@@ -16,7 +17,6 @@
Group: Applications/Publishing/XML/Java
Source0: http://www.apache.org/dist/xml/xalan-j/source/%{name}_%{_ver}-src.tar.gz
# Source0-md5: 7859a78a5564cae42c933adcbbecdd01
-Patch0: %{name}-dom3.patch
URL: http://xml.apache.org/xalan-j/
BuildRequires: ant >= 1.5
BuildRequires: jakarta-bcel
@@ -68,7 +68,6 @@
%prep
%setup -q -n %{name}_%{_ver}
-%patch0 -p1
find . -name "*.jar" ! -name "xalan2jdoc.jar" ! -name "stylebook-1.0-b3_xalan-2.jar" -exec rm -f {} \;
@@ -79,9 +78,10 @@
required_jars='servlet java_cup java_cup-runtime jlex bcel jaxp_parser_impl'
export CLASSPATH="`/usr/bin/build-classpath $required_jars`"
-ln -sf %{_javadir}/bcel.jar bin/BCEL.jar
-ln -sf %{_javadir}/regexp.jar bin/regexp.jar
-ln -sf %{_javadir}/java_cup-runtime.jar bin/runtime.jar
+# XXX: is it needed? other jars are not symlinked
+ln -sf %{_javadir}/bcel.jar lib/BCEL.jar
+ln -sf %{_javadir}/regexp.jar lib/regexp.jar
+ln -sf %{_javadir}/java_cup-runtime.jar lib/runtime.jar
%ant xsltc.unbundledjar servlet %{?with_docs:docs xsltc.docs javadocs samples}
@@ -124,6 +124,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.33 2007/01/06 19:16:58 qboosh
+- removed obsolete dom3 path, updated ln paths; still doesn't build
+
Revision 1.32 2007/01/05 17:47:07 arekm
- up to 2.7.0
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/xalan-j.spec?r1=1.32&r2=1.33&f=u
More information about the pld-cvs-commit
mailing list