5 Star 0 Fork 5

src-openEuler/apache-commons-lang

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
apache-commons-lang.spec 1.46 KB
Copy Edit Raw Blame History
yeah_wang authored 2019-12-10 11:34 +08:00 . Package init
Name: apache-commons-lang
Version: 2.6
Release: 23
Summary: Provides a host of helper utilities for the java.lang API
License: ASL 2.0
Group: Development/Libraries
URL: http://commons.apache.org/lang
Source0: http://archive.apache.org/dist/commons/lang/source/commons-lang-2.6-src.tar.gz
Patch0000: 0002-Fix-FastDateFormat-for-Java-7-behaviour.patch
Patch9000: remove-2-test-fix-compile-with-bep-java.patch
BuildArch: noarch
BuildRequires: maven-local apache-commons-parent maven-surefire-provider-junit
%description
The standard Java libraries fail to provide enough methods for manipulation of
its core classes. Apache Commons Lang provides these extra methods.
%package help
Summary: API documentation for apache-commons-lang
%description help
The help for apache-commons-lang to use.
%prep
%autosetup -n commons-lang-2.6-src -p1
sed -i 's/\r//' *.txt *.html
%pom_add_plugin org.apache.maven.plugins:maven-javadoc-plugin . "
<configuration><source>1.3</source></configuration>"
%mvn_file : apache-commons-lang commons-lang
%mvn_alias : org.apache.commons: lang:lang
%mvn_config buildSettings/compilerSource 1.3
%build
%mvn_build
%install
%mvn_install
%files -f .mfiles
%doc PROPOSAL.html LICENSE.txt RELEASE-NOTES.txt NOTICE.txt
%files help -f .mfiles-javadoc
%doc LICENSE.txt NOTICE.txt
%changelog
* Thu Nov 14 2019 wangye<wangye54@huawei.com> - 2.6-23
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/apache-commons-lang.git
git@gitee.com:src-openeuler/apache-commons-lang.git
src-openeuler
apache-commons-lang
apache-commons-lang
openEuler-22.03-LTS-SP2

Search