commit 4357a806672aafa34f57da3cdfcea42bade1ec4b Author: Adam Samalik Date: Fri May 5 17:45:31 2023 +0200 import sources diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..80b614a --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/v2.8.3.tar.gz diff --git a/sources b/sources new file mode 100644 index 0000000..efeb282 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (v2.8.3.tar.gz) = a0d509dc0540c95ae456c43649511c75c3ea895f180e55e041fa5753c563e010187c8db9202b62ff3a038dd946bd50bbe7c0dfd09e147a52e431713e8785c845 diff --git a/univocity-parsers.spec b/univocity-parsers.spec new file mode 100644 index 0000000..466e587 --- /dev/null +++ b/univocity-parsers.spec @@ -0,0 +1,73 @@ +Name: univocity-parsers +Version: 2.8.3 +Release: 2%{?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 +%doc README.md +%license LICENSE-2.0.html + +%files javadoc -f .mfiles-javadoc +%license LICENSE-2.0.html + +%changelog +* Tue Nov 05 2019 Mikolaj Izdebski - 2.8.3-2 +- Mass rebuild for javapackages-tools 201902 + +* Tue Aug 13 2019 Marian Koncek - 2.8.3-1 +- Update to upstream version 2.8.3 + +* 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