[google-guice] Don't force generation of pom.properties

Mikolaj Izdebski mizdebsk at fedoraproject.org
Fri Oct 18 13:37:59 UTC 2013


commit 0795b798b598014e3385f1e743f381dfe89c5bfe
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Fri Oct 18 15:34:01 2013 +0200

    Don't force generation of pom.properties
    
    Now XMvn Subst can use manifest to locate Guice JARs, so
    pom.properties are not needed.

 google-guice.spec |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/google-guice.spec b/google-guice.spec
index 631a2f5..8589bf2 100644
--- a/google-guice.spec
+++ b/google-guice.spec
@@ -6,7 +6,7 @@
 
 Name:           google-%{short_name}
 Version:        3.1.3
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        Lightweight dependency injection framework for Java 5 and above
 Group:          Development/Libraries
 License:        ASL 2.0
@@ -185,9 +185,6 @@ This package provides %{summary}.
 %pom_disable_module extensions
 %endif
 
-# Upstream doesn't generate pom.properties, but we need it.
-sed -i "/<addMavenDescriptor>/d" pom.xml
-
 
 %build
 %if %{with extensions}
@@ -229,6 +226,9 @@ servlet,spring,throwingproviders}" "com.google.inject.extensions:guice- at 1"
 
 
 %changelog
+* Fri Oct 18 2013 Mikolaj Izdebski <mizdebsk at redhat.com> - 3.1.3-9
+- Don't force generation of pom.properties
+
 * Wed Sep 25 2013 Mikolaj Izdebski <mizdebsk at redhat.com> - 3.1.3-8
 - Install no_aop artifact after javapackages update
 


More information about the scm-commits mailing list