Recommend java-devel instead of requiring it
This commit is contained in:
parent
ac06af377d
commit
232a5a1d4b
11
ant.spec
11
ant.spec
@ -36,7 +36,7 @@
|
|||||||
|
|
||||||
Name: ant
|
Name: ant
|
||||||
Version: 1.9.6
|
Version: 1.9.6
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
Summary: Java build tool
|
Summary: Java build tool
|
||||||
Summary(it): Tool per la compilazione di programmi java
|
Summary(it): Tool per la compilazione di programmi java
|
||||||
@ -59,8 +59,10 @@ BuildRequires: xalan-j2
|
|||||||
BuildRequires: xerces-j2
|
BuildRequires: xerces-j2
|
||||||
BuildRequires: xml-commons-apis
|
BuildRequires: xml-commons-apis
|
||||||
|
|
||||||
Requires: jpackage-utils >= 0:1.7.5
|
# Theoretically Ant might be usable with just JRE, but typical Ant
|
||||||
Requires: java-devel >= 1:1.8.0
|
# workflow requires full JDK, so we recommend it here.
|
||||||
|
Recommends: java-devel >= 1:1.8.0
|
||||||
|
|
||||||
Requires: xerces-j2
|
Requires: xerces-j2
|
||||||
Requires: xml-commons-apis
|
Requires: xml-commons-apis
|
||||||
|
|
||||||
@ -596,6 +598,9 @@ cp -pr build/javadocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
|
|||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 10 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.9.6-2
|
||||||
|
- Recommend java-devel instead of requiring it
|
||||||
|
|
||||||
* Thu Jul 02 2015 Michael Simacek <msimacek@redhat.com> - 0:1.9.6-1
|
* Thu Jul 02 2015 Michael Simacek <msimacek@redhat.com> - 0:1.9.6-1
|
||||||
- Update to upstream version 1.9.6
|
- Update to upstream version 1.9.6
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user