Sync with JPackage

This commit is contained in:
gbenson 2005-06-15 10:20:25 +00:00
parent 2aa42a1a66
commit 2a903b2ada

View File

@ -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 <gbenson at redhat.com> 0:2.6.0-3jpp
- Add NOTICE file as per Apache License version 2.0.
- Build with servletapi5.
* Fri May 27 2005 Gary Benson <gbenson@redhat.com> 0:2.6.0-2jpp_3fc
- Remove now-unnecessary workaround for #130162.
- Rearrange how BC-compiled stuff is built and installed.