diff --git a/perl-IO-Compress.spec b/perl-IO-Compress.spec index b8976169b9b9732b835586aca3eb35142bd1a2c9..0dbfd3728b6350ba2cb7bafe729c78438eef18a0 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).