Use implicit maven toolchains
This commit is contained in:
parent
4c47ae580a
commit
824b3fa6d8
1 changed files with 6 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue