Sync with JPackage
This commit is contained in:
parent
2aa42a1a66
commit
2a903b2ada
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: xalan-j2
|
Name: xalan-j2
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: 2jpp_3fc
|
Release: 3jpp_0fc
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
Summary: Java XSLT processor
|
Summary: Java XSLT processor
|
||||||
License: Apache Software License
|
License: Apache Software License
|
||||||
@ -85,8 +85,8 @@ find . -name "*.jar" \
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
if [ ! -e "$JAVA_HOME" ] ; then export JAVA_HOME="%{java_home}" ; fi
|
if [ ! -e "$JAVA_HOME" ] ; then export JAVA_HOME="%{java_home}" ; fi
|
||||||
export CLASSPATH=$(build-classpath servletapi5 java_cup java_cup-runtime \
|
export CLASSPATH=$(build-classpath servletapi5 java_cup java_cup-runtime jlex \
|
||||||
jlex bcel xerces-j2)
|
bcel xerces-j2)
|
||||||
|
|
||||||
ant \
|
ant \
|
||||||
-Djava.awt.headless=true \
|
-Djava.awt.headless=true \
|
||||||
@ -216,6 +216,10 @@ ln -s %{name}-%{version} %{_javadocdir}/%{name}
|
|||||||
%{_datadir}/%{name}
|
%{_datadir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri May 27 2005 Gary Benson <gbenson@redhat.com> 0:2.6.0-2jpp_3fc
|
||||||
- Remove now-unnecessary workaround for #130162.
|
- Remove now-unnecessary workaround for #130162.
|
||||||
- Rearrange how BC-compiled stuff is built and installed.
|
- Rearrange how BC-compiled stuff is built and installed.
|
||||||
|
Loading…
Reference in New Issue
Block a user