Sync with JPackage
This commit is contained in:
parent
2aa42a1a66
commit
2a903b2ada
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user