Build with default JDK 17
This commit is contained in:
parent
875f2fb4d8
commit
aaf3d6cc89
11
guava.spec
11
guava.spec
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: guava
|
Name: guava
|
||||||
Version: 31.1
|
Version: 31.1
|
||||||
Release: 4%{?dist}
|
Release: 5%{?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
|
||||||
@ -15,10 +15,10 @@ Source0: https://github.com/google/guava/archive/v%{version}/guava-%{vers
|
|||||||
|
|
||||||
BuildRequires: javapackages-extra
|
BuildRequires: javapackages-extra
|
||||||
%if %{with bootstrap}
|
%if %{with bootstrap}
|
||||||
BuildRequires: javapackages-bootstrap-openjdk8
|
BuildRequires: javapackages-bootstrap
|
||||||
%else
|
%else
|
||||||
BuildRequires: maven-local-openjdk8
|
BuildRequires: maven-local
|
||||||
BuildRequires: %{?module_prefix}mvn(com.google.code.findbugs:jsr305)
|
BuildRequires: mvn(com.google.code.findbugs:jsr305)
|
||||||
BuildRequires: mvn(junit:junit)
|
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)
|
||||||
@ -97,6 +97,9 @@ find . -name '*.jar' -delete
|
|||||||
%files testlib -f .mfiles-guava-testlib
|
%files testlib -f .mfiles-guava-testlib
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 15 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 31.1-5
|
||||||
|
- Build with default JDK 17
|
||||||
|
|
||||||
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 31.1-4
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 31.1-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