rpms/apache-commons-lang/devel apache-commons-lang.spec,1.3,1.4

Stanislav Ochotnicky sochotni at fedoraproject.org
Wed May 26 16:34:34 UTC 2010


Author: sochotni

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

Modified Files:
	apache-commons-lang.spec 
Log Message:
Add another old depmap to prevent groupId dependency problems




Index: apache-commons-lang.spec
===================================================================
RCS file: /cvs/pkgs/rpms/apache-commons-lang/devel/apache-commons-lang.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- apache-commons-lang.spec	21 May 2010 12:38:08 -0000	1.3
+++ apache-commons-lang.spec	26 May 2010 16:34:34 -0000	1.4
@@ -4,7 +4,7 @@
 
 Name:           apache-%{short_name}
 Version:        2.5
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Provides a host of helper utilities for the java.lang API
 License:        ASL 2.0
 Group:          Development/Libraries
@@ -93,6 +93,10 @@ install -pm 644 pom.xml $RPM_BUILD_ROOT%
 # should use proper groupid org.apache.commons and also artifactid
 %add_to_maven_depmap %{base_name} %{base_name} %{version} JPP %{short_name}
 
+# Old depmap was wrong and this surfaced as a problem when building
+# other packages
+%add_to_maven_depmap %{short_name} %{short_name} %{version} JPP %{short_name}
+
 # javadoc
 install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
 cp -pr target/site/apidocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
@@ -120,6 +124,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc %{_javadocdir}/%{name}
 
 %changelog
+* Wed May 26 2010 Stanislav Ochotnicky <sochotnicky at redhat.com> - 2.5-5
+- Add another old depmap to prevent groupId dependency problems
+
 * Fri May 21 2010 Stanislav Ochotnicky <sochotnicky at redhat.com> - 2.5-4
 - Correct depmap filename for backward compatibility
 



More information about the scm-commits mailing list