Update to upstream version 59
This commit is contained in:
parent
74f007ed57
commit
e3aea3bb16
2
.gitignore
vendored
2
.gitignore
vendored
@ -22,3 +22,5 @@
|
|||||||
/commons-parent-51.tar.gz
|
/commons-parent-51.tar.gz
|
||||||
/commons-parent-52.tar.gz
|
/commons-parent-52.tar.gz
|
||||||
/commons-parent-53.tar.gz
|
/commons-parent-53.tar.gz
|
||||||
|
/commons-parent-58.tar.gz
|
||||||
|
/commons-parent-59.tar.gz
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%bcond_with bootstrap
|
%bcond_with bootstrap
|
||||||
|
|
||||||
Name: apache-commons-parent
|
Name: apache-commons-parent
|
||||||
Version: 53
|
Version: 59
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Apache Commons Parent Pom
|
Summary: Apache Commons Parent Pom
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://commons.apache.org/commons-parent-pom.html
|
URL: https://commons.apache.org/commons-parent-pom.html
|
||||||
@ -15,7 +15,6 @@ Source0: https://github.com/apache/commons-parent/archive/rel/commons-par
|
|||||||
BuildRequires: javapackages-bootstrap
|
BuildRequires: javapackages-bootstrap
|
||||||
%else
|
%else
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
BuildRequires: mvn(org.apache:apache:pom:)
|
|
||||||
BuildRequires: mvn(biz.aQute.bnd:biz.aQute.bndlib)
|
BuildRequires: mvn(biz.aQute.bnd:biz.aQute.bndlib)
|
||||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||||
BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin)
|
BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin)
|
||||||
@ -38,6 +37,8 @@ The Project Object Model files for the apache-commons packages.
|
|||||||
# Plugin is not in fedora
|
# Plugin is not in fedora
|
||||||
%pom_remove_plugin org.apache.commons:commons-build-plugin
|
%pom_remove_plugin org.apache.commons:commons-build-plugin
|
||||||
%pom_remove_plugin org.apache.maven.plugins:maven-scm-publish-plugin
|
%pom_remove_plugin org.apache.maven.plugins:maven-scm-publish-plugin
|
||||||
|
%pom_remove_plugin org.spdx:spdx-maven-plugin
|
||||||
|
%pom_remove_plugin org.cyclonedx:cyclonedx-maven-plugin
|
||||||
|
|
||||||
# Plugins useless in package builds
|
# Plugins useless in package builds
|
||||||
%pom_remove_plugin :apache-rat-plugin
|
%pom_remove_plugin :apache-rat-plugin
|
||||||
@ -47,9 +48,14 @@ The Project Object Model files for the apache-commons packages.
|
|||||||
%pom_remove_plugin :maven-source-plugin
|
%pom_remove_plugin :maven-source-plugin
|
||||||
%pom_remove_plugin :versions-maven-plugin
|
%pom_remove_plugin :versions-maven-plugin
|
||||||
|
|
||||||
|
%pom_remove_dep org.junit:junit-bom
|
||||||
|
|
||||||
|
# For now avoid moditect
|
||||||
|
%pom_xpath_remove 'pom:profile[pom:id="moditect"]'
|
||||||
|
|
||||||
# Remove profiles for plugins that are useless in package builds
|
# Remove profiles for plugins that are useless in package builds
|
||||||
for profile in animal-sniffer japicmp jacoco cobertura clirr; do
|
for profile in animal-sniffer japicmp jacoco cobertura; do
|
||||||
%pom_xpath_remove "pom:profile[pom:id='$profile']"
|
%pom_xpath_remove "pom:profile[pom:id='${profile}']"
|
||||||
done
|
done
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -63,6 +69,9 @@ done
|
|||||||
%license LICENSE.txt NOTICE.txt
|
%license LICENSE.txt NOTICE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 11 2023 Marian Koncek <mkoncek@redhat.com> - 59-1
|
||||||
|
- Update to upstream version 59
|
||||||
|
|
||||||
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 53-4
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 53-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (commons-parent-53.tar.gz) = c0f2567111191c4623647c35b1b316aaa55de66096a83f07ec69cf823faf2faf6ade1619a45948179a72c917fba532f289f37509c5933b745c306b3223ffe0eb
|
SHA512 (commons-parent-59.tar.gz) = 0dd40e0f5b7d0f8e9218045d9b2bfeb161529c954b0c6d19ae412584b46e00592c23c88fc6b088897b278cda8a21b5232db16f4be03f06b416c45ed16ac1768a
|
||||||
|
Loading…
Reference in New Issue
Block a user