2011-09-13 18:56:59 +00:00
|
|
|
Name: apache-parent
|
|
|
|
Version: 10
|
2014-03-04 11:21:10 +00:00
|
|
|
Release: 15%{?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
|
2012-12-18 14:13:01 +00:00
|
|
|
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
|
2011-09-13 18:56:59 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
|
2013-02-06 18:33:52 +00:00
|
|
|
BuildRequires: maven-local
|
2011-09-13 18:56:59 +00:00
|
|
|
BuildRequires: jpackage-utils
|
2012-11-02 17:38:23 +00:00
|
|
|
BuildRequires: apache-resource-bundles
|
|
|
|
BuildRequires: maven-remote-resources-plugin
|
|
|
|
|
2013-08-29 10:14:40 +00:00
|
|
|
Requires: apache-resource-bundles
|
|
|
|
|
2011-09-13 18:56:59 +00:00
|
|
|
%description
|
|
|
|
This package contains the parent pom file for apache projects.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
2012-07-26 16:15:32 +00:00
|
|
|
%setup -n %{name}-%{version} -Tc
|
|
|
|
|
|
|
|
# This simplifies work with child projects that can use generics
|
|
|
|
cp %{SOURCE0} .
|
|
|
|
sed -i 's:<source>1.4</source>:<source>1.5</source>:' pom.xml
|
|
|
|
sed -i 's:<target>1.4</target>:<target>1.5</target>:' pom.xml
|
2011-09-13 18:56:59 +00:00
|
|
|
|
2014-03-04 11:21:10 +00:00
|
|
|
%pom_remove_plugin :maven-site-plugin pom.xml
|
|
|
|
|
2012-12-18 14:13:01 +00:00
|
|
|
cp %{SOURCE1} LICENSE
|
2011-09-13 18:56:59 +00:00
|
|
|
|
|
|
|
%build
|
2013-08-26 16:22:52 +00:00
|
|
|
%mvn_build
|
2011-09-13 18:56:59 +00:00
|
|
|
|
|
|
|
%install
|
2013-08-26 16:22:52 +00:00
|
|
|
%mvn_install
|
2011-09-13 18:56:59 +00:00
|
|
|
|
2013-08-26 16:22:52 +00:00
|
|
|
%files -f .mfiles
|
2012-12-18 14:13:01 +00:00
|
|
|
%doc LICENSE
|
2011-09-13 18:56:59 +00:00
|
|
|
|
|
|
|
%changelog
|
2014-03-04 11:21:10 +00:00
|
|
|
* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 10-15
|
|
|
|
- Remove maven-site-plugin from dependencies
|
|
|
|
|
2013-09-20 11:23:36 +00:00
|
|
|
* Fri Sep 20 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 10-14
|
|
|
|
- Rebuild to regenerate Maven provides
|
|
|
|
|
2013-08-29 10:14:40 +00:00
|
|
|
* Thu Aug 29 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 10-13
|
|
|
|
- Add missing R: apache-resource-bundles
|
|
|
|
|
2013-08-26 16:22:52 +00:00
|
|
|
* Mon Aug 26 2013 Michal Srb <msrb@redhat.com> - 10-12
|
|
|
|
- Migrate away from mvn-rpmbuild
|
|
|
|
|
2013-08-03 01:24:49 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 10-11
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-02-13 16:49:07 +00:00
|
|
|
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 10-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2013-02-06 18:33:52 +00:00
|
|
|
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 10-9
|
|
|
|
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
|
|
|
|
- Replace maven BuildRequires with maven-local
|
|
|
|
|
2012-12-18 14:13:01 +00:00
|
|
|
* Tue Dec 18 2012 Michal Srb <msrb@redhat.com> - 10-8
|
|
|
|
- Added license (Resolves: #888287)
|
|
|
|
|
2012-11-21 17:14:30 +00:00
|
|
|
* Wed Nov 21 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 10-7
|
|
|
|
- Install patched pom not the original
|
|
|
|
|
2012-11-02 17:38:23 +00:00
|
|
|
* Fri Nov 2 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 10-6
|
|
|
|
- Add missing R: maven-remote-resources-plugin, apache-resource-bundles
|
|
|
|
- Add %%check to verify dependencies during build
|
|
|
|
|
2012-07-26 16:15:32 +00:00
|
|
|
* Thu Jul 26 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 10-5
|
|
|
|
- Make sure we generate 1.5 version bytecode
|
|
|
|
|
2012-07-18 16:20:30 +00:00
|
|
|
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 10-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
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
|