!3 perl-IO-Compress

Merge pull request !3 from syyhao/master
This commit is contained in:
openeuler-ci-bot 2020-07-31 17:30:39 +08:00 committed by Gitee
commit a0926e0093
3 changed files with 8 additions and 3 deletions

Binary file not shown.

BIN
IO-Compress-2.093.tar.gz Normal file

Binary file not shown.

View File

@ -6,8 +6,8 @@
%{?perl_default_filter} %{?perl_default_filter}
Name: perl-IO-Compress Name: perl-IO-Compress
Version: 2.081 Version: 2.093
Release: 6 Release: 1
Summary: Read and write compressed data Summary: Read and write compressed data
License: GPL+ or Artistic License: GPL+ or Artistic
URL: https://metacpan.org/release/IO-Compress URL: https://metacpan.org/release/IO-Compress
@ -93,6 +93,7 @@ make test COMPRESS_ZLIB_RUN_%{?with_long_tests:ALL}%{!?with_long_tests:MOST}=1
%files %files
%{_bindir}/zipdetails %{_bindir}/zipdetails
%{_bindir}/streamzip
%{perl_privlib}/Compress/ %{perl_privlib}/Compress/
%{perl_privlib}/File/ %{perl_privlib}/File/
%{perl_privlib}/IO/Compress/ %{perl_privlib}/IO/Compress/
@ -101,11 +102,15 @@ make test COMPRESS_ZLIB_RUN_%{?with_long_tests:ALL}%{!?with_long_tests:MOST}=1
%files help %files help
%doc Changes README examples/* %doc Changes README examples/*
%{_mandir}/man1/zipdetails.1* %{_mandir}/man1/zipdetails.1*
%{_mandir}/man1/streamzip.1*
%{_mandir}/man3/Compress::Zlib.3* %{_mandir}/man3/Compress::Zlib.3*
%{_mandir}/man3/File::GlobMapper.3* %{_mandir}/man3/File::GlobMapper.3*
%{_mandir}/man3/IO::Compress::*.3* %{_mandir}/man3/IO::Compress::*.3*
%{_mandir}/man3/IO::Uncompress::*.3* %{_mandir}/man3/IO::Uncompress::*.3*
%changelog %changelog
* Fri Jul 31 2020 shenyangyang <shenyangyang4@huawei.com> - 2.093-1
- Bump version to 2.093
* Tue Sep 17 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.081-6 * Tue Sep 17 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.081-6
- Package init - Package init