1 Star 0 Fork 4

zhanghua/perl-Module-Runtime

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
perl-Module-Runtime.spec 1.27 KB
一键复制 编辑 原始数据 按行查看 历史
dogsheng 提交于 2019-12-14 21:08 +08:00 . Package init
Name: perl-Module-Runtime
Version: 0.016
Release: 5
Summary: Runtime module handling
License: GPL+ or Artistic
URL: https://metacpan.org/release/Module-Runtime
Source0: https://cpan.metacpan.org/authors/id/Z/ZE/ZEFRAM/Module-Runtime-%{version}.tar.gz
BuildRequires: coreutils make perl-generators perl-interpreter
BuildRequires: perl(:VERSION) >= 5.6 perl(ExtUtils::MakeMaker) >= 6.76
BuildRequires: perl(strict) perl(Math::BigInt) perl(warnings) perl(Test::More) >= 0.41
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
BuildArch: noarch
%description
The functions exported by this module deal with runtime handling
of Perl modules, which are normally handled at compile time. This
module avoids using any other modules, so that it can be used in
low-level infrastructure
%package_help
%prep
%autosetup -p1 -n Module-Runtime-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
%make_build
%install
make pure_install DESTDIR=${RPM_BUILD_ROOT}
%{_fixperms} ${RPM_BUILD_ROOT}
%check
make test
%files
%{perl_vendorlib}/Module/
%files help
%doc Changes README
%{_mandir}/man3/Module::Runtime.3*
%changelog
* Mon Nov 15 2019 caomeng<[email protected]> - 0.016 -5
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhanghua1831/perl-Module-Runtime.git
[email protected]:zhanghua1831/perl-Module-Runtime.git
zhanghua1831
perl-Module-Runtime
perl-Module-Runtime
master

搜索帮助