Ai
5 Star 0 Fork 5

src-openEuler/apache-commons-digester

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
apache-commons-digester.spec 1.54 KB
一键复制 编辑 原始数据 按行查看 历史
lyn 提交于 2020-08-24 09:08 +08:00 . package init
%global short_name commons-digester
Name: apache-%{short_name}
Version: 2.1
Release: 1
Summary: XML to Java object mapping module
License: ASL 2.0
URL: http://commons.apache.org/digester/
BuildArch: noarch
Source0: http://archive.apache.org/dist/commons/digester/source/commons-digester-%{version}-src.tar.gz
BuildRequires: maven-local mvn(commons-beanutils:commons-beanutils)
BuildRequires: mvn(commons-logging:commons-logging) mvn(junit:junit)
BuildRequires: mvn(org.apache.commons:commons-parent:pom:)
%description
Many projects read XML configuration files to provide initialization of
various Java objects within the system. There are several ways of doing this,
and the Digester component was designed to provide a common implementation
that can be used in many different projects
%package help
Summary: API documentation for %{name}
Provides: %{name}-javadoc = %{version}-%{release}
Obsoletes: %{name}-javadoc < %{version}-%{release}
%description help
This package contains the %{summary}.
%prep
%setup -q -n %{short_name}-%{version}-src
%mvn_alias "%{short_name}:%{short_name}" "org.apache.commons:%{short_name}"
%mvn_file :%{short_name} %{short_name} %{name}
%build
%mvn_build
%install
%mvn_install
%files -f .mfiles
%doc LICENSE.txt NOTICE.txt RELEASE-NOTES.txt
%files help -f .mfiles-javadoc
%doc LICENSE.txt NOTICE.txt
%changelog
* Sat Aug 22 2020 liyanan <liyanan32@huawei.com> - 2.1-1
- package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/apache-commons-digester.git
git@gitee.com:src-openeuler/apache-commons-digester.git
src-openeuler
apache-commons-digester
apache-commons-digester
openEuler-22.03-LTS-SP1

搜索帮助