xmlpull package init

This commit is contained in:
jackie_wu 2021-04-26 18:34:35 +08:00
parent 4ff0757d9c
commit fbdfc1a9a4
2 changed files with 44 additions and 0 deletions

BIN
v1.1.3.1.zip Normal file

Binary file not shown.

44
xmlpull.spec Normal file
View File

@ -0,0 +1,44 @@
Name: xmlpull
Version: 1.1.3.1
Release: 1
License: Public Domain
Summary: This package provides xml pull parsing API
URL: https://gitee.com/openeuler/xmlpull
Source0: https://gitee.com/openeuler/xmlpull/v1.1.3.1.zip
BuildRequires: javapackages-local maven-local
BuildArch: noarch
%description
This package provides xml pull parsing API.
%package help
Summary: Help documents for xmlpull
%description help
Help documents for xmlpull.
%package parent
Summary: A Java XML pull-parsing API and implementation test suite
%description parent
A Java XML pull-parsing API and implementation test suite.
%prep
%setup -qn xmlpull-1.1.3.1-mvn2
%pom_disable_module xmlpull-tck
%pom_disable_module xmlpull-addons
%pom_disable_module xmlpull-samples
%build
%mvn_build -f -s -- -Dversion.java.source=8
%install
%mvn_install
%files -f .mfiles-xmlpull
%files help -f .mfiles-javadoc
%files parent -f .mfiles-xmlpull-parent
%changelog
* Tue Apr 15 2021 wutao <wutao61@huawei.com> - 1.1.3.1-1
- package init