2019-09-30 11:13:07 -04:00
|
|
|
Name: perl-Pod-Escapes
|
|
|
|
|
Epoch: 1
|
|
|
|
|
Version: 1.07
|
2021-07-22 21:55:56 +08:00
|
|
|
Release: 420
|
2019-09-30 11:13:07 -04:00
|
|
|
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.
|
|
|
|
|
|
2019-11-06 19:46:48 +08:00
|
|
|
%package_help
|
2019-09-30 11:13:07 -04:00
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n Pod-Escapes-%{version} -p1
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1
|
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
|
|
%install
|
2019-11-06 19:46:48 +08:00
|
|
|
%make_install
|
2019-09-30 11:13:07 -04:00
|
|
|
%{_fixperms} %{buildroot}
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
make test
|
|
|
|
|
|
|
|
|
|
%files
|
2021-07-22 21:55:56 +08:00
|
|
|
%{perl_vendorlib}/Pod/*
|
2019-09-30 11:13:07 -04:00
|
|
|
|
|
|
|
|
%files help
|
2019-11-06 19:46:48 +08:00
|
|
|
%doc Changes README
|
2019-09-30 11:13:07 -04:00
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
2022-06-16 14:12:06 +08:00
|
|
|
* Thu Jul 22 2021 Jiuyue Ma <majiuyue@huawei.com> - 1:1.07-420
|
2021-07-22 21:55:56 +08:00
|
|
|
- fix conflict package file '%{perl_vendorlib}/Pod'
|
|
|
|
|
|
2019-11-06 19:46:48 +08:00
|
|
|
* Sat Oct 26 2019 yefei <yefei25@huawei.com> - 1:1.07-419
|
|
|
|
|
- Type: enhancement
|
|
|
|
|
- ID: NA
|
|
|
|
|
- SUG: NA
|
|
|
|
|
- DESC: move README to help folder
|
|
|
|
|
|
2019-09-30 11:13:07 -04:00
|
|
|
* Wed Aug 28 2019 openEuler Buildteam <buildteam@openeuler.org> - 1:1.07-418
|
|
|
|
|
- Package init
|