Update to upstream version 47
This commit is contained in:
parent
247f36b76a
commit
a07eb208a3
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@ commons-parent-22.tar.xz
|
||||
/commons-parent-40.tar.xz
|
||||
/commons-parent-42.tar.xz
|
||||
/commons-parent-43-src.zip
|
||||
/commons-parent-47.tar.gz
|
||||
|
@ -1,12 +1,12 @@
|
||||
Name: apache-commons-parent
|
||||
Version: 43
|
||||
Release: 3%{?dist}
|
||||
Version: 47
|
||||
Release: 1%{?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:)
|
||||
@ -23,7 +23,7 @@ Requires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
||||
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 +34,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 +52,9 @@ done
|
||||
%license LICENSE.txt NOTICE.txt
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (commons-parent-43-src.zip) = 54c55d56ba9726f8a34c3ad216c227d23bad6977cfe3365e8e4a796645db36f41192cd7e0abf696711177195e5fbe0f7e97a5d4a1d23f29c6f5631583195d666
|
||||
SHA512 (commons-parent-47.tar.gz) = 4982b5dd80658c79a985f62779025ee419e4fd5f6b1bc272a02b122c72e6f8f74e30267fe191c85ea03cf20c60f544157c39fe83297c3b11735f73ef33b648d7
|
||||
|
Loading…
Reference in New Issue
Block a user