xmlpull package init
This commit is contained in:
parent
4ff0757d9c
commit
fbdfc1a9a4
BIN
v1.1.3.1.zip
Normal file
BIN
v1.1.3.1.zip
Normal file
Binary file not shown.
44
xmlpull.spec
Normal file
44
xmlpull.spec
Normal 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
|
||||||
Loading…
x
Reference in New Issue
Block a user