No need to require jaxp_parser_impl now that we require java 1.5 or newer.
This commit is contained in:
parent
8bac9ac5ff
commit
128fa603c2
@ -1,6 +1,6 @@
|
|||||||
Name: xml-commons-resolver
|
Name: xml-commons-resolver
|
||||||
Version: 1.2
|
Version: 1.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
Summary: Resolver subproject of xml-commons
|
Summary: Resolver subproject of xml-commons
|
||||||
License: ASL 1.1
|
License: ASL 1.1
|
||||||
@ -11,9 +11,8 @@ Source2: xml-commons-resolver-xread.sh
|
|||||||
Source3: xml-commons-resolver-xparse.sh
|
Source3: xml-commons-resolver-xparse.sh
|
||||||
Source4: %{name}-MANIFEST.MF
|
Source4: %{name}-MANIFEST.MF
|
||||||
|
|
||||||
Requires: jaxp_parser_impl
|
|
||||||
Requires: xml-commons-apis
|
Requires: xml-commons-apis
|
||||||
BuildRequires: java-devel >= 1.6.0
|
BuildRequires: java-devel >= 1:1.6.0
|
||||||
BuildRequires: ant
|
BuildRequires: ant
|
||||||
BuildRequires: jpackage-utils >= 0:1.5
|
BuildRequires: jpackage-utils >= 0:1.5
|
||||||
BuildRequires: dos2unix
|
BuildRequires: dos2unix
|
||||||
@ -108,6 +107,9 @@ fi
|
|||||||
%{_javadocdir}/%{name}-%{version}
|
%{_javadocdir}/%{name}-%{version}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 7 2010 Alexander Kurtakov <akurtako@redhat.com> 0:1.2-2
|
||||||
|
- No need to require jaxp_parser_impl now that we require java 1.5 or newer.
|
||||||
|
|
||||||
* Fri Mar 5 2010 Alexander Kurtakov <akurtako@redhat.com> 0:1.2-1
|
* Fri Mar 5 2010 Alexander Kurtakov <akurtako@redhat.com> 0:1.2-1
|
||||||
- Update to 1.2.
|
- Update to 1.2.
|
||||||
- Drop gcj_support.
|
- Drop gcj_support.
|
||||||
|
Loading…
Reference in New Issue
Block a user