From 562b7b55ec9c03d8a6f14d8b854c9cf091068eae Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 12 2020 09:23:51 +0000 Subject: import univocity-parsers-2.8.4-3.module+el8.2.1+7436+4afdca1f --- diff --git a/.gitignore b/.gitignore index e388782..d36d161 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/v2.5.5.tar.gz +SOURCES/univocity-parsers-2.8.4.tar.gz diff --git a/.univocity-parsers.metadata b/.univocity-parsers.metadata index 4298462..f34ca8a 100644 --- a/.univocity-parsers.metadata +++ b/.univocity-parsers.metadata @@ -1 +1 @@ -72bdd78b660b800989ac01e4a0326fe2c29ff427 SOURCES/v2.5.5.tar.gz +9afda5c9d182f111dae75db5885d4de99a9b7415 SOURCES/univocity-parsers-2.8.4.tar.gz diff --git a/SPECS/univocity-parsers.spec b/SPECS/univocity-parsers.spec index a7bacdc..5d5b74a 100644 --- a/SPECS/univocity-parsers.spec +++ b/SPECS/univocity-parsers.spec @@ -1,16 +1,24 @@ +%bcond_without tests + Name: univocity-parsers -Version: 2.5.5 -Release: 6%{?dist} +Version: 2.8.4 +Release: 3%{?dist} Summary: Collection of parsers for Java License: ASL 2.0 + URL: https://github.com/uniVocity/univocity-parsers -BuildArch: noarch +Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz -Source0: https://github.com/uniVocity/univocity-parsers/archive/v%{version}.tar.gz +BuildArch: noarch BuildRequires: maven-local BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin) +%if %{with tests} +BuildRequires: mvn(com.univocity:univocity-output-tester) +BuildRequires: mvn(org.hsqldb:hsqldb) +BuildRequires: mvn(org.testng:testng) +%endif %description uniVocity-parsers is a suite of extremely fast and reliable parsers @@ -31,8 +39,11 @@ API documentation for %{name}. %pom_remove_plugin :maven-javadoc-plugin %build -# Tests require univocity-output-tester, which is not packaged yet. +%if %{with tests} +%mvn_build +%else %mvn_build -f +%endif %install %mvn_install @@ -44,6 +55,21 @@ API documentation for %{name}. %license LICENSE-2.0.html %changelog +* 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 + +* Sun Oct 06 2019 Fabio Valentini - 2.8.3-1 +- Update to 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 @@ -60,4 +86,4 @@ API documentation for %{name}. - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Sep 14 2017 Mikolaj Izdebski - 2.5.5-1 -- Initial packaging +- Initial packaging \ No newline at end of file