Blame SPECS/univocity-parsers.spec

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