Fixed the Maven depmap line by replacing org.apache.maven by
org.apache.commons
This commit is contained in:
parent
ee7e54012d
commit
df04eec847
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: apache-%{shortname}
|
Name: apache-%{shortname}
|
||||||
Version: 1.0
|
Version: 1.0
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
Summary: Java API for working with tar, zip and bzip2 files
|
Summary: Java API for working with tar, zip and bzip2 files
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -86,7 +86,7 @@ cp -rp target/site/apidocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
|
|||||||
# pomfile
|
# pomfile
|
||||||
install -d -m 755 $RPM_BUILD_ROOT%{_mavenpomdir}
|
install -d -m 755 $RPM_BUILD_ROOT%{_mavenpomdir}
|
||||||
install -pm 644 pom.xml $RPM_BUILD_ROOT%{_mavenpomdir}/JPP-%{shortname}.pom
|
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
|
%changelog
|
||||||
|
* Sun Jul 11 2010 Sandro Mathys <red at fedoraproject.org> - 1.0-8
|
||||||
|
- Fixed the Maven depmap line by replacing org.apache.maven by org.apache.commons
|
||||||
|
|
||||||
* Mon May 31 2010 Sandro Mathys <red at fedoraproject.org> - 1.0-7
|
* Mon May 31 2010 Sandro Mathys <red at fedoraproject.org> - 1.0-7
|
||||||
- Fixed regression with missing Provides/Obsoletes for javadocs
|
- Fixed regression with missing Provides/Obsoletes for javadocs
|
||||||
- Fixed changelog format
|
- Fixed changelog format
|
||||||
|
Loading…
Reference in New Issue
Block a user