5 Star 0 Fork 5

src-openEuler/apache-commons-cli

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-cli.spec 1.43 KB
Copy Edit Raw Blame History
starlet_dx authored 2022-11-16 17:35 +08:00 . Modify invalid Source
Name: apache-commons-cli
Version: 1.4
Release: 7
Summary: CLI Library provides an API for Java
License: ASL 2.0
URL: http://commons.apache.org/cli/
BuildArch: noarch
Source0: https://archive.apache.org/dist/commons/cli/source/commons-cli-%{version}-src.tar.gz
Patch0001: CLI-253-workaround.patch
BuildRequires: maven-local mvn(junit:junit) mvn(org.apache.commons:commons-parent:pom:)
BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin)
%description
The Apache Commons CLI library provides an API for parsing command line
options passed to programs. It's also able to print help messages
detailing the options available for a command line tool.
%package help
Summary: API documentation for apache-commons-cli
Provides: apache-commons-cli-javadoc = %{version}-%{release}
Obsoletes: apache-commons-cli-javadoc < %{version}-%{release}
%description help
API documentation for apache-commons-cli.
%prep
%autosetup -p1 -n commons-cli-%{version}-src
%mvn_alias : org.apache.commons:commons-cli
%mvn_file : commons-cli apache-commons-cli
%build
%mvn_build
%install
%mvn_install
%files -f .mfiles
%doc LICENSE.txt NOTICE.txt
%files help -f .mfiles-javadoc
%doc README.md RELEASE-NOTES.txt
%changelog
* Wed Nov 16 2022 yaoxin <yaoxin30@h-partners.com> - 1.4-7
- Modify invalid Source
* Thu Dec 5 2019 likexin<likexin4@huawei.com> - 1.4-6
- Pakcage init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/apache-commons-cli.git
git@gitee.com:src-openeuler/apache-commons-cli.git
src-openeuler
apache-commons-cli
apache-commons-cli
openEuler-22.03-LTS-SP3

Search