637ba22
Name:           univocity-parsers
637ba22
Version:        2.5.5
637ba22
Release:        1%{?dist}
637ba22
Summary:        Collection of parsers for Java
637ba22
License:        ASL 2.0
637ba22
URL:            https://github.com/uniVocity/univocity-parsers
637ba22
BuildArch:      noarch
637ba22
637ba22
Source0:        https://github.com/uniVocity/univocity-parsers/archive/v%{version}.tar.gz
637ba22
637ba22
BuildRequires:  maven-local
637ba22
BuildRequires:  mvn(org.apache.felix:maven-bundle-plugin)
637ba22
BuildRequires:  mvn(org.apache.maven.plugins:maven-source-plugin)
637ba22
637ba22
%description
637ba22
uniVocity-parsers is a suite of extremely fast and reliable parsers
637ba22
for Java.  It provides a consistent interface for handling different
637ba22
file formats, and a solid framework for the development of new
637ba22
parsers.
637ba22
637ba22
%package javadoc
637ba22
Summary:        Javadoc for %{name}
637ba22
637ba22
%description javadoc
637ba22
API documentation for %{name}.
637ba22
637ba22
%prep
637ba22
%setup -q
637ba22
637ba22
%pom_remove_plugin :nexus-staging-maven-plugin
637ba22
637ba22
%build
637ba22
# Tests require univocity-output-tester, which is not packaged yet.
637ba22
%mvn_build -f
637ba22
637ba22
%install
637ba22
%mvn_install
637ba22
637ba22
%files -f .mfiles
637ba22
%license LICENSE-2.0.html
637ba22
637ba22
%files javadoc -f .mfiles-javadoc
637ba22
%license LICENSE-2.0.html
637ba22
637ba22
%changelog
637ba22
* Thu Sep 14 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.5.5-1
637ba22
- Initial packaging