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

Stanislav Ochotnicky sochotni at fedoraproject.org
Tue May 11 13:28:44 UTC 2010


Author: sochotni

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

Modified Files:
	apache-commons-logging.spec 
Log Message:
Improve backward compatibility of commons-logging




Index: apache-commons-logging.spec
===================================================================
RCS file: /cvs/pkgs/rpms/apache-commons-logging/devel/apache-commons-logging.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- apache-commons-logging.spec	11 May 2010 08:52:55 -0000	1.3
+++ apache-commons-logging.spec	11 May 2010 13:28:43 -0000	1.4
@@ -4,7 +4,7 @@
 
 Name:           apache-%{short_name}
 Version:        1.1.1
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Apache Commons Logging
 License:        ASL 2.0
 Group:          Development/Libraries
@@ -108,6 +108,10 @@ install -d -m 755 $RPM_BUILD_ROOT%{_mave
 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}
 
+# following line is only for backwards compatibility. New packages
+# should use proper groupid org.apache.commons and also artifactid
+%add_to_maven_depmap %{short_name} %{short_name} %{version} JPP %{name}
+
 
 # javadoc
 install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
@@ -144,6 +148,9 @@ rm -rf $RPM_BUILD_ROOT
 # -----------------------------------------------------------------------------
 
 %changelog
+* Tue May 11 2010 Stanislav Ochotnicky <sochotnicky at redhat.com> - 1.1.1-6
+- Add one more add_to_maven_depmap for backward compatibility
+
 * Mon May 10 2010 Stanislav Ochotnicky <sochotnicky at redhat.com> - 1.1.1-5
 - Fix up add_to_maven_depmap
 - Add jpackage-utils Requires for javadoc



More information about the scm-commits mailing list