update code

This commit is contained in:
zhuchunyi 2019-11-06 19:46:48 +08:00
parent f3b6de6794
commit 1082889503

View File

@ -1,7 +1,7 @@
Name: perl-Pod-Escapes
Epoch: 1
Version: 1.07
Release: 418
Release: 419
Summary: Resolve POD escape sequences
License: GPL+ or Artistic
URL: https://metacpan.org/release/Pod-Escapes
@ -25,13 +25,7 @@ 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.
%package_help
%prep
%autosetup -n Pod-Escapes-%{version} -p1
@ -41,20 +35,25 @@ perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1
%make_build
%install
make pure_install DESTDIR=%{buildroot}
%make_install
%{_fixperms} %{buildroot}
%check
make test
%files
%doc README
%{perl_vendorlib}/*
%files help
%doc Changes
%doc Changes README
%{_mandir}/man3/*
%changelog
* Sat Oct 26 2019 yefei <yefei25@huawei.com> - 1:1.07-419
- Type: enhancement
- ID: NA
- SUG: NA
- DESC: move README to help folder
* Wed Aug 28 2019 openEuler Buildteam <buildteam@openeuler.org> - 1:1.07-418
- Package init