From bb69ba0aa87d8bfa535b4e2e283b59bb15a32684 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Sun, 13 Jul 2025 19:59:13 +0800 Subject: [PATCH] fix file list --- perl-IO-Compress.spec | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/perl-IO-Compress.spec b/perl-IO-Compress.spec index b897616..0dbfd37 100644 --- a/perl-IO-Compress.spec +++ b/perl-IO-Compress.spec @@ -7,7 +7,7 @@ Name: perl-IO-Compress Version: 2.213 -Release: 1 +Release: 2 Summary: Read and write compressed data License: GPL-1.0-or-later OR Artistic-1.0-Perl URL: https://metacpan.org/release/IO-Compress @@ -91,23 +91,18 @@ find %{buildroot} -type f -name .packlist -delete make test COMPRESS_ZLIB_RUN_%{?with_long_tests:ALL}%{!?with_long_tests:MOST}=1 %files -%{_bindir}/zipdetails -%{_bindir}/streamzip -%{perl_privlib}/Compress/ -%{perl_privlib}/File/ -%{perl_privlib}/IO/Compress/ -%{perl_privlib}/IO/Uncompress/ +%license META.json +%{_bindir}/* +%{perl_privlib}/* %files help %doc Changes README examples/* -%{_mandir}/man1/zipdetails.1* -%{_mandir}/man1/streamzip.1* -%{_mandir}/man3/Compress::Zlib.3* -%{_mandir}/man3/File::GlobMapper.3* -%{_mandir}/man3/IO::Compress::*.3* -%{_mandir}/man3/IO::Uncompress::*.3* +%{_mandir}/man?/* %changelog +* Sun Jul 13 2025 Funda Wang - 2.213-2 +- fix file list + * Tue Jun 03 2025 openeuler_bot - 2.213-1 - add perl5.40 to workflows (version: 2.213). -- Gitee