Compare commits
No commits in common. "stream-javapackages-tools-201801-rhel-8.9.0" and "c8-stream-201902" have entirely different histories.
stream-jav
...
c8-stream-
1
.apache-commons-parent.metadata
Normal file
1
.apache-commons-parent.metadata
Normal file
@ -0,0 +1 @@
|
||||
76ca92cc36e00950f6701bb566f3a8f3a323a2f6 SOURCES/commons-parent-49.tar.gz
|
15
.gitignore
vendored
15
.gitignore
vendored
@ -1,14 +1 @@
|
||||
/commons-parent-15.tar.xz
|
||||
/commons-parent-20.tar.xz
|
||||
commons-parent-22.tar.xz
|
||||
/commons-parent-26.tar.xz
|
||||
/commons-parent-32.tar.xz
|
||||
/commons-parent-33.tar.xz
|
||||
/commons-parent-34.tar.xz
|
||||
/commons-parent-35.tar.xz
|
||||
/commons-parent-37.tar.xz
|
||||
/commons-parent-38.tar.xz
|
||||
/commons-parent-39.tar.xz
|
||||
/commons-parent-40.tar.xz
|
||||
/commons-parent-42.tar.xz
|
||||
/commons-parent-43-src.zip
|
||||
SOURCES/commons-parent-49.tar.gz
|
||||
|
@ -1,12 +1,12 @@
|
||||
Name: apache-commons-parent
|
||||
Version: 43
|
||||
Version: 49
|
||||
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}/
|
||||
URL: https://commons.apache.org/commons-parent-pom.html
|
||||
BuildArch: noarch
|
||||
|
||||
Source0: http://repo1.maven.org/maven2/org/apache/commons/commons-parent/%{version}/commons-parent-%{version}-src.zip
|
||||
Source0: https://github.com/apache/commons-parent/archive/commons-parent-%{version}.tar.gz
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(org.apache:apache:pom:)
|
||||
@ -16,14 +16,13 @@ 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
|
||||
%setup -q -n commons-parent-commons-parent-%{version}
|
||||
|
||||
# Plugin is not in fedora
|
||||
%pom_remove_plugin org.apache.commons:commons-build-plugin
|
||||
@ -34,6 +33,7 @@ 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,6 +51,27 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user