Use implicit maven toolchains
This commit is contained in:
parent
0b056a1e95
commit
fad70561a6
@ -2,7 +2,7 @@
|
||||
|
||||
Name: apache-commons-codec
|
||||
Version: 1.15
|
||||
Release: 9%{?dist}
|
||||
Release: 10%{?dist}
|
||||
Summary: Implementations of common encoders and decoders
|
||||
License: Apache-2.0
|
||||
URL: https://commons.apache.org/codec/
|
||||
@ -15,9 +15,9 @@ Source0: https://archive.apache.org/dist/commons/codec/source/commons-cod
|
||||
Source1: aspell-mail.txt
|
||||
|
||||
%if %{with bootstrap}
|
||||
BuildRequires: javapackages-bootstrap-openjdk8
|
||||
BuildRequires: javapackages-bootstrap
|
||||
%else
|
||||
BuildRequires: maven-local-openjdk8
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(junit:junit)
|
||||
BuildRequires: mvn(org.apache.commons:commons-lang3)
|
||||
BuildRequires: mvn(org.apache.commons:commons-parent:pom:)
|
||||
@ -49,6 +49,9 @@ sed -i 's/\r//' RELEASE-NOTES*.txt LICENSE.txt NOTICE.txt
|
||||
%doc RELEASE-NOTES*
|
||||
|
||||
%changelog
|
||||
* Thu Aug 10 2023 Marian Koncek <mkoncek@redhat.com> - 1.15-10
|
||||
- Use implicit maven toolchains
|
||||
|
||||
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.15-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user