[RPM (6.0)] [DIST generic] google-collections-1.0-4.jpp6
Ralph Apel <[email protected]>
| Newsgroups | gmane.linux.jpackage.announce |
|---|---|
| Message-ID | <[email protected]> |
Name : google-collections Relocations: (not relocatable) Version : 1.0 Vendor: JPackage Project Release : 4.jpp6 Build Date: Thu 05 Jul 2012 10:41:14 AM CEST Install Date: (not installed) Build Host: linux.fritz.box Group : Development/Libraries/Java Source RPM: (none) Size : 1848515 License: ASL 2.0 Signature : (none) Packager : Ralph Apel <[email protected]> URL : http://code.google.com/p/google-collections/ Summary : Google Collections Library Description : The Google Collections Library 1.0 is a suite of new collections and collection-related goodness for Java 5.0, brought to you by Google. This library is a natural extension of the Java Collections Framework you already know and love. The major new types are: * BiMap. A Map that guarantees unique values, and supports an inverse view. * Multiset. A Collection that may contain duplicate values like a List, yet has order-independent equality like a Set. Often used to represent a histogram. * Multimap. Similar to Map, but may contain duplicate keys. Has subtypes SetMultimap and ListMultimap providing more specific behavior. There are also more than a dozen collection implementations, mostly of the interfaces above, but not all. ReferenceMap, for example, is a ConcurrentMap implementation which easily handles any combination of strong, soft or weak keys with strong, soft or weak values. Static utility classes include: * Comparators. Natural order, compound, null-friendly, ad-hoc . . . * Iterators and Iterables. Element-based equality, cycle, concat, partition, filter with predicate, transform with function . . . * Lists, Sets and Maps. A plethora of convenient factory methods and much more. * PrimitiveArrays: "boxing"/"unboxing" of primitive arrays And there's more: * Forwarding collections * Constrained collections * Implementation helpers like AbstractIterator --------------- Ralph Apel <[email protected]> 0:1.0-4 - Fix pom file name --------------- google-collections.src: W: source-or-patch-not-bzipped google-collections-javadoc-crosslink.patch google-collections.src: W: source-or-patch-not-bzipped google-collections-MapsTest.patch google-collections.src: W: source-or-patch-not-bzipped google-collections-ImmutableSortedMapTest.patch google-collections.src: W: no-signature google-collections.src: W: invalid-license ASL 2.0 1 packages and 0 specfiles checked; 0 errors, 5 warnings. --------------- Index: google-collections.spec =================================================================== RCS file: /home/projects/jpackage/cvs/rpms/free/google-collections/google-collections.spec,v retrieving revision 1.4 diff -u -r1.4 google-collections.spec --- google-collections.spec 21 Dec 2010 09:35:19 -0000 1.4 +++ google-collections.spec 5 Jul 2012 08:44:15 -0000 @@ -1,4 +1,4 @@ -# Copyright (c) 2000-2010, JPackage Project +# Copyright (c) 2000-2012, JPackage Project # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -29,10 +29,14 @@ # %define section free +%define _binary_payload w9.gzdio +%define _source_payload w9.gzdio +%define _binary_filedigest_algorithm 1 +%define _source_filedigest_algorithm 1 Name: google-collections Version: 1.0 -Release: 3%{?dist} +Release: 4%{?dist} Epoch: 0 Summary: Google Collections Library License: ASL 2.0 @@ -164,7 +168,7 @@ %add_to_maven_depmap com.google.collections %{name} %{version} JPP %{name} %{__mkdir_p} %{buildroot}%{_datadir}/maven2/poms -%{__cp} -p %{SOURCE1} %{buildroot}%{_datadir}/maven2/poms/JPP.%{name}.pom +%{__cp} -p %{SOURCE1} %{buildroot}%{_datadir}/maven2/poms/JPP-%{name}.pom # javadoc %{__mkdir_p} %{buildroot}%{_javadocdir}/%{name}-%{version} @@ -189,7 +193,7 @@ %{_javadir}/%{name}.jar %{_javadir}/google-collect-%{version}.jar %{_javadir}/google-collect.jar -%{_datadir}/maven2/poms/JPP.%{name}.pom +%{_datadir}/maven2/poms/JPP-%{name}.pom %{_mavendepmapfragdir}/%{name} %files javadoc @@ -200,6 +204,9 @@ %{_javadocdir}/google-collect %changelog +* Thu Jul 05 2012 Ralph Apel <[email protected]> 0:1.0-4 +- Fix pom file name + * Tue Dec 21 2010 Ralph Apel <[email protected]> 0:1.0-3 - Fix additional depmap frag