From dba4161d90aad6bdcb87c4afc19094d225a29d7a Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Mon, 13 May 2024 13:35:17 +0300 Subject: [PATCH] import univocity-parsers-2.5.5-4.module_el8.1.0+280+b8d347df --- .gitignore | 2 +- .univocity-parsers.metadata | 2 +- SPECS/univocity-parsers.spec | 44 +++++------------------------------- 3 files changed, 8 insertions(+), 40 deletions(-) diff --git a/.gitignore b/.gitignore index d36d161..e388782 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/univocity-parsers-2.8.4.tar.gz +SOURCES/v2.5.5.tar.gz diff --git a/.univocity-parsers.metadata b/.univocity-parsers.metadata index f34ca8a..4298462 100644 --- a/.univocity-parsers.metadata +++ b/.univocity-parsers.metadata @@ -1 +1 @@ -9afda5c9d182f111dae75db5885d4de99a9b7415 SOURCES/univocity-parsers-2.8.4.tar.gz +72bdd78b660b800989ac01e4a0326fe2c29ff427 SOURCES/v2.5.5.tar.gz diff --git a/SPECS/univocity-parsers.spec b/SPECS/univocity-parsers.spec index 89a620a..fd48b64 100644 --- a/SPECS/univocity-parsers.spec +++ b/SPECS/univocity-parsers.spec @@ -1,24 +1,16 @@ -%bcond_without tests - Name: univocity-parsers -Version: 2.8.4 -Release: 3%{?dist} +Version: 2.5.5 +Release: 4%{?dist} Summary: Collection of parsers for Java License: ASL 2.0 - URL: https://github.com/uniVocity/univocity-parsers -Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz - BuildArch: noarch +Source0: https://github.com/uniVocity/univocity-parsers/archive/v%{version}.tar.gz + 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 @@ -39,11 +31,8 @@ API documentation for %{name}. %pom_remove_plugin :maven-javadoc-plugin %build -%if %{with tests} -%mvn_build -%else +# Tests require univocity-output-tester, which is not packaged yet. %mvn_build -f -%endif %install %mvn_install @@ -55,30 +44,9 @@ API documentation for %{name}. %license LICENSE-2.0.html %changelog -* Tue Dec 12 2023 MSVSphere Packaging Team - 2.8.4-3 +* Tue Dec 12 2023 MSVSphere Packaging Team - 2.5.5-4 - Rebuilt for MSVSphere 8.8 -* 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 - -* 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