!5 Fix conflict files with other Pod packages

From: @forever043
Reviewed-by: @shinwell_hu
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2021-07-23 06:10:15 +00:00 committed by Gitee
commit 883f5f05c0

View File

@ -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