81ddcd
Name:           apache-parent
81ddcd
Version:        10
81ddcd
Release:        14%{?dist}
81ddcd
Summary:        Parent pom file for Apache projects
81ddcd
Group:          Development/Libraries
81ddcd
License:        ASL 2.0
81ddcd
URL:            http://apache.org/
81ddcd
Source0:        http://svn.apache.org/repos/asf/maven/pom/tags/apache-10/pom.xml
81ddcd
Source1:        http://www.apache.org/licenses/LICENSE-2.0.txt
81ddcd
BuildArch:      noarch
81ddcd
81ddcd
BuildRequires:  maven-local
81ddcd
BuildRequires:  jpackage-utils
81ddcd
BuildRequires:  apache-resource-bundles
81ddcd
BuildRequires:  maven-remote-resources-plugin
81ddcd
81ddcd
Requires:       apache-resource-bundles
81ddcd
81ddcd
%description
81ddcd
This package contains the parent pom file for apache projects.
81ddcd
81ddcd
81ddcd
%prep
81ddcd
%setup -n %{name}-%{version} -Tc
81ddcd
81ddcd
# This simplifies work with child projects that can use generics
81ddcd
cp %{SOURCE0} .
81ddcd
sed -i 's:<source>1.4</source>:<source>1.5</source>:' pom.xml
81ddcd
sed -i 's:<target>1.4</target>:<target>1.5</target>:' pom.xml
81ddcd
81ddcd
cp %{SOURCE1} LICENSE
81ddcd
81ddcd
%build
81ddcd
%mvn_build
81ddcd
81ddcd
%install
81ddcd
%mvn_install
81ddcd
81ddcd
%files -f .mfiles
81ddcd
%doc LICENSE
81ddcd
81ddcd
%changelog
81ddcd
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 10-14
81ddcd
- Mass rebuild 2013-12-27
81ddcd
81ddcd
* Thu Dec 19 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 10-13
81ddcd
- Fix a typo in changelog
81ddcd
81ddcd
* Thu Aug 29 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 10-12
81ddcd
- Add missing R: apache-resource-bundles
81ddcd
81ddcd
* Mon Aug 26 2013 Michal Srb <msrb@redhat.com> - 10-11
81ddcd
- Migrate away from mvn-rpmbuild (Resolves: #997520)
81ddcd
81ddcd
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 10-10
81ddcd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
81ddcd
81ddcd
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 10-9
81ddcd
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
81ddcd
- Replace maven BuildRequires with maven-local
81ddcd
81ddcd
* Tue Dec 18 2012 Michal Srb <msrb@redhat.com> - 10-8
81ddcd
- Added license (Resolves: #888287)
81ddcd
81ddcd
* Wed Nov 21 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 10-7
81ddcd
- Install patched pom not the original
81ddcd
81ddcd
* Fri Nov  2 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 10-6
81ddcd
- Add missing R: maven-remote-resources-plugin, apache-resource-bundles
81ddcd
- Add %%check to verify dependencies during build
81ddcd
81ddcd
* Thu Jul 26 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 10-5
81ddcd
- Make sure we generate 1.5 version bytecode
81ddcd
81ddcd
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 10-4
81ddcd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
81ddcd
81ddcd
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 10-3
81ddcd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
81ddcd
81ddcd
* Tue Sep 13 2011 Andy Grimm <agrimm@gmail.com> 10-2
81ddcd
- Follow suggestions in BZ #736069
81ddcd
81ddcd
* Mon Aug 29 2011 Andy Grimm <agrimm@gmail.com> 10-1
81ddcd
- Initial Build