2011-09-13 18:56:59 +00:00
|
|
|
Name: apache-parent
|
|
|
|
Version: 10
|
2012-01-12 21:37:45 +00:00
|
|
|
Release: 3%{?dist}
|
2011-09-13 18:56:59 +00:00
|
|
|
Summary: Parent pom file for Apache projects
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: ASL 2.0
|
|
|
|
URL: http://apache.org/
|
|
|
|
Source0: http://svn.apache.org/repos/asf/maven/pom/tags/apache-10/pom.xml
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
BuildRequires: jpackage-utils
|
|
|
|
Requires: jpackage-utils
|
|
|
|
|
|
|
|
%description
|
|
|
|
This package contains the parent pom file for apache projects.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
install -d -m 755 $RPM_BUILD_ROOT%{_mavenpomdir}
|
|
|
|
install -pm 644 %{SOURCE0} \
|
|
|
|
$RPM_BUILD_ROOT%{_mavenpomdir}/JPP-%{name}.pom
|
|
|
|
|
|
|
|
%add_maven_depmap JPP-%{name}.pom
|
|
|
|
|
|
|
|
%files
|
|
|
|
%{_mavenpomdir}/JPP-%{name}.pom
|
|
|
|
%{_mavendepmapfragdir}/%{name}
|
|
|
|
|
|
|
|
%changelog
|
2012-01-12 21:37:45 +00:00
|
|
|
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 10-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-09-13 18:56:59 +00:00
|
|
|
* Tue Sep 13 2011 Andy Grimm <agrimm@gmail.com> 10-2
|
|
|
|
- Follow suggestions in BZ #736069
|
|
|
|
|
|
|
|
* Mon Aug 29 2011 Andy Grimm <agrimm@gmail.com> 10-1
|
|
|
|
- Initial Build
|