Fix conflict files with other Pod packages

This commit is contained in:
Jiuyue Ma 2021-07-22 22:00:25 +08:00
parent 0f23f3d616
commit e1c2b5b2e1

View File

@ -1,7 +1,7 @@
Name: perl-Pod-Perldoc
Epoch: 1
Version: 3.28
Release: 3
Release: 4
Summary: Look up Perl documentation in Pod format
License: GPL+ or Artistic
URL: https://metacpan.org/release/Pod-Perldoc
@ -35,7 +35,8 @@ make pure_install DESTDIR=%{buildroot}
%files
%{_bindir}/perldoc
%{perl_vendorlib}/*
%{perl_vendorlib}/Pod/*
%{perl_vendorlib}/perldoc.pod
%files help
%doc Changes README
@ -43,6 +44,9 @@ make pure_install DESTDIR=%{buildroot}
%{_mandir}/man3/*
%changelog
* Thu Jul 22 2021 Jiuyue Ma <majiuyue@huawei.com> - 1:3.28-4
- fix conflict package file '%{perl_vendorlib}/Pod'
* Tue Feb 11 2020 openEuler Buildteam <buildteam@openeuler.org> - 1:3.28-3
- Type:enhancement
- ID:NA