update code
This commit is contained in:
parent
f3b6de6794
commit
1082889503
@ -1,7 +1,7 @@
|
|||||||
Name: perl-Pod-Escapes
|
Name: perl-Pod-Escapes
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.07
|
Version: 1.07
|
||||||
Release: 418
|
Release: 419
|
||||||
Summary: Resolve POD escape sequences
|
Summary: Resolve POD escape sequences
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: https://metacpan.org/release/Pod-Escapes
|
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(symbolname symbolname2...);', or you can do `use
|
||||||
Pod::Escapes qw(:ALL);' to get all exportable symbols.
|
Pod::Escapes qw(:ALL);' to get all exportable symbols.
|
||||||
|
|
||||||
%package help
|
%package_help
|
||||||
Summary: Man pages and other related documents for cronie
|
|
||||||
|
|
||||||
BuildArch: noarch
|
|
||||||
|
|
||||||
%description help
|
|
||||||
Man pages and other related documents for cronie.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n Pod-Escapes-%{version} -p1
|
%autosetup -n Pod-Escapes-%{version} -p1
|
||||||
@ -41,20 +35,25 @@ perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1
|
|||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make pure_install DESTDIR=%{buildroot}
|
%make_install
|
||||||
%{_fixperms} %{buildroot}
|
%{_fixperms} %{buildroot}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc README
|
|
||||||
%{perl_vendorlib}/*
|
%{perl_vendorlib}/*
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%doc Changes
|
%doc Changes README
|
||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Aug 28 2019 openEuler Buildteam <buildteam@openeuler.org> - 1:1.07-418
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user