|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: perl-PerlIO-gzip
|
|
|
|
Name: perl-PerlIO-gzip
|
|
|
|
Version: 0.18
|
|
|
|
Version: 0.18
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Summary: Perl extension to provide a PerlIO layer to gzip/gunzip
|
|
|
|
Summary: Perl extension to provide a PerlIO layer to gzip/gunzip
|
|
|
|
# See Makefile.PL, gzip.xs, etc.
|
|
|
|
# See Makefile.PL, gzip.xs, etc.
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
@ -20,6 +20,11 @@ BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
# test
|
|
|
|
# test
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# don't provide the private XS.so() lib
|
|
|
|
|
|
|
|
%global _use_internal_dependency_generator 0
|
|
|
|
|
|
|
|
%global provfind /bin/sh -c "grep -v '%perl_vendorarch.*\\.so$' | %__find_provides"
|
|
|
|
|
|
|
|
%global __find_provides %provfind
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
PerlIO::gzip provides a PerlIO layer that manipulates files in the format
|
|
|
|
PerlIO::gzip provides a PerlIO layer that manipulates files in the format
|
|
|
|
used by the gzip program. Compression and decompression are implemented.
|
|
|
|
used by the gzip program. Compression and decompression are implemented.
|
|
|
@ -62,6 +67,9 @@ rm -rf %{buildroot}
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sat Feb 28 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.18-3
|
|
|
|
|
|
|
|
- strip private Perl libs from autoprov output
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.18-2
|
|
|
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.18-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|