[jettison] Make sure the maven dependencies map is created and added

Sandro Mathys red at fedoraproject.org
Mon Mar 12 18:34:01 UTC 2012


commit f0e25f3fa8818793b0f0a47400384df3c8af2b2a
Author: Sandro Mathys <red at fedoraproject.org>
Date:   Mon Mar 12 19:33:50 2012 +0100

    Make sure the maven dependencies map is created and added

 jettison.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/jettison.spec b/jettison.spec
index e01b8bc..594f2ca 100644
--- a/jettison.spec
+++ b/jettison.spec
@@ -1,6 +1,6 @@
 Name:           jettison
 Version:        1.3.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A JSON StAX implementation
 Group:          Development/Libraries
 License:        ASL 2.0
@@ -75,8 +75,6 @@ cp -rp target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}/.
 install -d -m 755 %{buildroot}%{_mavenpomdir}
 cp -p pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
 
-
-%clean
 # Dependencies map:
 %add_maven_depmap JPP-%{name}.pom %{name}.jar
 
@@ -85,6 +83,7 @@ cp -p pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
 %doc src/main/resources/META-INF/LICENSE
 %{_javadir}/%{name}.jar
 %{_mavenpomdir}/JPP-%{name}.pom
+%{_mavendepmapfragdir}/%{name}
 
 
 %files javadoc
@@ -92,6 +91,9 @@ cp -p pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
 
 
 %changelog
+* Mon Mar 12 2012 Juan Hernandez <juan.hernandez at redhat.com> - 1.3.1-4
+- Make sure the maven dependencies map is created and added
+
 * Thu Feb 23 2012 Juan Hernandez <juan.hernandez at redhat.com> - 1.3.1-3
 - Use maven to build and add the POM to the package
 


More information about the scm-commits mailing list