55 Star 0 Fork 4

src-openEuler / apache-commons-pool

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
apache-commons-pool.spec 1.32 KB
一键复制 编辑 原始数据 按行查看 历史
daidai_is_here 提交于 2019-12-23 11:28 . apache-commons-pool: package init
Name: apache-commons-pool
Version: 1.6
Release: 18
Summary: Apache Commons Pool
License: ASL 2.0
URL: http://commons.apache.org/pool/
Source0: http://www.apache.org/dist/commons/pool/source/commons-pool-%{version}-src.tar.gz
BuildArch: noarch
BuildRequires: maven-local mvn(org.apache.commons:commons-parent:pom:)
%description
Apache Commons Pool package is used to create and maintain an object pooling package to be
distributed under the ASF license. The package supports a variety of pool implementations,
but encourages support of an interface that makes these implementations interchangeable.
%package help
Summary: Help documentation of apache-commons-pool
Provides: %{name}-javadoc = %{version}-%{release}
Obsoletes: %{name}-javadoc < %{version}-%{release}
%description help
Help documentation for apache-commons-pool package.
%prep
%autosetup -n commons-pool-%{version}-src -p1
%mvn_alias : org.apache.commons:commons-pool
%mvn_file : apache-commons-pool commons-pool
%build
%mvn_build -f
%install
%mvn_install
%files -f .mfiles
%doc LICENSE.txt
%files help -f .mfiles-javadoc
%doc NOTICE.txt README.txt RELEASE-NOTES.txt
%changelog
* Fri Dec 20 2019 daiqianwen <daiqianwen@huawei.com> - 1.6-18
- Package init
1
https://gitee.com/src-openeuler/apache-commons-pool.git
git@gitee.com:src-openeuler/apache-commons-pool.git
src-openeuler
apache-commons-pool
apache-commons-pool
openEuler-22.03-LTS

搜索帮助