1 Star 0 Fork 2

konglidong/perl-Pod-Coverage-TrustPod

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
perl-Pod-Coverage-TrustPod.spec 1.62 KB
一键复制 编辑 原始数据 按行查看 历史
konglidong 提交于 2024-03-06 11:23 . package init
Name: perl-Pod-Coverage-TrustPod
Version: 0.100006
Release: 1
Summary: Allow a module's pod to contain Pod::Coverage hints
License: GPL-1.0-or-later OR Artistic-1.0-Perl
URL: https://metacpan.org/release/Pod-Coverage-TrustPod
Source0: https://cpan.metacpan.org/modules/by-module/Pod/Pod-Coverage-TrustPod-%{version}.tar.gz
BuildArch: noarch
# Build:
BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: make
BuildRequires: perl-generators
BuildRequires: perl-interpreter
BuildRequires: perl(:VERSION)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78
# Run-time:
BuildRequires: perl(base)
BuildRequires: perl(Pod::Coverage::CountParents)
BuildRequires: perl(Pod::Eventual::Simple)
BuildRequires: perl(Pod::Find)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
# Tests:
BuildRequires: perl(Carp::Heavy)
BuildRequires: perl(File::Spec)
BuildRequires: perl(lib)
BuildRequires: perl(Test::More) >= 0.88
# Explicit dependencies:
%description
This is a Pod::Coverage subclass (actually, a subclass of
Pod::Coverage::CountParents) that allows the POD itself to declare certain
symbol names trusted.
%prep
%setup -q -n Pod-Coverage-TrustPod-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%install
make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -delete
%{_fixperms} -c %{buildroot}
%check
make test
%files
%license LICENSE
%doc Changes README
%{perl_vendorlib}/Pod/
%{_mandir}/man3/Pod::Coverage::TrustPod.3*
%changelog
* Wed Mar 06 2024 konglidong <konglidong@uniontech.com> - 0.100006-1
- package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/konglidong/perl-Pod-Coverage-TrustPod.git
git@gitee.com:konglidong/perl-Pod-Coverage-TrustPod.git
konglidong
perl-Pod-Coverage-TrustPod
perl-Pod-Coverage-TrustPod
master

搜索帮助