rpms/apache-commons-lang/devel apache-commons-lang.spec,1.1,1.2

Stanislav Ochotnicky sochotni at fedoraproject.org
Mon May 17 14:28:42 UTC 2010


Author: sochotni

Update of /cvs/pkgs/rpms/apache-commons-lang/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv20422

Modified Files:
	apache-commons-lang.spec 
Log Message:
Fix maven depmap JPP name to short_name




Index: apache-commons-lang.spec
===================================================================
RCS file: /cvs/pkgs/rpms/apache-commons-lang/devel/apache-commons-lang.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- apache-commons-lang.spec	13 May 2010 11:38:31 -0000	1.1
+++ apache-commons-lang.spec	17 May 2010 14:28:42 -0000	1.2
@@ -4,7 +4,7 @@
 
 Name:           apache-%{short_name}
 Version:        2.5
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Provides a host of helper utilities for the java.lang API
 License:        ASL 2.0
 Group:          Development/Libraries
@@ -87,7 +87,7 @@ popd # come back from javadir
 # pom
 install -d -m 755 $RPM_BUILD_ROOT%{_mavenpomdir}
 install -pm 644 pom.xml $RPM_BUILD_ROOT%{_mavenpomdir}/JPP-%{short_name}.pom
-%add_to_maven_depmap org.apache.commons %{short_name} %{version} JPP %{name}
+%add_to_maven_depmap org.apache.commons %{short_name} %{version} JPP %{short_name}
 
 # following line is only for backwards compatibility. New packages
 # should use proper groupid org.apache.commons and also artifactid
@@ -120,6 +120,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc %{_javadocdir}/%{name}
 
 %changelog
+* Mon May 17 2010 Stanislav Ochotnicky <sochotnicky at redhat.com> - 2.5-3
+- Fix maven depmap JPP name to short_name
+
 * Mon May 10 2010 Stanislav Ochotnicky <sochotnicky at redhat.com> - 2.5-2
 - Added export for MAVEN_LOCAL_REPO and mkdir
 - Added more add_to_maven_depmap to assure backward compatibility



More information about the scm-commits mailing list