From 66e94e7bf8afbd1dc9c8fd66c566db1ae9535d27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Wed, 14 Oct 2020 21:45:48 +0200 Subject: [PATCH] RHEL 9.0.0 Alpha bootstrap The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/apache-commons-lang3#59af573932b2123062d595d036b34424dd0743a1 --- .gitignore | 16 +++ apache-commons-lang3.spec | 203 ++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 220 insertions(+) create mode 100644 apache-commons-lang3.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore index e69de29..5cfcf57 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,16 @@ +/results_* +/*.src.rpm + +/commons-lang3-3.0.1-src.tar.gz +/commons-lang3-3.1-src.tar.gz +/commons-lang3-3.2-src.tar.gz +/commons-lang3-3.2.1-src.tar.gz +/commons-lang3-3.3-src.tar.gz +/commons-lang3-3.3.1-src.tar.gz +/commons-lang3-3.3.2-src.tar.gz +/commons-lang3-3.4-src.tar.gz +/commons-lang3-3.5-src.tar.gz +/commons-lang3-3.6-src.tar.gz +/commons-lang3-3.7-src.tar.gz +/commons-lang3-3.8.1-src.tar.gz +/commons-lang3-3.11-src.tar.gz diff --git a/apache-commons-lang3.spec b/apache-commons-lang3.spec new file mode 100644 index 0000000..edee3ac --- /dev/null +++ b/apache-commons-lang3.spec @@ -0,0 +1,203 @@ +%global srcname commons-lang3 + +Name: apache-commons-lang3 +Version: 3.11 +Release: 1%{?dist} +Summary: Provides a host of helper utilities for the java.lang API +License: ASL 2.0 + +URL: https://commons.apache.org/lang +Source0: https://archive.apache.org/dist/commons/lang/source/%{srcname}-%{version}-src.tar.gz + +BuildArch: noarch + +BuildRequires: maven-local +BuildRequires: mvn(biz.aQute.bnd:biz.aQute.bndlib) +BuildRequires: mvn(org.apache.commons:commons-parent:pom:) +BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) +BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin) + +%description +The standard Java libraries fail to provide enough methods for +manipulation of its core classes. The Commons Lang Component provides +these extra methods. +The Commons Lang Component provides a host of helper utilities for the +java.lang API, notably String manipulation methods, basic numerical +methods, object reflection, creation and serialization, and System +properties. Additionally it contains an inheritable enum type, an +exception structure that supports multiple types of nested-Exceptions +and a series of utilities dedicated to help with building methods, such +as hashCode, toString and equals. + +With version of commons-lang 3.x, developers decided to change API and +therefore created differently named artifact and jar files. This is +the new version, while apache-commons-lang is the compatibility +package. + + +%package javadoc +Summary: Javadoc for %{name} + +%description javadoc +API documentation for %{name}. + + +%prep +%autosetup -n %{srcname}-%{version}-src + +# remove unnecessary maven plugins +%pom_remove_plugin :maven-javadoc-plugin + +%mvn_file : %{name} commons-lang3 + + +%build +# test dependencies are not all packaged for fedora: +# - org.easymock:easymock 4.2 +# - org.junit-pioneer:junit-pioneer +# - org.openjdk.jmh:jmh-core +# - org.openjdk.jmh:jmh-generator-annprocess +%mvn_build -f + + +%install +%mvn_install + + +%files -f .mfiles +%license LICENSE.txt NOTICE.txt +%doc RELEASE-NOTES.txt + +%files javadoc -f .mfiles-javadoc +%license LICENSE.txt NOTICE.txt + + +%changelog +* Wed Aug 12 2020 Fabio Valentini - 3.11-1 +- Update to version 3.11. +- Fixes RHBZ#1699692 + +* Mon Jul 27 2020 Fedora Release Engineering - 3.8.1-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri Jul 10 2020 Jiri Vanek - 3.8.1-6 +- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11 + +* Tue Jan 28 2020 Fedora Release Engineering - 3.8.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Wed Jul 24 2019 Fedora Release Engineering - 3.8.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Thu Jan 31 2019 Fedora Release Engineering - 3.8.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Fri Oct 12 2018 Marian Koncek - 3.8.1-2 +- Fix incorrect OSGi metadata +- Resolves: rhbz#1636556 + +* Mon Oct 01 2018 Marian Koncek - 3.8.1-1 +- Update to upstream version 3.8.1 +- Resolves: rhbz#1619243 + +* Thu Jul 12 2018 Fedora Release Engineering - 3.7-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Wed Feb 07 2018 Fedora Release Engineering - 3.7-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Mon Jan 29 2018 Mikolaj Izdebski - 3.7-2 +- Cleanup spec file + +* Thu Nov 09 2017 Michael Simacek - 3.7-1 +- Update to upstream version 3.7 + +* Wed Jul 26 2017 Fedora Release Engineering - 3.6-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Mon Jul 10 2017 Mikolaj Izdebski - 3.6-2 +- Conditionalize BR on jmh + +* Mon Jul 03 2017 Michael Simacek - 3.6-1 +- Update to upstream version 3.6 + +* Tue Mar 14 2017 Michael Simacek - 3.5-3 +- Disable non-deterministic test + +* Fri Feb 10 2017 Fedora Release Engineering - 3.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Wed Oct 19 2016 Michael Simacek - 3.5-1 +- Update to upstream version 3.5 + +* Wed Mar 09 2016 Michael Simacek - 3.4-5 +- Fix unapplied patch + +* Mon Feb 15 2016 Michael Simacek - 3.4-4 +- Fix parsing of ISO dates with UTC TZ + +* Wed Feb 03 2016 Fedora Release Engineering - 3.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Jun 17 2015 Fedora Release Engineering - 3.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Tue May 12 2015 Alexander Kurtakov 3.4-1 +- Update to upstream 3.4. + +* Wed Jul 30 2014 Mikolaj Izdebski - 3.3.2-3 +- Fix build-requires on apache-commons-parent + +* Sat Jun 07 2014 Fedora Release Engineering - 3.3.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Mon Apr 14 2014 Mikolaj Izdebski - 3.3.2-1 +- Update to upstream version 3.3.2 + +* Thu Mar 20 2014 Mikolaj Izdebski - 3.3.1-2 +- Disable test failing on PPC64LE + +* Thu Mar 20 2014 Mikolaj Izdebski - 3.3.1-1 +- Update to upstream version 3.3.1 + +* Tue Mar 11 2014 Mikolaj Izdebski - 3.3-1 +- Update to upstream version 3.3 + +* Tue Mar 04 2014 Stanislav Ochotnicky - 3.2.1-2 +- Use Requires: java-headless rebuild (#1067528) + +* Thu Jan 9 2014 Mikolaj Izdebski - 3.2.1-1 +- Update to upstream version 3.2.1 + +* Thu Jan 2 2014 Mikolaj Izdebski - 3.2-1 +- Update to upstream version 3.2 + +* Sat Aug 03 2013 Fedora Release Engineering - 3.1-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Wed May 29 2013 Mikolaj Izdebski - 3.1-6 +- Build with xmvn +- Update to current packaging guidelines + +* Wed Feb 13 2013 Fedora Release Engineering - 3.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Wed Feb 06 2013 Java SIG - 3.1-4 +- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild +- Replace maven BuildRequires with maven-local + +* Mon Aug 27 2012 Stanislav Ochotnicky - 3.1-3 +- Make easymock3 dependency conditional for Fedora + +* Wed Jul 18 2012 Fedora Release Engineering - 3.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Wed May 16 2012 gil cattaneo - 3.1-1 +- update to 3.1 + +* Thu Jan 12 2012 Fedora Release Engineering - 3.0.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Thu Nov 3 2011 Stanislav Ochotnicky - 3.0.1-1 +- Initial version of the package + diff --git a/sources b/sources new file mode 100644 index 0000000..99ba852 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (commons-lang3-3.11-src.tar.gz) = ebcb13e47c24e6984835d9d6904fe33077aa3ba781cd61db109fa7005517e4e74cf086c4789a1d65cf3d6c4924b32337c98827a75f91aab908d8e8b9d3b92087