rpms/apache-commons-io/devel apache-commons-io.spec,1.2,1.3

Stanislav Ochotnicky sochotni at fedoraproject.org
Fri May 21 12:37:18 UTC 2010


Author: sochotni

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

Modified Files:
	apache-commons-io.spec 
Log Message:
Correct depmap filename for backward compatibility




Index: apache-commons-io.spec
===================================================================
RCS file: /cvs/pkgs/rpms/apache-commons-io/devel/apache-commons-io.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- apache-commons-io.spec	17 May 2010 14:26:42 -0000	1.2
+++ apache-commons-io.spec	21 May 2010 12:37:17 -0000	1.3
@@ -4,7 +4,7 @@
 
 Name:           apache-%{short_name}
 Version:        1.4
-Release:        4%{?dist}
+Release:        5%{?dist}
 Epoch:          1
 Summary:        Utilities to assist with developing IO functionality
 License:        ASL 2.0
@@ -86,7 +86,7 @@ install -pm 644 pom.xml $RPM_BUILD_ROOT%
 
 # following line is only for backwards compatibility. New packages
 # should use proper groupid org.apache.commons
-%add_to_maven_depmap %{short_name} %{short_name} %{version} JPP %{name}
+%add_to_maven_depmap %{short_name} %{short_name} %{version} JPP %{short_name}
 
 # javadoc
 install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
@@ -115,6 +115,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc %{_javadocdir}/%{name}
 
 %changelog
+* Fri May 21 2010 Stanislav Ochotnicky <sochotnicky at redhat.com> - 1:1.4-5
+- Correct depmap filename for backward compatibility
+
 * Mon May 17 2010 Stanislav Ochotnicky <sochotnicky at redhat.com> - 1:1.4-4
 - Fix maven depmap JPP name to short_name
 



More information about the scm-commits mailing list