diff --git a/perl-Pod-Escapes.spec b/perl-Pod-Escapes.spec index e9f2d3b..980a165 100644 --- a/perl-Pod-Escapes.spec +++ b/perl-Pod-Escapes.spec @@ -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 - 1:1.07-419 +- Type: enhancement +- ID: NA +- SUG: NA +- DESC: move README to help folder + * Wed Aug 28 2019 openEuler Buildteam - 1:1.07-418 - Package init