Compare commits

..

No commits in common. 'stream-javapackages-tools-202201-rhel-9.1.0' and 'c8-stream-201801' have entirely different histories.

@ -0,0 +1 @@
95c7c17ef5dbdc94670e7153471102e8782ab362 SOURCES/commons-parent-43-src.zip

25
.gitignore vendored

@ -1,24 +1 @@
/results_* SOURCES/commons-parent-43-src.zip
/*.src.rpm
/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
/commons-parent-47.tar.gz
/commons-parent-48.tar.gz
/commons-parent-49.tar.gz
/commons-parent-50.tar.gz
/commons-parent-51.tar.gz
/commons-parent-52.tar.gz
/commons-parent-53.tar.gz

@ -1,39 +1,29 @@
%bcond_with bootstrap
Name: apache-commons-parent Name: apache-commons-parent
Version: 53 Version: 43
Release: 2%{?dist} Release: 2%{?dist}
Summary: Apache Commons Parent Pom Summary: Apache Commons Parent Pom
License: ASL 2.0 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 BuildArch: noarch
ExclusiveArch: %{java_arches} noarch
Source0: https://github.com/apache/commons-parent/archive/rel/commons-parent-%{version}.tar.gz Source0: http://repo1.maven.org/maven2/org/apache/commons/commons-parent/%{version}/commons-parent-%{version}-src.zip
%if %{with bootstrap}
BuildRequires: javapackages-bootstrap
%else
BuildRequires: maven-local BuildRequires: maven-local
BuildRequires: mvn(org.apache:apache:pom:) BuildRequires: mvn(org.apache:apache:pom:)
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)
BuildRequires: mvn(org.apache:apache:pom:)
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin) BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
%endif
# Not generated automatically # Not generated automatically
%if %{without bootstrap}
BuildRequires: mvn(org.apache.maven.plugins:maven-assembly-plugin) BuildRequires: mvn(org.apache.maven.plugins:maven-assembly-plugin)
%endif BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
Requires: mvn(org.codehaus.mojo:build-helper-maven-plugin) Requires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
%description %description
The Project Object Model files for the apache-commons packages. The Project Object Model files for the apache-commons packages.
%prep %prep
%setup -q -n commons-parent-rel-commons-parent-%{version} %setup -q -n commons-parent-%{version}-src
# 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
@ -44,8 +34,6 @@ The Project Object Model files for the apache-commons packages.
%pom_remove_plugin :buildnumber-maven-plugin %pom_remove_plugin :buildnumber-maven-plugin
%pom_remove_plugin :maven-enforcer-plugin %pom_remove_plugin :maven-enforcer-plugin
%pom_remove_plugin :maven-site-plugin %pom_remove_plugin :maven-site-plugin
%pom_remove_plugin :maven-source-plugin
%pom_remove_plugin :versions-maven-plugin
# 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 clirr; do
@ -59,77 +47,10 @@ done
%mvn_install %mvn_install
%files -f .mfiles %files -f .mfiles
%doc README.md RELEASE-NOTES.txt %doc RELEASE-NOTES.txt
%license LICENSE.txt NOTICE.txt %license LICENSE.txt NOTICE.txt
%changelog %changelog
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 53-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Sun Apr 24 2022 Mikolaj Izdebski <mizdebsk@redhat.com> - 53-1
- Update to upstream version 53
* Sat Feb 05 2022 Jiri Vanek <jvanek@redhat.com> - 52-6
- Rebuilt for java-17-openjdk as system jdk
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 52-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 52-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Mon May 17 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 52-3
- Bootstrap build
- Non-bootstrap build
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 52-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Tue Sep 01 2020 Fabio Valentini <decathorpe@gmail.com> - 52-1
- Update to version 52.
* Fri Aug 21 2020 Marian Koncek <mkoncek@redhat.com> - 52-1
- Update to upstream version 52
* Tue Jul 28 2020 Marian Koncek <mkoncek@redhat.com> - 51-1
- Update to upstream version 51
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 47-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Fri Jul 10 2020 Jiri Vanek <jvanek@redhat.com> - 47-5
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
* Wed Jan 29 2020 Marian Koncek <mkoncek@redhat.com> - 50-1
- Update to upstream version 50
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 47-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* 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
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 47-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* 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 * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 43-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

@ -1 +0,0 @@
SHA512 (commons-parent-53.tar.gz) = c0f2567111191c4623647c35b1b316aaa55de66096a83f07ec69cf823faf2faf6ade1619a45948179a72c917fba532f289f37509c5933b745c306b3223ffe0eb
Loading…
Cancel
Save