diff --git a/perl.spec b/perl.spec index 22f04d215b3785763c9307fd5eb77920c07e1a0c..fc0066fa8db80553cee69738aa491ee77a229e47 100644 --- a/perl.spec +++ b/perl.spec @@ -24,7 +24,7 @@ Name: perl License: (GPL-1.0-or-later or Artistic-1.0-perl) and (GPL-2.0-or-later or Artistic-1.0-perl) and MIT and UCD and Public Domain and BSD Epoch: 4 Version: %{perl_version} -Release: 8 +Release: 9 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 @@ -420,9 +420,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 @@ -501,6 +499,9 @@ make test_harness %{_mandir}/man3/* %changelog +* Tue Sep 3 2024 hongjinghao - 4:5.38.0-9 +- Delete the man of File::Compare and File::Find from the main package. + * Wed Aug 14 2024 gengqihu - 4:5.38.0-8 - License info rectification