[spock] fixed guice depmap

gil gil at fedoraproject.org
Tue Aug 28 23:38:37 UTC 2012


commit 25dbc4972661c6d6c74d0f36c5798974cf249fc4
Author: gil <puntogil at libero.it>
Date:   Wed Aug 29 01:38:16 2012 +0200

    fixed guice depmap

 spock.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/spock.spec b/spock.spec
index 205c40b..dec3361 100644
--- a/spock.spec
+++ b/spock.spec
@@ -3,7 +3,7 @@
 %global nameddottag  %(echo %{?namedreltag} | tr - . )
 Name:          spock
 Version:       0.6
-Release:       0.2%{?nameddottag}%{?dist}
+Release:       0.3%{?nameddottag}%{?dist}
 Summary:       A testing and specification framework
 Group:         Development/Libraries
 License:       ASL 2.0
@@ -97,7 +97,7 @@ mkdir -p %{buildroot}%{_mavenpomdir}
 install -pm 644 spock-core-%{namedversion}.pom %{buildroot}%{_mavenpomdir}/JPP-%{name}-core.pom
 %add_maven_depmap -f core JPP-%{name}-core.pom %{name}-core.jar
 install -pm 644 spock-guice-%{namedversion}.pom %{buildroot}%{_mavenpomdir}/JPP-%{name}-guice.pom
-%add_maven_depmap -f guice JPP-%{name}-${m}.pom %{name}-guice.jar
+%add_maven_depmap -f guice JPP-%{name}-guice.pom %{name}-guice.jar
 
 mkdir -p %{buildroot}%{_javadocdir}/%{name}
 cp -pr dist/api/* %{buildroot}%{_javadocdir}/%{name}
@@ -119,6 +119,9 @@ cp -pr dist/api/* %{buildroot}%{_javadocdir}/%{name}
 %doc LICENSE NOTICE
 
 %changelog
+* Wed Aug 29 2012 gil cattaneo <puntogil at libero.it> 0.6-0.3.groovy.1.8
+- fixed guice depmap
+
 * Thu Aug 02 2012 gil cattaneo <puntogil at libero.it> 0.6-0.2.groovy.1.8
 - Removed nonexisting requires
 


More information about the scm-commits mailing list