[voms-api-java/el5] Fix compatibility maven fragment

Mattias Ellert ellert at fedoraproject.org
Mon Apr 23 21:46:38 UTC 2012


commit 9783e834f4bf3be08be3f5f24089a525e89725ab
Author: Mattias Ellert <mattias.ellert at fysast.uu.se>
Date:   Mon Apr 23 23:45:57 2012 +0200

    Fix compatibility maven fragment

 voms-api-java.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/voms-api-java.spec b/voms-api-java.spec
index 92a1616..5b17f9f 100644
--- a/voms-api-java.spec
+++ b/voms-api-java.spec
@@ -7,7 +7,7 @@
 
 Name:		voms-api-java
 Version:	2.0.7
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Virtual Organization Membership Service Java API
 
 Group:		Development/Libraries
@@ -123,7 +123,7 @@ cp -pr target/site/apidocs $RPM_BUILD_ROOT%{_javadocdir}/%{name}
 %if %{maven}
 mkdir -p $RPM_BUILD_ROOT%{_mavenpomdir}
 install -m 644 pom.xml $RPM_BUILD_ROOT%{_mavenpomdir}/JPP-%{name}.pom
-%add_maven_depmap JPP-%{name}.pom %{name}.jar -a vomsjapi:%{name}
+%add_maven_depmap JPP-%{name}.pom %{name}.jar -a org.glite:vomsjapi
 %endif
 
 %clean
@@ -144,5 +144,8 @@ rm -rf $RPM_BUILD_ROOT
 %doc %{_javadocdir}/%{name}
 
 %changelog
+* Mon Apr 23 2012 Mattias Ellert <mattias.ellert at fysast.uu.se> - 2.0.7-2
+- Fix compatibility maven fragment
+
 * Tue Mar 20 2012 Mattias Ellert <mattias.ellert at fysast.uu.se> - 2.0.7-1
 - The Java API is now a separate source tree from the rest of voms


More information about the scm-commits mailing list