11 Star 0 Fork 7

src-openEuler / perl-Pod-Parser

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
perl-Pod-Parser.spec 1.34 KB
一键复制 编辑 原始数据 按行查看 历史
hexiaowen 提交于 2019-09-30 11:13 . Package init
Name: perl-Pod-Parser
Version: 1.63
Release: 397
Summary: Basic perl modules for handling Plain Old Documentation (POD)
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/Pod-Parser/
Source0: http://www.cpan.org/authors/id/M/MA/MAREKR/Pod-Parser-%{version}.tar.gz
BuildArch: noarch
BuildRequires: perl-interpreter perl-generators perl(ExtUtils::MakeMaker) perl(Test::More)
Requires: perl(:MODULE_COMPAT_%(perl -V:version | cut -d"'" -f 2)) perl(Config)
%description
This software distribution contains the packages for using Perl5 POD (Plain
Old Documentation). See the "perlpod" and "perlsyn" manual pages from your
Perl5 distribution for more information about POD.
%package help
Summary: Man pages and other related documents for cronie
BuildArch: noarch
%description help
Man pages and other related documents for cronie.
%prep
%autosetup -n Pod-Parser-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1
%make_build
%install
make pure_install DESTDIR=%{buildroot}
%{_fixperms} %{buildroot}
%check
make test
%files
%doc README
%{_bindir}/podselect
%{perl_vendorlib}/*
%files help
%doc ANNOUNCE CHANGES TODO
%{_mandir}/man1/*
%{_mandir}/man3/*
%changelog
* Wed Sep 11 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.63-397
- Package init
1
https://gitee.com/src-openeuler/perl-Pod-Parser.git
git@gitee.com:src-openeuler/perl-Pod-Parser.git
src-openeuler
perl-Pod-Parser
perl-Pod-Parser
openEuler-20.03-LTS

搜索帮助