From df04eec8470e93209e4bb7d32121ffea28d4e71c Mon Sep 17 00:00:00 2001 From: Sandro Mathys Date: Sun, 11 Jul 2010 00:30:01 +0000 Subject: [PATCH] Fixed the Maven depmap line by replacing org.apache.maven by org.apache.commons --- apache-commons-compress.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/apache-commons-compress.spec b/apache-commons-compress.spec index ec056c7..48e5ae3 100644 --- a/apache-commons-compress.spec +++ b/apache-commons-compress.spec @@ -2,7 +2,7 @@ Name: apache-%{shortname} Version: 1.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Java API for working with tar, zip and bzip2 files Group: Development/Libraries License: ASL 2.0 @@ -86,7 +86,7 @@ cp -rp target/site/apidocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name} # pomfile install -d -m 755 $RPM_BUILD_ROOT%{_mavenpomdir} install -pm 644 pom.xml $RPM_BUILD_ROOT%{_mavenpomdir}/JPP-%{shortname}.pom -%add_to_maven_depmap org.apache.maven %{shortname} %{version} JPP %{shortname} +%add_to_maven_depmap org.apache.commons %{shortname} %{version} JPP %{shortname} @@ -119,6 +119,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Jul 11 2010 Sandro Mathys - 1.0-8 +- Fixed the Maven depmap line by replacing org.apache.maven by org.apache.commons + * Mon May 31 2010 Sandro Mathys - 1.0-7 - Fixed regression with missing Provides/Obsoletes for javadocs - Fixed changelog format