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