From fdee496e8fba54b915dadaf0c9717799430392d7 Mon Sep 17 00:00:00 2001 From: hongjinghao Date: Tue, 3 Sep 2024 16:26:53 +0800 Subject: [PATCH] Delete the man of File::Compare and File::Find from the main package. (cherry picked from commit 8f5745e1ad3d1a312cecde8db70998166a3e35c8) --- perl.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/perl.spec b/perl.spec index 74e00a4..6deaaf3 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: 7 +Release: 8 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 @@ -418,9 +418,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 @@ -499,6 +497,9 @@ make test_harness %{_mandir}/man3/* %changelog +* Tue Sep 3 2024 hongjinghao - 4:5.38.0-8 +- Delete the man of File::Compare and File::Find from the main package. + * Wed Aug 14 2024 gengqihu - 4:5.38.0-7 - License info rectification -- Gitee