Ai
1 Star 0 Fork 5

zhanzhimin/perl-Module-Metadata

forked from src-openEuler/perl-Module-Metadata
关闭
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
perl-Module-Metadata.spec 1.76 KB
一键复制 编辑 原始数据 按行查看 历史
syyhao 提交于 2020-05-11 21:20 +08:00 . udgrade to version 1.000037
Name: perl-Module-Metadata
Version: 1.000037
Release: 1
Summary: Gather package and POD information from perl module files
License: GPLv1+ or Artistic
URL: https://metacpan.org/release/Module-Metadata
Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/Module-Metadata-%{version}.tar.gz
BuildArch: noarch
BuildRequires: findutils make perl perl-generators
Requires: perl perl(Fcntl)
%description
This module provides a standard way to gather metadata about a .pm file
through (mostly) static analysis and (some) code execution.
When determining the version of a module, the $VERSION assignment is evaled,
as is traditional in the CPAN toolchain.This module provides a standard way
to gather metadata about a .pm file through (mostly) static analysis and
(some) code execution. When determining the version of a module,
the $VERSION assignment is evaled, as is traditional in the CPAN toolchain.
%package help
Summary: Module::Metadata man page
BuildArch: noarch
%description help
This package provide %{summary}.
%prep
%setup -q -n Module-Metadata-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1
%make_build
%install
%make_install
%{_fixperms} %{buildroot}/*
%check
make test
%files
%defattr(-,root,root)
%license LICENCE
%doc Changes CONTRIBUTING README
%{perl_vendorlib}/Module/
%files help
%{_mandir}/man3/Module::Metadata.3*
%changelog
* Mon May 11 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.000037-1
- Upgrade to 1.000037
* Sat Dec 21 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.000036-3
- Change mod of files and add requires
* Tue Sep 24 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.000036-2
- Adjust requires
* Thu Aug 29 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.000036-1
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zzm_567/perl-Module-Metadata.git
git@gitee.com:zzm_567/perl-Module-Metadata.git
zzm_567
perl-Module-Metadata
perl-Module-Metadata
master

搜索帮助