!1 package init

Merge pull request !1 from maminjie/master
This commit is contained in:
openeuler-ci-bot 2020-08-31 21:37:52 +08:00 committed by Gitee
commit 6dabdacbf0
3 changed files with 51 additions and 0 deletions

BIN
xmlenc-0.53.tar.gz Normal file

Binary file not shown.

47
xmlenc.spec Normal file
View File

@ -0,0 +1,47 @@
Name: xmlenc
Version: 0.53
Release: 1
Summary: Light-weight XML output library for Java
License: BSD
URL: https://github.com/znerd/xmlenc/
Source0: https://github.com/znerd/xmlenc/archive/xmlenc-%{version}.tar.gz
BuildRequires: mvn(org.znerd:znerd-oss-parent:pom:) mvn(junit:junit)
BuildRequires: maven-local maven-enforcer-plugin
BuildRequires: mvn(org.apache.maven.shared:maven-common-artifact-filters)
BuildRequires: mvn(org.apache.maven.shared:maven-shared-components:pom:)
BuildArch: noarch
%description
This library is a fast stream-based XML output library for Java.
Main design goals are performance, simplicity and pureness.
%package javadoc
Summary: Javadoc for %{name}
%description javadoc
This package contains the API documentation for %{name}
%prep
%setup -q -n %{name}-%{name}-%{version}
find . -name "*.class" -delete
find . -name ".*" -delete
find . -name "*.jar" -type f -delete
%mvn_file : %{name}
%mvn_alias : "%{name}:%{name}"
%build
%mvn_build
%install
%mvn_install
%files -f .mfiles
%doc CHANGES.txt README.txt THANKS.txt
%license COPYRIGHT.txt
%files javadoc -f .mfiles-javadoc
%license COPYRIGHT.txt
%changelog
* Mon Aug 17 2020 maminjie <maminjie1@huawei.com> - 0.53-1
- package init

4
xmlenc.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: znerd/xmlenc
tag_prefix: "xmlenc-"
seperator: "."