619026
Name:          guava
619026
Version:       13.0
7d753d
Release:       6%{?dist}
619026
Summary:       Google Core Libraries for Java
619026
License:       ASL 2.0 
619026
URL:           http://code.google.com/p/guava-libraries
619026
# git clone https://code.google.com/p/guava-libraries/
619026
# (cd ./guava-libraries && git archive --format=tar --prefix=guava-%{version}/ v%{version}) | xz >guava-%{version}.tar.xz
619026
Source0:       %{name}-%{version}.tar.xz
619026
BuildArch:     noarch
619026
619026
BuildRequires: maven-local
619026
BuildRequires: sonatype-oss-parent
619026
BuildRequires: maven-dependency-plugin
619026
BuildRequires: maven-gpg-plugin
619026
BuildRequires: jsr-305
619026
BuildRequires: ant
619026
619026
%description
619026
Guava is a suite of core and expanded libraries that include 
619026
utility classes, Google's collections, io classes, and much 
619026
much more.
619026
This project is a complete packaging of all the Guava libraries
619026
into a single jar.  Individual portions of Guava can be used
619026
by downloading the appropriate module and its dependencies.
619026
619026
%package javadoc
619026
Summary:        Javadoc for %{name}
619026
619026
%description javadoc
619026
API documentation for %{name}.
619026
619026
%prep
619026
%setup -q -n %{name}-%{version}
619026
find . -name '*.jar' -delete
619026
%mvn_file ":{guava}" @1
619026
%mvn_alias ":{guava}" com.google.collections:google-collections
619026
619026
%pom_disable_module guava-gwt
619026
%pom_disable_module guava-testlib
619026
%pom_disable_module guava-tests
619026
%pom_remove_plugin :animal-sniffer-maven-plugin guava
619026
619026
%build
619026
%mvn_build
619026
619026
%install
619026
%mvn_install
619026
619026
%files -f .mfiles
619026
%doc AUTHORS CONTRIBUTORS COPYING README*
619026
619026
%files javadoc -f .mfiles-javadoc
619026
%doc COPYING
619026
619026
%changelog
7d753d
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 13.0-6
7d753d
- Mass rebuild 2013-12-27
7d753d
619026
* Tue Aug 27 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 13.0-5
619026
- Migrate away from mvn-rpmbuild
619026
619026
* Fri Jun 28 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 13.0-4
619026
- Replace BR on ant-nodeps with ant
619026
619026
* Fri Jun 28 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 13.0-4
619026
- Rebuild to regenerate API documentation
619026
- Resolves: CVE-2013-1571
619026
619026
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 13.0-3
619026
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
619026
619026
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 13.0-2
619026
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
619026
- Replace maven BuildRequires with maven-local
619026
619026
* Tue Aug  7 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 13.0-1
619026
- Update to upstream version 13.0
619026
- Remove RPM bug workaround
619026
- Convert patches to pom macros
619026
619026
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 11.0.2-2
619026
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
619026
619026
* Sat Apr 28 2012 gil cattaneo <puntogil@libero.it> 11.0.2-1
619026
- Update to 11.0.2
619026
619026
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 09-2
619026
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
619026
619026
* Mon Sep 12 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 09-1
619026
- Update to 09
619026
- Packaging fixes
619026
- Build with maven
619026
619026
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 05-5
619026
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
619026
619026
* Wed Jul 14 2010 Hui wang <huwang@redhat.com> - 05-4
619026
- Patch pom
619026
619026
* Fri Jun 18 2010 Hui Wang <huwang@redhat.com> - 05-3
619026
- Fixed jar name in install section
619026
- Removed spaces in description
619026
619026
* Thu Jun 17 2010 Hui Wang <huwang@redhat.com> - 05-2
619026
- Fixed summary
619026
- Fixed description
619026
- Fixed creating symlink insturctions
619026
- add depmap
619026
619026
* Thu Jun 10 2010 Hui Wang <huwang@redhat.com> - 05-1
619026
- Initial version of the package