!1 package init

Merge pull request !1 from duyyb/next_openeuler
This commit is contained in:
openeuler-ci-bot 2019-12-06 19:21:21 +08:00 committed by Gitee
commit 8dc5d329e3
2 changed files with 43 additions and 0 deletions

43
univocity-parsers.spec Normal file
View File

@ -0,0 +1,43 @@
me: univocity-parsers
Version: 2.5.5
Release: 5
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
* Tue Dec 3 2019 duyeyu <duyeyu@huawei.com> - 2.5.5-5
- Package init

BIN
v2.5.5.tar.gz Normal file

Binary file not shown.