commit b9fce4e12be71898d4220acc203d459a7c756860 Author: overweight <5324761+overweight@user.noreply.gitee.com> Date: Mon Sep 30 11:13:09 2019 -0400 Package init diff --git a/Pod-Parser-1.63.tar.gz b/Pod-Parser-1.63.tar.gz new file mode 100644 index 0000000..7e27ec5 Binary files /dev/null and b/Pod-Parser-1.63.tar.gz differ diff --git a/perl-Pod-Parser.spec b/perl-Pod-Parser.spec new file mode 100644 index 0000000..82fc9c1 --- /dev/null +++ b/perl-Pod-Parser.spec @@ -0,0 +1,51 @@ +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 - 1.63-397 +- Package init