From e704ef92723295695b92c6eedcec58836206abc0 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 02 2021 18:20:27 +0000 Subject: import univocity-parsers-2.9.1-5.el9 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..66ceff5 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/v2.9.1.tar.gz diff --git a/.univocity-parsers.metadata b/.univocity-parsers.metadata new file mode 100644 index 0000000..87b9163 --- /dev/null +++ b/.univocity-parsers.metadata @@ -0,0 +1 @@ +5c2eec2c406119634c6d0f6c8b60361a3129e0c4 SOURCES/v2.9.1.tar.gz diff --git a/SPECS/univocity-parsers.spec b/SPECS/univocity-parsers.spec new file mode 100644 index 0000000..37f9828 --- /dev/null +++ b/SPECS/univocity-parsers.spec @@ -0,0 +1,135 @@ +%bcond_with bootstrap + +Name: univocity-parsers +Version: 2.9.1 +Release: 5%{?dist} +Summary: Collection of parsers for Java +License: ASL 2.0 +URL: https://github.com/uniVocity/univocity-parsers +BuildArch: noarch + +Source0: https://github.com/uniVocity/univocity-parsers/archive/v%{version}.tar.gz + +BuildRequires: maven-local +%if %{with bootstrap} +BuildRequires: javapackages-bootstrap +%else +BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) +BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin) +%endif + +%description +uniVocity-parsers is a suite of extremely fast and reliable parsers +for Java. It provides a consistent interface for handling different +file formats, and a solid framework for the development of new +parsers. + +%package javadoc +Summary: Javadoc for %{name} + +%description javadoc +API documentation for %{name}. + +%prep +%setup -q + +%pom_remove_plugin :nexus-staging-maven-plugin +%pom_remove_plugin :maven-javadoc-plugin + +%build +# Tests require univocity-output-tester, which is not packaged yet. +%mvn_build -f + +%install +%mvn_install + +%files -f .mfiles +%doc README.md +%license LICENSE-2.0.html + +%files javadoc -f .mfiles-javadoc +%license LICENSE-2.0.html + +%changelog +* Tue Aug 10 2021 Mohan Boddu - 2.9.1-5 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + +* Wed Jun 09 2021 Mikolaj Izdebski - 2.9.1-4 +- Rebuild to workaround DistroBaker issue + +* Tue Jun 08 2021 Mikolaj Izdebski - 2.9.1-3 +- Bootstrap Maven for CentOS Stream 9 + +* Mon May 17 2021 Mikolaj Izdebski - 2.9.1-2 +- Bootstrap build +- Non-bootstrap build + +* Sat Jan 30 2021 Fabio Valentini - 2.9.1-1 +- Update to version 2.9.1. + +* Wed Jan 27 2021 Fedora Release Engineering - 2.9.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Tue Jan 26 2021 Marian Koncek - 2.9.1-1 +- Update to upstream version 2.9.1 + +* Fri Sep 11 2020 Marian Koncek - 2.9.0-1 +- Update to upstream version 2.9.0 + +* Fri Aug 28 2020 Fabio Valentini - 2.9.0-1 +- Update to version 2.9.0. + +* Thu Aug 13 2020 Mat Booth - 2.8.4-5 +- Make OSGi requirement on com.googlecode.openbeans optional + +* Wed Jul 29 2020 Fedora Release Engineering - 2.8.4-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Wed Jul 29 2020 Marian Koncek - 2.8.4-1 +- Update to upstream version 2.8.4 + +* Tue Jul 14 2020 Mat Booth - 2.8.4-3 +- Allow building without tests + +* Sat Jul 11 2020 Jiri Vanek - 2.8.4-2 +- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11 + +* Thu Feb 13 2020 Fabio Valentini - 2.8.4-1 +- Update to version 2.8.4. + +* Fri Jan 31 2020 Fedora Release Engineering - 2.8.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Tue Nov 05 2019 Mikolaj Izdebski - 2.8.3-2 +- Mass rebuild for javapackages-tools 201902 + +* Sun Oct 06 2019 Fabio Valentini - 2.8.3-1 +- Update to version 2.8.3. + +* Tue Aug 13 2019 Marian Koncek - 2.8.3-1 +- Update to upstream version 2.8.3 + +* Sat Jul 27 2019 Fedora Release Engineering - 2.5.5-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Mon Jul 22 2019 Marian Koncek - 2.8.2-1 +- Update to upstream version 2.8.2 + +* Fri May 24 2019 Mikolaj Izdebski - 2.5.5-6 +- Mass rebuild for javapackages-tools 201901 + +* Sun Feb 03 2019 Fedora Release Engineering - 2.5.5-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Tue Aug 21 2018 Mat Booth - 2.5.5-4 +- Remove unnecessary javadoc invocation + +* Sat Jul 14 2018 Fedora Release Engineering - 2.5.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Fri Feb 09 2018 Fedora Release Engineering - 2.5.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Sep 14 2017 Mikolaj Izdebski - 2.5.5-1 +- Initial packaging