45 lines
1.1 KiB
RPMSpec
45 lines
1.1 KiB
RPMSpec
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
|
|
* Thu Apr 15 2021 wutao <wutao61@huawei.com> - 1.1.3.1-1
|
|
- package init
|