Another go at fixing #152255
This commit is contained in:
parent
c0e4fcf3df
commit
b23bf7c8d4
@ -1,7 +1,7 @@
|
|||||||
%define name xerces-j2
|
%define name xerces-j2
|
||||||
%define version 2.6.2
|
%define version 2.6.2
|
||||||
%define cvs_version 2_6_2
|
%define cvs_version 2_6_2
|
||||||
%define release 4jpp_7fc
|
%define release 4jpp_8fc
|
||||||
%define section free
|
%define section free
|
||||||
|
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
@ -115,12 +115,14 @@ Additional utility scripts for %{name}.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n xerces-%{cvs_version}
|
%setup -q -n xerces-%{cvs_version}
|
||||||
%patch0 -p1 -b .build
|
%patch0 -p1 -b .build
|
||||||
%patch1 -p1 -b .bz152255
|
|
||||||
|
|
||||||
mkdir -p tools/org/apache/xerces/util
|
mkdir -p tools/org/apache/xerces/util
|
||||||
cp -a %{SOURCE3} tools/org/apache/xerces/util
|
cp -a %{SOURCE3} tools/org/apache/xerces/util
|
||||||
|
%patch1 -p0 -b .bz152255
|
||||||
|
|
||||||
cp -a %{SOURCE4} tools
|
cp -a %{SOURCE4} tools
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
pushd tools
|
pushd tools
|
||||||
find -name '*.java' | xargs javac -cp $(build-classpath ant)
|
find -name '*.java' | xargs javac -cp $(build-classpath ant)
|
||||||
@ -290,8 +292,10 @@ update-alternatives --install %{_javadir}/jaxp_parser_impl.jar \
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Jun 10 2005 Gary Benson <gbenson@redhat.com>
|
* Fri Jun 10 2005 Gary Benson <gbenson@redhat.com> 0:2.6.2-4jpp_8fc
|
||||||
- Remove the tools tarball, and build xjavac from source.
|
- Remove the tools tarball, and build xjavac from source.
|
||||||
|
- Replace classpath workaround to xjavac task and use
|
||||||
|
xml-commons classes again (#152255).
|
||||||
|
|
||||||
* Thu May 26 2005 Gary Benson <gbenson@redhat.com> 0:2.6.2-4jpp_7fc
|
* Thu May 26 2005 Gary Benson <gbenson@redhat.com> 0:2.6.2-4jpp_7fc
|
||||||
- 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