Build with Jurand instead of deprecated javapackages-extra
This commit is contained in:
parent
44ab78e6f2
commit
2d4558d51c
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: guava
|
Name: guava
|
||||||
Version: 31.1
|
Version: 31.1
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Summary: Google Core Libraries for Java
|
Summary: Google Core Libraries for Java
|
||||||
# Most of the code is under ASL 2.0
|
# Most of the code is under ASL 2.0
|
||||||
# Few classes are under CC0, grep for creativecommons
|
# Few classes are under CC0, grep for creativecommons
|
||||||
@ -13,7 +13,6 @@ ExclusiveArch: %{java_arches} noarch
|
|||||||
|
|
||||||
Source0: https://github.com/google/guava/archive/v%{version}/guava-%{version}.tar.gz
|
Source0: https://github.com/google/guava/archive/v%{version}/guava-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: javapackages-extra
|
|
||||||
%if %{with bootstrap}
|
%if %{with bootstrap}
|
||||||
BuildRequires: javapackages-bootstrap
|
BuildRequires: javapackages-bootstrap
|
||||||
%else
|
%else
|
||||||
@ -23,6 +22,7 @@ BuildRequires: mvn(junit:junit)
|
|||||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||||
BuildRequires: mvn(org.apache.maven.plugins:maven-enforcer-plugin)
|
BuildRequires: mvn(org.apache.maven.plugins:maven-enforcer-plugin)
|
||||||
%endif
|
%endif
|
||||||
|
BuildRequires: jurand
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Guava is a suite of core and expanded libraries that include
|
Guava is a suite of core and expanded libraries that include
|
||||||
@ -97,6 +97,9 @@ find . -name '*.jar' -delete
|
|||||||
%files testlib -f .mfiles-guava-testlib
|
%files testlib -f .mfiles-guava-testlib
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 30 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 31.1-6
|
||||||
|
- Build with Jurand instead of deprecated javapackages-extra
|
||||||
|
|
||||||
* Tue Aug 15 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 31.1-5
|
* Tue Aug 15 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 31.1-5
|
||||||
- Build with default JDK 17
|
- Build with default JDK 17
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user