[sisu] Install JARs and POMs only

Mikolaj Izdebski mizdebsk at fedoraproject.org
Fri May 30 06:03:57 UTC 2014


commit ab6a9cdfab90b9549a7074719684bc695f8210f5
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Fri May 30 08:03:49 2014 +0200

    Install JARs and POMs only

 sisu.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/sisu.spec b/sisu.spec
index 6a00299..45dd086 100644
--- a/sisu.spec
+++ b/sisu.spec
@@ -1,7 +1,7 @@
 Name:           sisu
 Epoch:          1
 Version:        0.2.1
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Eclipse dependency injection framework
 # bundled asm is under BSD
 # See also: https://fedorahosted.org/fpc/ticket/346
@@ -117,7 +117,8 @@ tar xf %{SOURCE1} && mv releases/* sisu-plexus && rmdir releases
 %patch0
 
 %mvn_file ":{*}" @1
-%mvn_package ":*{inject,plexus}:jar:{}:" @1
+# Install JARs and POMs only
+%mvn_package ":*{inject,plexus}:{jar,pom}:{}:" @1
 %mvn_package : __noinstall
 
 %pom_disable_module org.eclipse.sisu.inject.site sisu-inject
@@ -193,6 +194,9 @@ EOF
 
 
 %changelog
+* Fri May 30 2014 Mikolaj Izdebski <mizdebsk at redhat.com> - 1:0.2.1-5
+- Install JARs and POMs only
+
 * Thu May 29 2014 Mikolaj Izdebski <mizdebsk at redhat.com> - 1:0.2.1-4
 - Build with XMvn 2.0.0
 


More information about the scm-commits mailing list