Fix conflict files with other Pod packages
This commit is contained in:
parent
0f23f3d616
commit
e1c2b5b2e1
@ -1,7 +1,7 @@
|
|||||||
Name: perl-Pod-Perldoc
|
Name: perl-Pod-Perldoc
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 3.28
|
Version: 3.28
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: Look up Perl documentation in Pod format
|
Summary: Look up Perl documentation in Pod format
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: https://metacpan.org/release/Pod-Perldoc
|
URL: https://metacpan.org/release/Pod-Perldoc
|
||||||
@ -35,7 +35,8 @@ make pure_install DESTDIR=%{buildroot}
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%{_bindir}/perldoc
|
%{_bindir}/perldoc
|
||||||
%{perl_vendorlib}/*
|
%{perl_vendorlib}/Pod/*
|
||||||
|
%{perl_vendorlib}/perldoc.pod
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%doc Changes README
|
%doc Changes README
|
||||||
@ -43,6 +44,9 @@ make pure_install DESTDIR=%{buildroot}
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Feb 11 2020 openEuler Buildteam <buildteam@openeuler.org> - 1:3.28-3
|
||||||
- Type:enhancement
|
- Type:enhancement
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user