auto-import changelog data from xerces-j2-2.6.1-1jpp_1rh.src.rpm
2.6.1-1jpp_1rh - RH vacuuming - remove jikes dependency - add nonjikes-cast.patch
This commit is contained in:
parent
f93f395b28
commit
0694873e23
@ -2,7 +2,7 @@
|
|||||||
#
|
#
|
||||||
# Xerces-J2 constants script
|
# Xerces-J2 constants script
|
||||||
# JPackage Project (http://www.jpackage.org/)
|
# JPackage Project (http://www.jpackage.org/)
|
||||||
# $Id: xerces-j2-constants.sh,v 1.1 2004/09/09 16:28:45 cvsdist Exp $
|
# $Id: xerces-j2-constants.sh,v 1.2 2004/09/09 16:28:47 cvsdist Exp $
|
||||||
|
|
||||||
# Source functions library
|
# Source functions library
|
||||||
. /usr/share/java-utils/java-functions
|
. /usr/share/java-utils/java-functions
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
#
|
#
|
||||||
# Xerces-J2 version script
|
# Xerces-J2 version script
|
||||||
# JPackage Project (http://www.jpackage.org/)
|
# JPackage Project (http://www.jpackage.org/)
|
||||||
# $Id: xerces-j2-version.sh,v 1.1 2004/09/09 16:28:45 cvsdist Exp $
|
# $Id: xerces-j2-version.sh,v 1.2 2004/09/09 16:28:47 cvsdist Exp $
|
||||||
|
|
||||||
# Source functions library
|
# Source functions library
|
||||||
. /usr/share/java-utils/java-functions
|
. /usr/share/java-utils/java-functions
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
%define name xerces-j2
|
%define name xerces-j2
|
||||||
%define version 2.6.1
|
%define version 2.6.1
|
||||||
%define cvs_version 2_6_1
|
%define cvs_version 2_6_1
|
||||||
%define release 1jpp
|
%define release 1jpp_1rh
|
||||||
%define section free
|
%define section free
|
||||||
|
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
@ -12,19 +12,19 @@ Summary: Java XML parser
|
|||||||
License: Apache Software License
|
License: Apache Software License
|
||||||
URL: http://xml.apache.org/xerces2-j/
|
URL: http://xml.apache.org/xerces2-j/
|
||||||
Group: Text Processing/Markup/XML
|
Group: Text Processing/Markup/XML
|
||||||
Vendor: JPackage Project
|
#Vendor: JPackage Project
|
||||||
Distribution: JPackage
|
#Distribution: JPackage
|
||||||
Source0: http://www.apache.org/dist/xml/xerces-j/Xerces-J-src.2.6.1.tar.gz
|
Source0: http://www.apache.org/dist/xml/xerces-j/Xerces-J-src.2.6.1.tar.gz
|
||||||
Source1: %{name}-version.sh
|
Source1: %{name}-version.sh
|
||||||
Source2: %{name}-constants.sh
|
Source2: %{name}-constants.sh
|
||||||
Patch0: %{name}-build.patch
|
Patch0: %{name}-build.patch
|
||||||
|
Patch1: nonjikes-cast.patch
|
||||||
Provides: jaxp_parser_impl
|
Provides: jaxp_parser_impl
|
||||||
Requires: xml-commons-apis
|
Requires: xml-commons-apis
|
||||||
Requires: xml-commons-resolver
|
Requires: xml-commons-resolver
|
||||||
Requires: /usr/sbin/update-alternatives
|
Requires: /usr/sbin/update-alternatives
|
||||||
BuildRequires: ant >= 0:1.5
|
BuildRequires: ant >= 0:1.5
|
||||||
BuildRequires: jpackage-utils >= 0:1.5
|
BuildRequires: jpackage-utils >= 0:1.5
|
||||||
BuildRequires: jikes
|
|
||||||
BuildRequires: jaxp_parser_impl
|
BuildRequires: jaxp_parser_impl
|
||||||
BuildRequires: xml-commons-resolver
|
BuildRequires: xml-commons-resolver
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -106,12 +106,11 @@ Additional utility scripts for %{name}.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n xerces-%{cvs_version}
|
%setup -q -n xerces-%{cvs_version}
|
||||||
%patch0 -p0
|
%patch0 -p0
|
||||||
|
%patch1 -p0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
unset CLASSPATH
|
unset CLASSPATH
|
||||||
ant \
|
ant \
|
||||||
-Dbuild.compiler=jikes \
|
|
||||||
-Dtools.dir=%{_javadir} \
|
-Dtools.dir=%{_javadir} \
|
||||||
-Djar.apis=xml-commons-apis.jar \
|
-Djar.apis=xml-commons-apis.jar \
|
||||||
-Djar.resolver=xml-commons-resolver.jar \
|
-Djar.resolver=xml-commons-resolver.jar \
|
||||||
@ -246,6 +245,11 @@ update-alternatives --install %{_javadir}/jaxp_parser_impl.jar \
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 11 2004 Frank Ch. Eigler <fche@redhat.com> 0:2.6.1-1jpp_1rh
|
||||||
|
- RH vacuuming
|
||||||
|
- remove jikes dependency
|
||||||
|
- add nonjikes-cast.patch
|
||||||
|
|
||||||
* Sun Feb 08 2004 David Walluck <david@anti-microsoft.org> 0:2.6.1-1jpp
|
* Sun Feb 08 2004 David Walluck <david@anti-microsoft.org> 0:2.6.1-1jpp
|
||||||
- 2.6.1
|
- 2.6.1
|
||||||
- update Source0 URL
|
- update Source0 URL
|
||||||
|
Loading…
Reference in New Issue
Block a user