delete maninfo of Compare and Find packages from perl

This commit is contained in:
weiwei_tiantian 2022-06-21 15:39:47 +08:00
parent 62aa2c02a9
commit 57251b26ce

View File

@ -22,7 +22,7 @@ Name: perl
License: (GPL+ or Artistic) and (GPLv2+ or Artistic) and MIT and UCD and Public Domain and BSD
Epoch: 4
Version: %{perl_version}
Release: 4
Release: 5
Summary: A highly capable, feature-rich programming language
Url: https://www.perl.org/
Source0: https://www.cpan.org/src/5.0/%{name}-%{version}.tar.xz
@ -406,9 +406,7 @@ make test_harness
%exclude %dir %{perl_vendor_datadir}
%dir %{perl_datadir}/File
%{perl_datadir}/File/Compare.pm
%{_mandir}/man3/File::Compare.3*
%{perl_datadir}/File/Find.pm
%{_mandir}/man3/File::Find.3*
%license Artistic Copying
%doc AUTHORS
@ -487,6 +485,12 @@ make test_harness
%{_mandir}/man3/*
%changelog
* Tue Jun 21 2022 tianwei<tianwei@h-partners.com> 4:5.34.0-5
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:delete maninfo of Compare and Find packages from perl
* Mon Mar 28 2022 tianwei<tianwei@h-partners.com> 4:5.34.0-4
- Type:bugfix
- ID:NA