import apache-commons-parent-43-2.module+el8+2598+06babf2e
This commit is contained in:
commit
529a2e6f3b
1
.apache-commons-parent.metadata
Normal file
1
.apache-commons-parent.metadata
Normal file
@ -0,0 +1 @@
|
||||
95c7c17ef5dbdc94670e7153471102e8782ab362 SOURCES/commons-parent-43-src.zip
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
SOURCES/commons-parent-43-src.zip
|
166
SPECS/apache-commons-parent.spec
Normal file
166
SPECS/apache-commons-parent.spec
Normal file
@ -0,0 +1,166 @@
|
||||
Name: apache-commons-parent
|
||||
Version: 43
|
||||
Release: 2%{?dist}
|
||||
Summary: Apache Commons Parent Pom
|
||||
License: ASL 2.0
|
||||
URL: http://svn.apache.org/repos/asf/commons/proper/commons-parent/tags/commons-parent-%{version}/
|
||||
BuildArch: noarch
|
||||
|
||||
Source0: http://repo1.maven.org/maven2/org/apache/commons/commons-parent/%{version}/commons-parent-%{version}-src.zip
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(org.apache:apache:pom:)
|
||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin)
|
||||
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
||||
|
||||
# Not generated automatically
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-assembly-plugin)
|
||||
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
||||
Requires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
||||
|
||||
%description
|
||||
The Project Object Model files for the apache-commons packages.
|
||||
|
||||
%prep
|
||||
%setup -q -n commons-parent-%{version}-src
|
||||
|
||||
# Plugin is not in fedora
|
||||
%pom_remove_plugin org.apache.commons:commons-build-plugin
|
||||
%pom_remove_plugin org.apache.maven.plugins:maven-scm-publish-plugin
|
||||
|
||||
# Plugins useless in package builds
|
||||
%pom_remove_plugin :apache-rat-plugin
|
||||
%pom_remove_plugin :buildnumber-maven-plugin
|
||||
%pom_remove_plugin :maven-enforcer-plugin
|
||||
%pom_remove_plugin :maven-site-plugin
|
||||
|
||||
# Remove profiles for plugins that are useless in package builds
|
||||
for profile in animal-sniffer japicmp jacoco cobertura clirr; do
|
||||
%pom_xpath_remove "pom:profile[pom:id='$profile']"
|
||||
done
|
||||
|
||||
%build
|
||||
%mvn_build
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
|
||||
%files -f .mfiles
|
||||
%doc RELEASE-NOTES.txt
|
||||
%license LICENSE.txt NOTICE.txt
|
||||
|
||||
%changelog
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 43-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Fri Jan 26 2018 Mikolaj Izdebski <mizdebsk@redhat.com> - 43-1
|
||||
- Update to upstream version 43
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 42-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Mon Feb 06 2017 Michael Simacek <msimacek@redhat.com> - 42-3
|
||||
- Remove more useless plugins
|
||||
|
||||
* Thu Jan 05 2017 Michael Simacek <msimacek@redhat.com> - 42-2
|
||||
- Remove profiles for plugins that are useless in package builds
|
||||
|
||||
* Mon Jan 02 2017 Michael Simacek <msimacek@redhat.com> - 42-1
|
||||
- Update to upstream version 42
|
||||
|
||||
* Tue Jun 14 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 40-2
|
||||
- Add missing dependency
|
||||
|
||||
* Wed May 11 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 40-1
|
||||
- Update to upstream version 40
|
||||
|
||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 39-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Tue Sep 8 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 39-1
|
||||
- Update to upstream version 39
|
||||
|
||||
* Thu Jun 25 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 38-1
|
||||
- Update to upstream version 38
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 37-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Tue Feb 3 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 37-2
|
||||
- Remove animal-sniffer profile
|
||||
|
||||
* Mon Feb 2 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 37-1
|
||||
- Update to upstream version 37
|
||||
|
||||
* Mon Oct 27 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 35-1
|
||||
- Update to upstream version 35
|
||||
|
||||
* Wed Jul 30 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 34-4
|
||||
- Fix build-requires on apache-parent
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 34-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Wed May 28 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 34-2
|
||||
- Rebuild to regenerate Maven auto-requires
|
||||
|
||||
* Thu Apr 17 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 34-1
|
||||
- Update to upstream version 34
|
||||
|
||||
* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 33-2
|
||||
- Remove maven 3 profile
|
||||
|
||||
* Wed Feb 12 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 33-1
|
||||
- Update to upstream version 33
|
||||
|
||||
* Tue Aug 06 2013 Mat Booth <fedora@matbooth.co.uk> - 32-2
|
||||
- Remove use of maven-scm-publish-plugin plugin
|
||||
|
||||
* Tue Aug 06 2013 Mat Booth <fedora@matbooth.co.uk> - 32-1
|
||||
- Updated to latest upstream, rhbz #904731
|
||||
|
||||
* Tue Aug 06 2013 Mat Booth <fedora@matbooth.co.uk> - 26-7
|
||||
- Use pom macros instead of patching
|
||||
- Update spec for latest guidelines rhbz #991975
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 26-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Mon Apr 15 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 26-5
|
||||
- Add buildnumber-maven-plugin to R/BR
|
||||
|
||||
* Wed Apr 10 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 26-4
|
||||
- Fix Requires and BuildRequires
|
||||
|
||||
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 26-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* 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
|
||||
|
||||
* Fri Oct 19 2012 Chris Spike <spike@fedoraproject.org> 22-4
|
||||
- Updated to 26
|
||||
|
||||
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 22-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 22-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Wed Dec 14 2011 Alexander Kurtakov <akurtako@redhat.com> 22-2
|
||||
- Add missing BR/R on buildbumber-maven-plugin.
|
||||
|
||||
* Wed Dec 7 2011 Alexander Kurtakov <akurtako@redhat.com> 22-1
|
||||
- Update to latest upstream.
|
||||
|
||||
* Fri Apr 15 2011 Chris Spike <spike@fedoraproject.org> 20-1
|
||||
- Updated to 20
|
||||
- Fixed Rs for maven 3
|
||||
|
||||
* Sat Nov 6 2010 Chris Spike <spike@fedoraproject.org> 15-2
|
||||
- Added patch to remove commons-build-plugin from pom file
|
||||
|
||||
* Wed Oct 20 2010 Chris Spike <spike@fedoraproject.org> 15-1
|
||||
- Initial version of the package
|
Loading…
Reference in New Issue
Block a user