From 9c218317906417b666df608291248fb4139af283 Mon Sep 17 00:00:00 2001 From: Stanislav Ochotnicky Date: May 17 2010 14:28:42 +0000 Subject: Fix maven depmap JPP name to short_name --- diff --git a/apache-commons-lang.spec b/apache-commons-lang.spec index ee19001..77197b1 100644 --- a/apache-commons-lang.spec +++ b/apache-commons-lang.spec @@ -4,7 +4,7 @@ Name: apache-%{short_name} Version: 2.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Provides a host of helper utilities for the java.lang API License: ASL 2.0 Group: Development/Libraries @@ -87,7 +87,7 @@ popd # come back from javadir # pom install -d -m 755 $RPM_BUILD_ROOT%{_mavenpomdir} 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} +%add_to_maven_depmap org.apache.commons %{short_name} %{version} JPP %{short_name} # following line is only for backwards compatibility. New packages # should use proper groupid org.apache.commons and also artifactid @@ -120,6 +120,9 @@ rm -rf $RPM_BUILD_ROOT %doc %{_javadocdir}/%{name} %changelog +* Mon May 17 2010 Stanislav Ochotnicky - 2.5-3 +- Fix maven depmap JPP name to short_name + * Mon May 10 2010 Stanislav Ochotnicky - 2.5-2 - Added export for MAVEN_LOCAL_REPO and mkdir - Added more add_to_maven_depmap to assure backward compatibility