From 2285bc36081388c917e18fab953457619bdb662c Mon Sep 17 00:00:00 2001 From: lingsheng Date: Thu, 15 Oct 2020 18:46:15 +0800 Subject: [PATCH] Change buildrequire and require to java-1.8.0-devel --- ant.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ant.spec b/ant.spec index 353bca1..c3f6d58 100644 --- a/ant.spec +++ b/ant.spec @@ -4,14 +4,14 @@ Name: ant Summary: A Java-based build tool Version: 1.10.8 -Release: 1 +Release: 2 Epoch: 0 License: ASL 2.0 URL: https://ant.apache.org/ Source0: https://archive.apache.org/dist/ant/source/apache-ant-%{version}-src.tar.bz2 Source2: apache-ant-1.8.ant.conf -BuildRequires: javapackages-local java-devel >= 1:1.8.0 ant >= 1.10.2 +BuildRequires: javapackages-local java-1.8.0-devel ant >= 1.10.2 BuildRequires: ant-junit xmlto mvn(antlr:antlr) mvn(bcel:bcel) BuildRequires: mvn(bsf:bsf) mvn(com.jcraft:jsch) mvn(commons-logging:commons-logging-api) BuildRequires: mvn(commons-net:commons-net) mvn(javax.mail:mail) mvn(jdepend:jdepend) @@ -20,7 +20,7 @@ BuildRequires: mvn(oro:oro) mvn(regexp:regexp) mvn(xalan:xalan) BuildRequires: mvn(xml-resolver:xml-resolver) mvn(org.hamcrest:hamcrest-core) BuildRequires: mvn(org.hamcrest:hamcrest-library) junit5 -Recommends: java-devel >= 1:1.8.0 +Recommends: java-1.8.0-devel Requires: %{name}-lib = %{epoch}:%{version}-%{release} javapackages-tools BuildArch: noarch @@ -422,6 +422,9 @@ LC_ALL=en_US.utf8 %{ant} test %{_javadocdir}/%{name} %changelog +* Thu Oct 15 2020 lingsheng - 0:1.10.8-2 +- Change buildrequire and require to java-1.8.0-devel + * Wed Sep 9 2020 zhanghua - 0:1.10.8-1 - update to 1.10.8