diff --git a/xalan-j2.spec b/xalan-j2.spec index 06101ef..17cd913 100644 --- a/xalan-j2.spec +++ b/xalan-j2.spec @@ -4,7 +4,7 @@ Name: xalan-j2 Version: %{version} -Release: 2jpp_3fc +Release: 3jpp_0fc Epoch: 0 Summary: Java XSLT processor License: Apache Software License @@ -85,8 +85,8 @@ find . -name "*.jar" \ %build if [ ! -e "$JAVA_HOME" ] ; then export JAVA_HOME="%{java_home}" ; fi -export CLASSPATH=$(build-classpath servletapi5 java_cup java_cup-runtime \ -jlex bcel xerces-j2) +export CLASSPATH=$(build-classpath servletapi5 java_cup java_cup-runtime jlex \ +bcel xerces-j2) ant \ -Djava.awt.headless=true \ @@ -216,6 +216,10 @@ ln -s %{name}-%{version} %{_javadocdir}/%{name} %{_datadir}/%{name} %changelog +* Fri May 27 2005 Gary Benson 0:2.6.0-3jpp +- Add NOTICE file as per Apache License version 2.0. +- Build with servletapi5. + * Fri May 27 2005 Gary Benson 0:2.6.0-2jpp_3fc - Remove now-unnecessary workaround for #130162. - Rearrange how BC-compiled stuff is built and installed.