2013-08-06 08:45:05 +00:00
|
|
|
%global short_name commons-parent
|
2010-10-25 20:16:52 +00:00
|
|
|
|
|
|
|
Name: apache-%{short_name}
|
2016-05-11 21:43:51 +00:00
|
|
|
Version: 40
|
|
|
|
Release: 1%{?dist}
|
2010-10-25 20:16:52 +00:00
|
|
|
Summary: Apache Commons Parent Pom
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: ASL 2.0
|
|
|
|
URL: http://svn.apache.org/repos/asf/commons/proper/%{short_name}/tags/%{short_name}-%{version}/
|
|
|
|
|
2016-05-11 21:43:51 +00:00
|
|
|
# svn export http://svn.apache.org/repos/asf/commons/proper/commons-parent/tags/commons-parent-%{version}
|
|
|
|
# tar caf commons-parent-%{version}.tar.xz commons-parent-%{version}
|
2010-10-25 20:16:52 +00:00
|
|
|
Source0: %{short_name}-%{version}.tar.xz
|
2010-11-07 05:21:22 +00:00
|
|
|
|
2010-10-25 20:16:52 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
|
2013-02-06 18:32:43 +00:00
|
|
|
BuildRequires: maven-local
|
2014-07-30 14:40:17 +00:00
|
|
|
BuildRequires: mvn(org.apache:apache:pom:)
|
2013-04-10 12:46:39 +00:00
|
|
|
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
2014-04-17 11:19:12 +00:00
|
|
|
BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin)
|
|
|
|
BuildRequires: mvn(org.apache.maven.plugins:maven-assembly-plugin)
|
|
|
|
BuildRequires: mvn(org.apache.maven.plugins:maven-enforcer-plugin)
|
2013-04-10 12:46:39 +00:00
|
|
|
BuildRequires: mvn(org.apache.rat:apache-rat-plugin)
|
2013-04-15 06:44:01 +00:00
|
|
|
BuildRequires: mvn(org.codehaus.mojo:buildnumber-maven-plugin)
|
|
|
|
Requires: mvn(org.codehaus.mojo:buildnumber-maven-plugin)
|
2010-10-25 20:16:52 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
The Project Object Model files for the apache-commons packages.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{short_name}-%{version}
|
2013-08-06 08:45:05 +00:00
|
|
|
|
|
|
|
# Plugin is not in fedora
|
|
|
|
%pom_remove_plugin org.apache.commons:commons-build-plugin
|
2013-08-06 10:00:56 +00:00
|
|
|
%pom_remove_plugin org.apache.maven.plugins:maven-scm-publish-plugin
|
2010-10-25 20:16:52 +00:00
|
|
|
|
2015-02-02 11:49:21 +00:00
|
|
|
%pom_remove_plugin :maven-site-plugin
|
2014-03-04 11:03:32 +00:00
|
|
|
|
2015-02-03 07:24:03 +00:00
|
|
|
%pom_xpath_remove "pom:profile[pom:id='animal-sniffer']"
|
|
|
|
|
2010-10-25 20:16:52 +00:00
|
|
|
%build
|
2013-08-06 08:45:05 +00:00
|
|
|
%mvn_build
|
2010-10-25 20:16:52 +00:00
|
|
|
|
|
|
|
%install
|
2013-08-06 08:45:05 +00:00
|
|
|
%mvn_install
|
2010-10-25 20:16:52 +00:00
|
|
|
|
2013-08-06 08:45:05 +00:00
|
|
|
%files -f .mfiles
|
|
|
|
%doc LICENSE.txt NOTICE.txt RELEASE-NOTES.txt
|
2010-10-25 20:16:52 +00:00
|
|
|
|
|
|
|
%changelog
|
2016-05-11 21:43:51 +00:00
|
|
|
* Wed May 11 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 40-1
|
|
|
|
- Update to upstream version 40
|
|
|
|
|
2016-02-03 16:18:56 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 39-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-09-08 07:58:08 +00:00
|
|
|
* Tue Sep 8 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 39-1
|
|
|
|
- Update to upstream version 39
|
|
|
|
|
2015-06-25 06:31:03 +00:00
|
|
|
* Thu Jun 25 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 38-1
|
|
|
|
- Update to upstream version 38
|
|
|
|
|
2015-06-17 00:04:50 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 37-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-02-03 07:24:03 +00:00
|
|
|
* Tue Feb 3 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 37-2
|
|
|
|
- Remove animal-sniffer profile
|
|
|
|
|
2015-02-02 11:49:21 +00:00
|
|
|
* Mon Feb 2 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 37-1
|
|
|
|
- Update to upstream version 37
|
|
|
|
|
2014-10-27 09:19:05 +00:00
|
|
|
* Mon Oct 27 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 35-1
|
|
|
|
- Update to upstream version 35
|
|
|
|
|
2014-07-30 14:40:17 +00:00
|
|
|
* Wed Jul 30 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 34-4
|
|
|
|
- Fix build-requires on apache-parent
|
|
|
|
|
2014-06-07 01:00:14 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 34-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-28 07:08:07 +00:00
|
|
|
* Wed May 28 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 34-2
|
|
|
|
- Rebuild to regenerate Maven auto-requires
|
|
|
|
|
2014-04-17 11:19:12 +00:00
|
|
|
* Thu Apr 17 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 34-1
|
|
|
|
- Update to upstream version 34
|
|
|
|
|
2014-03-04 11:03:32 +00:00
|
|
|
* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 33-2
|
|
|
|
- Remove maven 3 profile
|
|
|
|
|
2014-02-12 10:49:53 +00:00
|
|
|
* Wed Feb 12 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 33-1
|
|
|
|
- Update to upstream version 33
|
|
|
|
|
2013-08-06 10:00:56 +00:00
|
|
|
* Tue Aug 06 2013 Mat Booth <fedora@matbooth.co.uk> - 32-2
|
|
|
|
- Remove use of maven-scm-publish-plugin plugin
|
|
|
|
|
2013-08-06 09:02:36 +00:00
|
|
|
* Tue Aug 06 2013 Mat Booth <fedora@matbooth.co.uk> - 32-1
|
|
|
|
- Updated to latest upstream, rhbz #904731
|
|
|
|
|
2013-08-06 08:45:05 +00:00
|
|
|
* Tue Aug 06 2013 Mat Booth <fedora@matbooth.co.uk> - 26-7
|
|
|
|
- Use pom macros instead of patching
|
2013-08-06 09:02:36 +00:00
|
|
|
- Update spec for latest guidelines rhbz #991975
|
2013-08-06 08:45:05 +00:00
|
|
|
|
2013-08-03 01:22:02 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 26-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-04-15 06:44:01 +00:00
|
|
|
* Mon Apr 15 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 26-5
|
|
|
|
- Add buildnumber-maven-plugin to R/BR
|
|
|
|
|
2013-04-10 12:46:39 +00:00
|
|
|
* Wed Apr 10 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 26-4
|
|
|
|
- Fix Requires and BuildRequires
|
|
|
|
|
2013-02-13 16:47:35 +00:00
|
|
|
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 26-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2013-02-06 18:32:43 +00:00
|
|
|
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 26-2
|
|
|
|
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
|
|
|
|
- Replace maven BuildRequires with maven-local
|
|
|
|
|
2012-10-19 21:03:02 +00:00
|
|
|
* Fri Oct 19 2012 Chris Spike <spike@fedoraproject.org> 22-4
|
|
|
|
- Updated to 26
|
|
|
|
|
2012-07-18 16:18:22 +00:00
|
|
|
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 22-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-01-12 21:36:49 +00:00
|
|
|
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 22-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-12-14 11:40:33 +00:00
|
|
|
* Wed Dec 14 2011 Alexander Kurtakov <akurtako@redhat.com> 22-2
|
|
|
|
- Add missing BR/R on buildbumber-maven-plugin.
|
|
|
|
|
2011-12-07 16:38:13 +00:00
|
|
|
* Wed Dec 7 2011 Alexander Kurtakov <akurtako@redhat.com> 22-1
|
|
|
|
- Update to latest upstream.
|
|
|
|
|
2011-04-15 02:08:32 +00:00
|
|
|
* Fri Apr 15 2011 Chris Spike <spike@fedoraproject.org> 20-1
|
|
|
|
- Updated to 20
|
|
|
|
- Fixed Rs for maven 3
|
2011-02-08 01:37:26 +00:00
|
|
|
|
2011-04-15 02:08:32 +00:00
|
|
|
* Sat Nov 6 2010 Chris Spike <spike@fedoraproject.org> 15-2
|
2010-11-07 05:21:22 +00:00
|
|
|
- Added patch to remove commons-build-plugin from pom file
|
|
|
|
|
2011-04-15 02:08:32 +00:00
|
|
|
* Wed Oct 20 2010 Chris Spike <spike@fedoraproject.org> 15-1
|
2010-10-25 20:16:52 +00:00
|
|
|
- Initial version of the package
|