diff --git a/.guava.metadata b/.guava.metadata new file mode 100644 index 0000000..69e2632 --- /dev/null +++ b/.guava.metadata @@ -0,0 +1 @@ +8278c1f927a67fec1d9fe115c30f77332268909f SOURCES/guava-13.0.tar.xz diff --git a/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 - -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/guava.spec b/SPECS/guava.spec new file mode 100644 index 0000000..68db954 --- /dev/null +++ b/SPECS/guava.spec @@ -0,0 +1,110 @@ +Name: guava +Version: 13.0 +Release: 5%{?dist} +Summary: Google Core Libraries for Java +License: ASL 2.0 +URL: http://code.google.com/p/guava-libraries +# git clone https://code.google.com/p/guava-libraries/ +# (cd ./guava-libraries && git archive --format=tar --prefix=guava-%{version}/ v%{version}) | xz >guava-%{version}.tar.xz +Source0: %{name}-%{version}.tar.xz +BuildArch: noarch + +BuildRequires: maven-local +BuildRequires: sonatype-oss-parent +BuildRequires: maven-dependency-plugin +BuildRequires: maven-gpg-plugin +BuildRequires: jsr-305 +BuildRequires: ant + +%description +Guava is a suite of core and expanded libraries that include +utility classes, Google's collections, io classes, and much +much more. +This project is a complete packaging of all the Guava libraries +into a single jar. Individual portions of Guava can be used +by downloading the appropriate module and its dependencies. + +%package javadoc +Summary: Javadoc for %{name} + +%description javadoc +API documentation for %{name}. + +%prep +%setup -q -n %{name}-%{version} +find . -name '*.jar' -delete +%mvn_file ":{guava}" @1 +%mvn_alias ":{guava}" com.google.collections:google-collections + +%pom_disable_module guava-gwt +%pom_disable_module guava-testlib +%pom_disable_module guava-tests +%pom_remove_plugin :animal-sniffer-maven-plugin guava + +%build +%mvn_build + +%install +%mvn_install + +%files -f .mfiles +%doc AUTHORS CONTRIBUTORS COPYING README* + +%files javadoc -f .mfiles-javadoc +%doc COPYING + +%changelog +* Tue Aug 27 2013 Mikolaj Izdebski - 13.0-5 +- Migrate away from mvn-rpmbuild + +* Fri Jun 28 2013 Mikolaj Izdebski - 13.0-4 +- Replace BR on ant-nodeps with ant + +* Fri Jun 28 2013 Mikolaj Izdebski - 13.0-4 +- Rebuild to regenerate API documentation +- Resolves: CVE-2013-1571 + +* Thu Feb 14 2013 Fedora Release Engineering - 13.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Wed Feb 06 2013 Java SIG - 13.0-2 +- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild +- Replace maven BuildRequires with maven-local + +* Tue Aug 7 2012 Mikolaj Izdebski - 13.0-1 +- Update to upstream version 13.0 +- Remove RPM bug workaround +- Convert patches to pom macros + +* Thu Jul 19 2012 Fedora Release Engineering - 11.0.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Sat Apr 28 2012 gil cattaneo 11.0.2-1 +- Update to 11.0.2 + +* Fri Jan 13 2012 Fedora Release Engineering - 09-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Mon Sep 12 2011 Stanislav Ochotnicky - 09-1 +- Update to 09 +- Packaging fixes +- Build with maven + +* Wed Feb 09 2011 Fedora Release Engineering - 05-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Wed Jul 14 2010 Hui wang - 05-4 +- Patch pom + +* Fri Jun 18 2010 Hui Wang - 05-3 +- Fixed jar name in install section +- Removed spaces in description + +* Thu Jun 17 2010 Hui Wang - 05-2 +- Fixed summary +- Fixed description +- Fixed creating symlink insturctions +- add depmap + +* Thu Jun 10 2010 Hui Wang - 05-1 +- Initial version of the package