Blame SPECS/univocity-parsers.spec

c1ca91
%bcond_with bootstrap
c1ca91
c1ca91
Name:           univocity-parsers
c1ca91
Version:        2.9.1
c1ca91
Release:        5%{?dist}
c1ca91
Summary:        Collection of parsers for Java
c1ca91
License:        ASL 2.0
c1ca91
URL:            https://github.com/uniVocity/univocity-parsers
c1ca91
BuildArch:      noarch
c1ca91
c1ca91
Source0:        https://github.com/uniVocity/univocity-parsers/archive/v%{version}.tar.gz
c1ca91
c1ca91
BuildRequires:  maven-local
c1ca91
%if %{with bootstrap}
c1ca91
BuildRequires:  javapackages-bootstrap
c1ca91
%else
c1ca91
BuildRequires:  mvn(org.apache.felix:maven-bundle-plugin)
c1ca91
BuildRequires:  mvn(org.apache.maven.plugins:maven-source-plugin)
c1ca91
%endif
c1ca91
c1ca91
%description
c1ca91
uniVocity-parsers is a suite of extremely fast and reliable parsers
c1ca91
for Java.  It provides a consistent interface for handling different
c1ca91
file formats, and a solid framework for the development of new
c1ca91
parsers.
c1ca91
c1ca91
%package javadoc
c1ca91
Summary:        Javadoc for %{name}
c1ca91
c1ca91
%description javadoc
c1ca91
API documentation for %{name}.
c1ca91
c1ca91
%prep
c1ca91
%setup -q
c1ca91
c1ca91
%pom_remove_plugin :nexus-staging-maven-plugin
c1ca91
%pom_remove_plugin :maven-javadoc-plugin
c1ca91
c1ca91
%build
c1ca91
# Tests require univocity-output-tester, which is not packaged yet.
c1ca91
%mvn_build -f
c1ca91
c1ca91
%install
c1ca91
%mvn_install
c1ca91
c1ca91
%files -f .mfiles
c1ca91
%doc README.md
c1ca91
%license LICENSE-2.0.html
c1ca91
c1ca91
%files javadoc -f .mfiles-javadoc
c1ca91
%license LICENSE-2.0.html
c1ca91
c1ca91
%changelog
c1ca91
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 2.9.1-5
c1ca91
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
c1ca91
  Related: rhbz#1991688
c1ca91
c1ca91
* Wed Jun 09 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.9.1-4
c1ca91
- Rebuild to workaround DistroBaker issue
c1ca91
c1ca91
* Tue Jun 08 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.9.1-3
c1ca91
- Bootstrap Maven for CentOS Stream 9
c1ca91
c1ca91
* Mon May 17 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.9.1-2
c1ca91
- Bootstrap build
c1ca91
- Non-bootstrap build
c1ca91
c1ca91
* Sat Jan 30 2021 Fabio Valentini <decathorpe@gmail.com> - 2.9.1-1
c1ca91
- Update to version 2.9.1.
c1ca91
c1ca91
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.0-2
c1ca91
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
c1ca91
c1ca91
* Tue Jan 26 2021 Marian Koncek <mkoncek@redhat.com> - 2.9.1-1
c1ca91
- Update to upstream version 2.9.1
c1ca91
c1ca91
* Fri Sep 11 2020 Marian Koncek <mkoncek@redhat.com> - 2.9.0-1
c1ca91
- Update to upstream version 2.9.0
c1ca91
c1ca91
* Fri Aug 28 2020 Fabio Valentini <decathorpe@gmail.com> - 2.9.0-1
c1ca91
- Update to version 2.9.0.
c1ca91
c1ca91
* Thu Aug 13 2020 Mat Booth <mat.booth@redhat.com> - 2.8.4-5
c1ca91
- Make OSGi requirement on com.googlecode.openbeans optional
c1ca91
c1ca91
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.4-4
c1ca91
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
c1ca91
c1ca91
* Wed Jul 29 2020 Marian Koncek <mkoncek@redhat.com> - 2.8.4-1
c1ca91
- Update to upstream version 2.8.4
c1ca91
c1ca91
* Tue Jul 14 2020 Mat Booth <mat.booth@redhat.com> - 2.8.4-3
c1ca91
- Allow building without tests
c1ca91
c1ca91
* Sat Jul 11 2020 Jiri Vanek <jvanek@redhat.com> - 2.8.4-2
c1ca91
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
c1ca91
c1ca91
* Thu Feb 13 2020 Fabio Valentini <decathorpe@gmail.com> - 2.8.4-1
c1ca91
- Update to version 2.8.4.
c1ca91
c1ca91
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.3-2
c1ca91
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
c1ca91
c1ca91
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.8.3-2
c1ca91
- Mass rebuild for javapackages-tools 201902
c1ca91
c1ca91
* Sun Oct 06 2019 Fabio Valentini <decathorpe@gmail.com> - 2.8.3-1
c1ca91
- Update to version 2.8.3.
c1ca91
c1ca91
* Tue Aug 13 2019 Marian Koncek <mkoncek@redhat.com> - 2.8.3-1
c1ca91
- Update to upstream version 2.8.3
c1ca91
c1ca91
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.5-6
c1ca91
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
c1ca91
c1ca91
* Mon Jul 22 2019 Marian Koncek <mkoncek@redhat.com> - 2.8.2-1
c1ca91
- Update to upstream version 2.8.2
c1ca91
c1ca91
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.5.5-6
c1ca91
- Mass rebuild for javapackages-tools 201901
c1ca91
c1ca91
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.5-5
c1ca91
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
c1ca91
c1ca91
* Tue Aug 21 2018 Mat Booth <mat.booth@redhat.com> - 2.5.5-4
c1ca91
- Remove unnecessary javadoc invocation
c1ca91
c1ca91
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.5-3
c1ca91
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
c1ca91
c1ca91
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.5-2
c1ca91
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
c1ca91
c1ca91
* Thu Sep 14 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.5.5-1
c1ca91
- Initial packaging