xerces-j2 and xml-commons-apis should be in classpath (Resolves: rhbz#994556)

Ant works fine with xerces-j2 and xml-commons-apis in classpath,
but Ant's JARs need to be installed in separate directory
(e.g.: /usr/share/java/ant/). See rhbz#838711.
This commit is contained in:
Michal Srb 2013-08-08 13:51:04 +02:00
parent 2d9add3b02
commit 26248c0bcc

View File

@ -36,7 +36,7 @@
Name: ant
Version: 1.9.2
Release: 4%{?dist}
Release: 5%{?dist}
Epoch: 0
Summary: Build tool for java
Summary(it): Tool per la compilazione di programmi java
@ -324,9 +324,6 @@ Javadoc pour %{name}.
#Fixup version
find -name build.xml -o -name pom.xml | xargs sed -i -e s/-SNAPSHOT//
# Temporarily commented out, see #994556
# sed -i "s/ jaxp_parser_impl xml-commons-apis//" src/script/ant
# Fix class-path-in-manifest rpmlint warning
%patch4
@ -602,6 +599,9 @@ cp -pr build/javadocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
# -----------------------------------------------------------------------------
%changelog
* Thu Aug 08 2013 Michal Srb <msrb@redhat.com> - 0:1.9.2-5
- xerces-j2 and xml-commons-apis should be in classpath (Resolves: rhbz#994556)
* Thu Aug 08 2013 Michal Srb <msrb@redhat.com> - 0:1.9.2-4
- Temporarily add xerces-j2 and xml-commons-apis to classpath, see #994556