From 0185b4413d38af954ff2a90b09c6f270378826ba Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Jan 25 2020 13:40:48 +0000 Subject: Build with OpenJDK 8 --- diff --git a/guava.spec b/guava.spec index 4cba094..89dea2d 100644 --- a/guava.spec +++ b/guava.spec @@ -1,6 +1,6 @@ Name: guava Version: 28.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Google Core Libraries for Java # Most of the code is under ASL 2.0 # Few classes are under CC0, grep for creativecommons @@ -10,7 +10,7 @@ BuildArch: noarch Source0: https://github.com/google/guava/archive/v%{version}.tar.gz -BuildRequires: maven-local +BuildRequires: maven-local-openjdk8 BuildRequires: %{?module_prefix}mvn(com.google.code.findbugs:jsr305) BuildRequires: mvn(junit:junit) BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) @@ -101,6 +101,9 @@ find -name '*.java' | xargs sed -ri \ %files testlib -f .mfiles-guava-testlib %changelog +* Sat Jan 25 2020 Mikolaj Izdebski - 28.2-2 +- Build with OpenJDK 8 + * Fri Jan 24 2020 Marian Koncek - 28.2-1 - Update to upstream version 28.2