Fix conflict files with other Pod packages

This commit is contained in:
Jiuyue Ma 2021-07-22 21:54:42 +08:00
parent b9972fc957
commit 116914695c

View File

@ -1,6 +1,6 @@
Name: perl-Pod-Coverage
Version: 0.23
Release: 15
Release: 16
Summary: Checks if the documentation of a perl module is comprehensive
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/Pod-Coverage/
@ -48,11 +48,14 @@ make test
%files
%doc Changes examples
%{_bindir}/pod_cover
%{perl_vendorlib}/Pod/
%{perl_vendorlib}/Pod/*
%files help
%{_mandir}/man3/*
%changelog
* Thu Jul 22 2021 Jiuyue Ma <majiuyue@huawei.com> - 0.23-16
- fix conflict package file '%{perl_vendorlib}/Pod'
* Sun Dec 1 2019 wangzhishun <wangzhishun1@huawei.com> - 0.23-15
- Package init