Blame SPECS/univocity-parsers.spec

362f1f
Name:           univocity-parsers
362f1f
Version:        2.8.3
362f1f
Release:        2%{?dist}
362f1f
Summary:        Collection of parsers for Java
362f1f
License:        ASL 2.0
362f1f
URL:            https://github.com/uniVocity/univocity-parsers
362f1f
BuildArch:      noarch
362f1f
362f1f
Source0:        https://github.com/uniVocity/univocity-parsers/archive/v%{version}.tar.gz
362f1f
362f1f
BuildRequires:  maven-local
362f1f
BuildRequires:  mvn(org.apache.felix:maven-bundle-plugin)
362f1f
BuildRequires:  mvn(org.apache.maven.plugins:maven-source-plugin)
362f1f
362f1f
%description
362f1f
uniVocity-parsers is a suite of extremely fast and reliable parsers
362f1f
for Java.  It provides a consistent interface for handling different
362f1f
file formats, and a solid framework for the development of new
362f1f
parsers.
362f1f
362f1f
%package javadoc
362f1f
Summary:        Javadoc for %{name}
362f1f
362f1f
%description javadoc
362f1f
API documentation for %{name}.
362f1f
362f1f
%prep
362f1f
%setup -q
362f1f
362f1f
%pom_remove_plugin :nexus-staging-maven-plugin
362f1f
%pom_remove_plugin :maven-javadoc-plugin
362f1f
362f1f
%build
362f1f
# Tests require univocity-output-tester, which is not packaged yet.
362f1f
%mvn_build -f
362f1f
362f1f
%install
362f1f
%mvn_install
362f1f
362f1f
%files -f .mfiles
362f1f
%doc README.md
362f1f
%license LICENSE-2.0.html
362f1f
362f1f
%files javadoc -f .mfiles-javadoc
362f1f
%license LICENSE-2.0.html
362f1f
362f1f
%changelog
362f1f
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.8.3-2
362f1f
- Mass rebuild for javapackages-tools 201902
362f1f
362f1f
* Tue Aug 13 2019 Marian Koncek <mkoncek@redhat.com> - 2.8.3-1
362f1f
- Update to upstream version 2.8.3
362f1f
362f1f
* Mon Jul 22 2019 Marian Koncek <mkoncek@redhat.com> - 2.8.2-1
362f1f
- Update to upstream version 2.8.2
362f1f
362f1f
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.5.5-6
362f1f
- Mass rebuild for javapackages-tools 201901
362f1f
362f1f
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.5-5
362f1f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
362f1f
362f1f
* Tue Aug 21 2018 Mat Booth <mat.booth@redhat.com> - 2.5.5-4
362f1f
- Remove unnecessary javadoc invocation
362f1f
362f1f
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.5-3
362f1f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
362f1f
362f1f
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.5-2
362f1f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
362f1f
362f1f
* Thu Sep 14 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.5.5-1
362f1f
- Initial packaging