From 32edaa7f7b58cc4cd635197aee4391e4743ea354 Mon Sep 17 00:00:00 2001 From: Stanislav Ochotnicky Date: May 21 2010 12:37:17 +0000 Subject: Correct depmap filename for backward compatibility --- diff --git a/apache-commons-io.spec b/apache-commons-io.spec index 29d8f34..c0e8e6c 100644 --- a/apache-commons-io.spec +++ b/apache-commons-io.spec @@ -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%{_mavenpomdir}/JPP-%{short_name}.pom # 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 - 1:1.4-5 +- Correct depmap filename for backward compatibility + * Mon May 17 2010 Stanislav Ochotnicky - 1:1.4-4 - Fix maven depmap JPP name to short_name