From 3f62eeab66f52da4104cad0f3310ec3643ccefa4 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Thu, 6 Feb 2020 11:52:21 -0500 Subject: [PATCH] import univocity-parsers-2.5.5-4.module+el8.1.1+4657+f90e8085 --- .gitignore | 1 + .univocity-parsers.metadata | 1 + SPECS/univocity-parsers.spec | 57 ++++++++++++++++++++++++++++++++++++ 3 files changed, 59 insertions(+) create mode 100644 .gitignore create mode 100644 .univocity-parsers.metadata create mode 100644 SPECS/univocity-parsers.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e388782 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/v2.5.5.tar.gz diff --git a/.univocity-parsers.metadata b/.univocity-parsers.metadata new file mode 100644 index 0000000..4298462 --- /dev/null +++ b/.univocity-parsers.metadata @@ -0,0 +1 @@ +72bdd78b660b800989ac01e4a0326fe2c29ff427 SOURCES/v2.5.5.tar.gz diff --git a/SPECS/univocity-parsers.spec b/SPECS/univocity-parsers.spec new file mode 100644 index 0000000..f33d648 --- /dev/null +++ b/SPECS/univocity-parsers.spec @@ -0,0 +1,57 @@ +Name: univocity-parsers +Version: 2.5.5 +Release: 4%{?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 +BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) +BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin) + +%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 +%license LICENSE-2.0.html + +%files javadoc -f .mfiles-javadoc +%license LICENSE-2.0.html + +%changelog +* 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