114 Star 0 Fork 2

src-openEuler / perl-inc-latest

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
perl-inc-latest.spec 1.29 KB
一键复制 编辑 原始数据 按行查看 历史
dogsheng 提交于 2019-12-14 21:08 . Package init
Name: perl-inc-latest
Epoch: 2
Version: 0.500
Release: 12
Summary: Use modules bundled in inc/ if they are newer than installed ones
License: ASL 2.0
URL: https://metacpan.org/release/inc-latest
Source0: https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/inc-latest-%{version}.tar.gz
BuildArch: noarch
BuildRequires: make perl-generators perl-interpreter
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
BuildRequires: perl(strict) perl(warnings)
BuildRequires: perl(File::Spec) perl(Test::More)
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(ExtUtils::Installed)
%description
The inc::latest module helps bootstrap configure-time dependencies for CPAN
distributions. These dependencies get bundled into the inc directory within
a distribution and are used by Makefile.PL or Build.PL.
%package_help
%prep
%autosetup -p1 -n inc-latest-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
%make_build
%install
make pure_install DESTDIR=%{buildroot}
%{_fixperms} %{buildroot}/*
%check
make test
%files
%license LICENSE
%{perl_vendorlib}/*
%files help
%doc Changes README
%{_mandir}/man3/*
%changelog
* Tue Dec 3 2019 mengxian <mengxian@huawei.com> - 2:0.500-12
- Package init
1
https://gitee.com/src-openeuler/perl-inc-latest.git
git@gitee.com:src-openeuler/perl-inc-latest.git
src-openeuler
perl-inc-latest
perl-inc-latest
openEuler-22.03-LTS

搜索帮助