From 686fe999539dae1d86b316f530ce0abe5ca0c478 Mon Sep 17 00:00:00 2001 From: Stanislav Ochotnicky Date: May 21 2010 12:04:20 +0000 Subject: Correct depmap filename for backward compatibility --- diff --git a/apache-commons-logging.spec b/apache-commons-logging.spec index 3eb5f99..662f21b 100644 --- a/apache-commons-logging.spec +++ b/apache-commons-logging.spec @@ -4,7 +4,7 @@ Name: apache-%{short_name} Version: 1.1.1 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Apache Commons Logging License: ASL 2.0 Group: Development/Libraries @@ -112,7 +112,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 and also artifactid -%add_to_maven_depmap %{short_name} %{short_name} %{version} JPP %{name} +%add_to_maven_depmap %{short_name} %{short_name} %{version} JPP %{short_name} # javadoc @@ -150,6 +150,9 @@ rm -rf $RPM_BUILD_ROOT # ----------------------------------------------------------------------------- %changelog +* Fri May 21 2010 Stanislav Ochotnicky - 1.1.1-9 +- Correct depmap filename for backward compatibility + * Mon May 17 2010 Stanislav Ochotnicky - 1.1.1-8 - Fix wrong depmap JPP name to short_name - Add obsoletes to javadoc subpackage