5 Star 0 Fork 2

src-openEuler/perl-Getopt-Long-Descriptive

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
perl-Getopt-Long-Descriptive.spec 2.25 KB
一键复制 编辑 原始数据 按行查看 历史
fuowang 提交于 2024-04-07 19:39 . Upgrade to version 0.114
Name: perl-Getopt-Long-Descriptive
Summary: Getopt::Long with usage text
Version: 0.114
Release: 1
License: GPL-1.0-or-later OR Artistic-1.0-Perl
URL: https://metacpan.org/pod/Getopt::Long::Descriptive
Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Getopt-Long-Descriptive-%{version}.tar.gz
BuildArch: noarch
# Build:
BuildRequires: coreutils
BuildRequires: make
BuildRequires: perl-generators
BuildRequires: perl-interpreter
BuildRequires: perl(:VERSION) >= 5.12
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78
# Run-time:
BuildRequires: perl(Carp)
BuildRequires: perl(File::Basename)
BuildRequires: perl(Getopt::Long) >= 2.33
BuildRequires: perl(List::Util)
BuildRequires: perl(overload)
BuildRequires: perl(Params::Validate) >= 0.97
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(strict)
BuildRequires: perl(Sub::Exporter) >= 0.972
BuildRequires: perl(Sub::Exporter::Util)
BuildRequires: perl(warnings)
# Tests:
BuildRequires: perl(CPAN::Meta::Check) >= 0.011
BuildRequires: perl(CPAN::Meta::Requirements)
BuildRequires: perl(File::Spec)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) >= 0.96
BuildRequires: perl(Test::Warnings) >= 0.005
# Optional tests:
BuildRequires: perl(CPAN::Meta) >= 2.120900
#BuildRequires: perl(Moose::Conflicts)
# Dependencies
%description
Convenient wrapper for Getopt::Long and program usage output.
%prep
%setup -q -n Getopt-Long-Descriptive-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
%{make_build}
%install
%{make_install}
%{_fixperms} -c %{buildroot}
%check
make test
%files
%license LICENSE
%doc Changes README
%{perl_vendorlib}/Getopt/
%{_mandir}/man3/Getopt::Long::Descriptive.3*
%{_mandir}/man3/Getopt::Long::Descriptive::Opts.3*
%{_mandir}/man3/Getopt::Long::Descriptive::Usage.3*
%changelog
* Mon Apr 08 2024 wangshuo <wangshuo@kylinos.cn> - 0.114-1
- Upgrade to version 0.114
- improve line wrapping so spacers (non-option text lines) can use more horizontal characters
- replace tabs (generally 8 space) indents in output with four spaces
- a switch with (required => 0) is no longer treated as a required!
* Wed Jul 05 2023 leeffo <liweiganga@uniontech.com> - 0.111-1
- init package
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/perl-Getopt-Long-Descriptive.git
git@gitee.com:src-openeuler/perl-Getopt-Long-Descriptive.git
src-openeuler
perl-Getopt-Long-Descriptive
perl-Getopt-Long-Descriptive
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385