Build with OpenJDK 8

This commit is contained in:
Mikolaj Izdebski 2020-01-25 14:40:08 +01:00
parent dd3b4adee6
commit bee1dc23a8

View File

@ -1,6 +1,6 @@
Name: apache-commons-codec Name: apache-commons-codec
Version: 1.14 Version: 1.14
Release: 1%{?dist} Release: 2%{?dist}
Summary: Implementations of common encoders and decoders Summary: Implementations of common encoders and decoders
License: ASL 2.0 License: ASL 2.0
URL: http://commons.apache.org/codec/ URL: http://commons.apache.org/codec/
@ -11,7 +11,7 @@ Source0: https://archive.apache.org/dist/commons/codec/source/commons-cod
# The author gives MIT in e-mail communication. # The author gives MIT in e-mail communication.
Source1: aspell-mail.txt Source1: aspell-mail.txt
BuildRequires: maven-local BuildRequires: maven-local-openjdk8
BuildRequires: mvn(junit:junit) BuildRequires: mvn(junit:junit)
BuildRequires: mvn(org.apache.commons:commons-lang3) BuildRequires: mvn(org.apache.commons:commons-lang3)
BuildRequires: mvn(org.apache.commons:commons-parent:pom:) BuildRequires: mvn(org.apache.commons:commons-parent:pom:)
@ -43,6 +43,9 @@ sed -i 's/\r//' RELEASE-NOTES*.txt LICENSE.txt NOTICE.txt
%doc RELEASE-NOTES* %doc RELEASE-NOTES*
%changelog %changelog
* Sat Jan 25 2020 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.14-2
- Build with OpenJDK 8
* Wed Jan 22 2020 Marian Koncek <mkoncek@redhat.com> - 1.14-1 * Wed Jan 22 2020 Marian Koncek <mkoncek@redhat.com> - 1.14-1
- Update to upstream version 1.14 - Update to upstream version 1.14