Update to version 17

Signed-off-by: Mikolaj Izdebski <mizdebsk@redhat.com>
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2014-06-13 20:16:40 -04:00 committed by Mikolaj Izdebski
parent c1e50983e4
commit 48e80538f8

View File

@ -1,6 +1,6 @@
Name: guava Name: guava
Version: 15.0 Version: 17.0
Release: 3%{?dist} Release: 1%{?dist}
Summary: Google Core Libraries for Java Summary: Google Core Libraries for Java
License: ASL 2.0 License: ASL 2.0
URL: http://code.google.com/p/guava-libraries URL: http://code.google.com/p/guava-libraries
@ -9,19 +9,17 @@ URL: http://code.google.com/p/guava-libraries
Source0: %{name}-%{version}.tar.xz Source0: %{name}-%{version}.tar.xz
BuildRequires: java-devel >= 0:1.7.0 BuildRequires: java-devel >= 0:1.7.0
BuildRequires: mvn(org.sonatype.oss:oss-parent)
BuildRequires: maven-local BuildRequires: maven-local
BuildRequires: maven-dependency-plugin
BuildRequires: mvn(com.google.code.findbugs:jsr305) >= 0-0.6.20090319svn BuildRequires: mvn(com.google.code.findbugs:jsr305) >= 0-0.6.20090319svn
BuildRequires: ant BuildRequires: ant
BuildRequires: apache-ivy
BuildArch: noarch BuildArch: noarch
%description %description
Guava is a suite of core and expanded libraries that include Guava is a suite of core and expanded libraries that include
utility classes, Google's collections, io classes, and much utility classes, Googles collections, io classes, and much
much more. much more.
This project is a complete packaging of all the Guava libraries This project is a complete packaging of all the Guava libraries
into a single jar. Individual portions of Guava can be used into a single jar. Individual portions of Guava can be used
@ -42,6 +40,7 @@ find . -name '*.jar' -delete
%pom_disable_module guava-tests %pom_disable_module guava-tests
%pom_remove_plugin :animal-sniffer-maven-plugin guava %pom_remove_plugin :animal-sniffer-maven-plugin guava
%pom_remove_plugin :maven-gpg-plugin %pom_remove_plugin :maven-gpg-plugin
%pom_remove_dep jdk:srczip guava
%build %build
@ -59,6 +58,9 @@ find . -name '*.jar' -delete
%doc COPYING %doc COPYING
%changelog %changelog
* Fri Jun 13 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> 17.0-1
- Update to latest upstream version (#1109442).
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 15.0-3 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 15.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild