5 Star 0 Fork 6

src-openEuler/apache-commons-lang3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
apache-commons-lang3.spec 1.77 KB
一键复制 编辑 原始数据 按行查看 历史
怀念一零年代 提交于 5年前 . package init
Name: apache-commons-lang3
Version: 3.9
Release: 3
Summary: Apache Commons Lang version 3.0
License: ASL 2.0
URL: http://commons.apache.org/lang
Source0: http://archive.apache.org/dist/commons/lang/source/commons-lang3-%{version}-src.tar.gz
BuildArch: noarch
BuildRequires: maven-local mvn(org.apache.commons:commons-parent:pom:)
BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin)
%description
The standard Java libraries fail to provide enough methods for
manipulation of its core classes. The Commons Lang Component provides
these extra methods.
Lang provides a host of helper utilities for the java.lang API,
notably String manipulation methods, basic numerical methods, object
reflection, concurrency, creation and serialization and System
properties. Additionally it contains basic enhancements to
java.util.Date and a series of utilities dedicated to help with
building methods, such as hashCode, toString and equals.
Note that Lang 3.0 (and subsequent versions) use a different
package (org.apache.commons.lang3) than the previous
versions (org.apache.commons.lang), allowing it to be used at the same
time as an earlier version.
%package help
Summary: Documents for apache-commons-lang3
Provides: %{name}-javadoc = %{version}-%{release}
Obsoletes: %{name}-javadoc < %{version}-%{release}
%description help
The apache-commons-lang3-help package contains related documents.
%prep
%autosetup -n commons-lang3-%{version}-src -p1
%mvn_file : %{name} commons-lang3
%build
%mvn_build -f
%install
%mvn_install
%files -f .mfiles
%doc LICENSE.txt NOTICE.txt
%files help -f .mfiles-javadoc
%doc RELEASE-NOTES.txt
%changelog
* Thu Dec 05 2019 Jiangping Hu <hujiangping@huawei.com> - 3.9.3
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/apache-commons-lang3.git
git@gitee.com:src-openeuler/apache-commons-lang3.git
src-openeuler
apache-commons-lang3
apache-commons-lang3
openEuler-22.03-LTS

搜索帮助