commit f3b6de6794a8258d504ca1446215718eb19b4f31 Author: overweight <5324761+overweight@user.noreply.gitee.com> Date: Mon Sep 30 11:13:07 2019 -0400 Package init diff --git a/Pod-Escapes-1.07.tar.gz b/Pod-Escapes-1.07.tar.gz new file mode 100644 index 0000000..d55b69b Binary files /dev/null and b/Pod-Escapes-1.07.tar.gz differ diff --git a/perl-Pod-Escapes.spec b/perl-Pod-Escapes.spec new file mode 100644 index 0000000..e9f2d3b --- /dev/null +++ b/perl-Pod-Escapes.spec @@ -0,0 +1,60 @@ +Name: perl-Pod-Escapes +Epoch: 1 +Version: 1.07 +Release: 418 +Summary: Resolve POD escape sequences +License: GPL+ or Artistic +URL: https://metacpan.org/release/Pod-Escapes +Source0: https://cpan.metacpan.org/authors/id/N/NE/NEILB/Pod-Escapes-%{version}.tar.gz + +BuildArch: noarch + +BuildRequires: coreutils findutils perl-interpreter perl-generators perl(ExtUtils::MakeMaker) + +#for test +BuildRequires: perl(Test) perl(utf8) +Requires: perl(:MODULE_COMPAT_%(perl -V:version | cut -d"'" -f 2)) + +%description +This module provides things that are useful in decoding Pod E<...> +sequences. Presumably, it should be used only by Pod parsers and/or +formatters. + +By default, Pod::Escapes exports none of its symbols. But you can request +any of them to be exported. Either request them individually, as with `use +Pod::Escapes qw(symbolname symbolname2...);', or you can do `use +Pod::Escapes qw(:ALL);' to get all exportable symbols. + +%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-Escapes-%{version} -p1 + +%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 +%{perl_vendorlib}/* + +%files help +%doc Changes +%{_mandir}/man3/* + +%changelog +* Wed Aug 28 2019 openEuler Buildteam - 1:1.07-418 +- Package init