Use implicit maven toolchains
This commit is contained in:
parent
3c26246788
commit
9b1f4b36c5
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: plexus-cipher
|
Name: plexus-cipher
|
||||||
Version: 2.0
|
Version: 2.0
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: Plexus Cipher: encryption/decryption Component
|
Summary: Plexus Cipher: encryption/decryption Component
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
# project moved to GitHub and it looks like there is no official website anymore
|
# project moved to GitHub and it looks like there is no official website anymore
|
||||||
@ -13,9 +13,9 @@ ExclusiveArch: %{java_arches} noarch
|
|||||||
Source0: %{url}/archive/%{name}-%{version}/%{name}-%{version}.tar.gz
|
Source0: %{url}/archive/%{name}-%{version}/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
%if %{with bootstrap}
|
%if %{with bootstrap}
|
||||||
BuildRequires: javapackages-bootstrap-openjdk8
|
BuildRequires: javapackages-bootstrap
|
||||||
%else
|
%else
|
||||||
BuildRequires: maven-local-openjdk8
|
BuildRequires: maven-local
|
||||||
BuildRequires: mvn(javax.inject:javax.inject)
|
BuildRequires: mvn(javax.inject:javax.inject)
|
||||||
BuildRequires: mvn(junit:junit)
|
BuildRequires: mvn(junit:junit)
|
||||||
BuildRequires: mvn(org.codehaus.plexus:plexus:pom:)
|
BuildRequires: mvn(org.codehaus.plexus:plexus:pom:)
|
||||||
@ -43,6 +43,9 @@ Plexus Cipher: encryption/decryption Component
|
|||||||
%license LICENSE.txt NOTICE.txt
|
%license LICENSE.txt NOTICE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 10 2023 Marian Koncek <mkoncek@redhat.com> - 2.0-5
|
||||||
|
- Use implicit maven toolchains
|
||||||
|
|
||||||
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.0-4
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.0-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user