Compare commits

...

No commits in common. "c8-stream-201902" and "c8-beta-stream-201801" have entirely different histories.

3 changed files with 7 additions and 28 deletions

View File

@ -1 +1 @@
76ca92cc36e00950f6701bb566f3a8f3a323a2f6 SOURCES/commons-parent-49.tar.gz
95c7c17ef5dbdc94670e7153471102e8782ab362 SOURCES/commons-parent-43-src.zip

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/commons-parent-49.tar.gz
SOURCES/commons-parent-43-src.zip

View File

@ -1,12 +1,12 @@
Name: apache-commons-parent
Version: 49
Version: 43
Release: 2%{?dist}
Summary: Apache Commons Parent Pom
License: ASL 2.0
URL: https://commons.apache.org/commons-parent-pom.html
URL: http://svn.apache.org/repos/asf/commons/proper/commons-parent/tags/commons-parent-%{version}/
BuildArch: noarch
Source0: https://github.com/apache/commons-parent/archive/commons-parent-%{version}.tar.gz
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:)
@ -16,13 +16,14 @@ 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-commons-parent-%{version}
%setup -q -n commons-parent-%{version}-src
# Plugin is not in fedora
%pom_remove_plugin org.apache.commons:commons-build-plugin
@ -33,7 +34,6 @@ The Project Object Model files for the apache-commons packages.
%pom_remove_plugin :buildnumber-maven-plugin
%pom_remove_plugin :maven-enforcer-plugin
%pom_remove_plugin :maven-site-plugin
%pom_remove_plugin :maven-source-plugin
# Remove profiles for plugins that are useless in package builds
for profile in animal-sniffer japicmp jacoco cobertura clirr; do
@ -51,27 +51,6 @@ done
%license LICENSE.txt NOTICE.txt
%changelog
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 49-2
- Mass rebuild for javapackages-tools 201902
* Wed Sep 18 2019 Marian Koncek <mkoncek@redhat.com> - 49-1
- Update to upstream version 49
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 48-2
- Mass rebuild for javapackages-tools 201901
* Fri May 03 2019 Marian Koncek <mkoncek@redhat.com> - 48-1
- Update to upstream version 48
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 47-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Fri Oct 12 2018 Marian Koncek <mkoncek@redhat.com> - 47-1
- Update to upstream version 47
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 43-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 43-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild