[RPM (6.0)] [DIST generic] google-guice3-3.0-4.jpp6
Ralph Apel <[email protected]> Tue, 5 Feb 2013 20:45:08 +0100
| Newsgroups | gmane.linux.jpackage.announce |
|---|---|
| Message-ID | <[email protected]> |
Name : google-guice3 Relocations: (not relocatable) Version : 3.0 Vendor: JPackage Project Release : 4.jpp6 Build Date: Tue 05 Feb 2013 08:30:01 PM CET Install Date: (not installed) Build Host: linux.fritz.box Group : Development/Libraries Source RPM: (none) Size : 23940501 License: ASL 2.0 Signature : (none) Packager : Ralph Apel <[email protected]> URL : http://code.google.com/p/google-guice/ Summary : Dependency Injection Framework Description : Put simply, Guice alleviates the need for factories and the use of new in your Java code. Think of Guice's @Inject as the new new. You will still need to write factories in some cases, but your code will not depend directly on them. Your code will be easier to change, unit test and reuse in other contexts. Guice embraces Java's type safe nature, especially when it comes to features introduced in Java 5 such as generics and annotations. You might think of Guice as filling in missing features for core Java. Ideally, the language itself would provide most of the same features, but until such a language comes along, we have Guice. --------------- Ralph Apel <[email protected]> 3.0-4 - Prevent xzpayload problem --------------- google-guice3.src: W: source-or-patch-not-bzipped google-guice3-core-pom.patch google-guice3.src: W: source-or-patch-not-bzipped google-guice3-extensions-pom.patch google-guice3.src: W: source-or-patch-not-bzipped google-guice3-extensions-assistedinject-pom.patch google-guice3.src: W: source-or-patch-not-bzipped google-guice3-pom.patch google-guice3.src: W: no-signature google-guice3.src: W: invalid-license ASL 2.0 1 packages and 0 specfiles checked; 0 errors, 6 warnings. --------------- Index: google-guice3.spec =================================================================== RCS file: /home/projects/jpackage/cvs/rpms/free/google-guice3/google-guice3.spec,v retrieving revision 1.2 diff -u -r1.2 google-guice3.spec --- google-guice3.spec 20 Jan 2013 12:12:42 -0000 1.2 +++ google-guice3.spec 5 Feb 2013 19:45:06 -0000 @@ -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-guice3 Version: 3.0 -Release: 3%{?dist} +Release: 4%{?dist} Epoch: 0 Summary: Dependency Injection Framework Group: Development/Libraries @@ -245,6 +249,9 @@ %{_javadocdir}/* %changelog +* Tue Feb 05 2013 Ralph Apel <[email protected]> 3.0-4 +- Prevent xzpayload problem + * Sun Jan 20 2013 Ralph Apel <[email protected]> 3.0-3 - Auto rebuild for JPackage 6 in centos5 mock