5 Star 0 Fork 6

src-openEuler/java-xmlbuilder

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
java-xmlbuilder.spec 1.54 KB
一键复制 编辑 原始数据 按行查看 历史
lyn 提交于 2024-03-15 11:29 . Update to 1.3
Name: java-xmlbuilder
Version: 1.3
Release: 1
Summary: XML Builder Java library for creating XML documents
License: ASL 2.0
Url: https://github.com/jmurty/java-xmlbuilder
Source0: https://github.com/jmurty/java-xmlbuilder/archive/v%{version}.tar.gz
BuildRequires: sonatype-oss-parent base64 junit
BuildRequires: maven-local maven-enforcer-plugin
BuildArch: noarch
%description
XML Builder is a utility that creates simple XML documents using relatively
sparse Java code.
It is intended to allow for quick and painless creation of XML documents
where you might otherwise be tempted to use concatenated strings, and
where you would rather not face the tedium and verbosity of coding with JAXP.
%package help
Summary: Javadoc for %{name}
Provides: %{name}-javadoc = %{version}-%{release}
Obsoletes: %{name}-javadoc < %{version}-%{release}
%description help
This package contains javadoc for %{name}.
%prep
%setup -q
%pom_remove_plugin :maven-gpg-plugin
%pom_remove_plugin :maven-source-plugin
%pom_remove_plugin :maven-javadoc-plugin
sed -i 's/\r//' LICENSE-2.0.txt
%mvn_file :%{name} %{name}
%build
%mvn_build
%install
%mvn_install
%files -f .mfiles
%doc CHANGES.md README.md
%license LICENSE-2.0.txt
%files help -f .mfiles-javadoc
%license LICENSE-2.0.txt
%changelog
* Fri Mar 15 2024 liyanan <[email protected]> - 1.3-1
- Update to 1.3
* Mon Aug 24 2020 huanghaitao <[email protected]> - 1.1-1
- package init
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/java-xmlbuilder.git
[email protected]:src-openeuler/java-xmlbuilder.git
src-openeuler
java-xmlbuilder
java-xmlbuilder
master

搜索帮助