import perl-IO-Zlib-1.11-4.el9

This commit is contained in:
CentOS Sources 2021-11-02 11:25:30 -04:00 committed by Stepan Oksanichenko
commit e729a799d5
3 changed files with 73 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
SOURCES/IO-Zlib-1.11.tar.gz

1
.perl-IO-Zlib.metadata Normal file
View File

@ -0,0 +1 @@
e2b16d57cf14b4f2453742fdb4d46101d0ea7f65 SOURCES/IO-Zlib-1.11.tar.gz

71
SPECS/perl-IO-Zlib.spec Normal file
View File

@ -0,0 +1,71 @@
Name: perl-IO-Zlib
# To compete with perl.spec
Epoch: 1
Version: 1.11
Release: 4%{?dist}
Summary: Perl IO:: style interface to Compress::Zlib
License: GPL+ or Artistic
URL: https://metacpan.org/release/IO-Zlib
Source0: https://cpan.metacpan.org/authors/id/T/TO/TOMHUGHES/IO-Zlib-%{version}.tar.gz
BuildArch: noarch
BuildRequires: coreutils
BuildRequires: make
BuildRequires: perl-generators
BuildRequires: perl-interpreter
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
# Run-time:
BuildRequires: gzip
BuildRequires: perl(:VERSION) >= 5.6
BuildRequires: perl(Carp)
BuildRequires: perl(Compress::Zlib) >= 2
BuildRequires: perl(Fcntl)
# IO::Handle used if gzip backend is requested
BuildRequires: perl(IO::Handle)
BuildRequires: perl(Symbol)
BuildRequires: perl(Tie::Handle)
# The code defaults to Compress::Zlib, but a user can override it to gzip by
# importing :gzip_external symbol
Requires: gzip
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(Compress::Zlib) >= 2
Requires: perl(IO::Handle)
%description
IO::Zlib provides an IO:: style interface to Compress::Zlib and hence to
gzip/zlib-compressed files. It provides many of the same methods as the
IO::Handle interface.
%prep
%setup -q -n IO-Zlib-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
%{make_build}
%install
%{make_install}
%{_fixperms} $RPM_BUILD_ROOT/*
%check
make test
%files
%doc ChangeLog README.md
%{perl_vendorlib}/*
%{_mandir}/man3/*
%changelog
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1:1.11-4
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1:1.11-3
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.11-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Thu Sep 24 2020 Petr Pisar <ppisar@redhat.com> 1:1.11-1
- Specfile autogenerated by cpanspec 1.78.