univocity-parsers/univocity-parsers.spec
lyn1001 5efca1d875 Package upgrade
(cherry picked from commit d507786ab5cb05e4359ed9b582085d12db60ba42)
2022-10-14 16:37:15 +08:00

47 lines
1.3 KiB
RPMSpec

name: univocity-parsers
Version: 2.9.1
Release: 1
Summary: Java Collection of parsers
License: ASL 2.0
URL: https://github.com/uniVocity/univocity-parsers
Source0: https://github.com/uniVocity/univocity-parsers/archive/v%{version}.tar.gz
BuildArch: noarch
BuildRequires: maven-local mvn(org.apache.felix:maven-bundle-plugin)
BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin)
%description
uniVocity-parsers is an extremely fast and reliable parser for Java. It provides a consistent
interface for working with different file formats and a solid framework for developing new parsers.
%package help
Summary: univocity-parsers Javadoc
Provides: %{name}-javadoc = %{version}-%{release}
Obsoletes: %{name}-javadoc < %{version}-%{release}
%description help
univocity-parsers API documentation.
%prep
%autosetup -n %{name}-%{version} -p1
%pom_remove_plugin :nexus-staging-maven-plugin
%pom_remove_plugin :maven-javadoc-plugin
%build
%mvn_build -f
%install
%mvn_install
%files -f .mfiles
%license LICENSE-2.0.html
%files help -f .mfiles-javadoc
%changelog
* Thu Jun 16 2022 SimpleUpdate Robot <tc@openeuler.org> - 2.9.1-1
- Upgrade to version 2.9.1
* Tue Dec 3 2019 duyeyu <duyeyu@huawei.com> - 2.5.5-5
- Package init