Chris Weyl ac6451c
Name:           perl-POE-Filter-Zlib
2b4c2b3
Version:        2.04
24c0842
Release:        4%{?dist}
Chris Weyl ac6451c
Summary:        POE filter wrapped around Compress::Zlib
Chris Weyl ca47cba
# note license definition in Makefile.PL
cd4375e
License:        GPL+ or Artistic
Chris Weyl ac6451c
Group:          Development/Libraries
Chris Weyl ac6451c
URL:            http://search.cpan.org/dist/POE-Filter-Zlib/
Chris Weyl be2f95a
Source0:        http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/POE-Filter-Zlib-%{version}.tar.gz
Chris Weyl ac6451c
BuildArch:      noarch
2b4c2b3
BuildRequires:  coreutils
2b4c2b3
BuildRequires:  findutils
2b4c2b3
BuildRequires:  glibc-common
2b4c2b3
BuildRequires:  make
07cd2bc
BuildRequires:  perl-interpreter
2b4c2b3
BuildRequires:  perl(:VERSION) >= 5.6
f2a86dc
BuildRequires:  perl-generators
2b4c2b3
BuildRequires:  perl(ExtUtils::MakeMaker)
2b4c2b3
BuildRequires:  perl(strict)
2b4c2b3
BuildRequires:  perl(warnings)
2b4c2b3
# Run-time:
2b4c2b3
BuildRequires:  perl(base)
Petr Šabata 0166f1e
BuildRequires:  perl(Carp)
Petr Šabata 0166f1e
BuildRequires:  perl(Compress::Raw::Zlib) >= 2
2b4c2b3
# POE::Filter version from POE in META data
2b4c2b3
BuildRequires:  perl(POE::Filter) >= 0.38
2b4c2b3
BuildRequires:  perl(vars)
2b4c2b3
# Tests:
2b4c2b3
BuildRequires:  perl(blib)
Chris Weyl ac6451c
BuildRequires:  perl(Compress::Zlib) >= 1.34
2b4c2b3
BuildRequires:  perl(File::Spec)
2b4c2b3
BuildRequires:  perl(IO::Handle)
2b4c2b3
BuildRequires:  perl(IPC::Open3)
2b4c2b3
# Pod::Coverage::TrustPod not used
Chris Weyl be2f95a
BuildRequires:  perl(POE::Filter::Line)
Chris Weyl be2f95a
BuildRequires:  perl(POE::Filter::Stackable)
Petr Šabata 0166f1e
BuildRequires:  perl(Test::More) >= 0.47
2b4c2b3
# Test::Pod 1.41 not used
2b4c2b3
# Test::Pod::Coverage 1.08 not used
2b4c2b3
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
2b4c2b3
Requires:       perl(Compress::Raw::Zlib) >= 2
2b4c2b3
# POE::Filter version from POE in META data
2b4c2b3
Requires:       perl(POE::Filter) >= 0.38
2b4c2b3
2b4c2b3
# Remove under-specified dependencies
2b4c2b3
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\((Compress::Raw::Zlib|POE::Filter)\\)$
Chris Weyl be2f95a
Chris Weyl ac6451c
%description
Chris Weyl be2f95a
POE::Filter::Zlib provides a POE filter for performing compression and
Chris Weyl ac6451c
uncompression using Compress::Zlib. It is suitable for use with
Chris Weyl ac6451c
POE::Filter::Stackable.
Chris Weyl ac6451c
Chris Weyl ac6451c
%prep
Chris Weyl ac6451c
%setup -q -n POE-Filter-Zlib-%{version}
2b4c2b3
for F in Changes.old; do
2b4c2b3
    iconv -f ISO-8859-1 -t UTF-8 < "$F" > "${F}.utf8"
2b4c2b3
    touch -r "$F" "${F}.utf8"
2b4c2b3
    mv "${F}.utf8" "$F"
2b4c2b3
done
Chris Weyl ac6451c
Chris Weyl ac6451c
%build
2b4c2b3
perl Makefile.PL INSTALLDIRS=vendor
Chris Weyl ac6451c
make %{?_smp_mflags}
Chris Weyl ac6451c
Chris Weyl ac6451c
%install
2b4c2b3
make pure_install DESTDIR=%{buildroot}
2b4c2b3
find %{buildroot} -type f -name .packlist -delete
Chris Weyl ac6451c
%{_fixperms} %{buildroot}/*
Chris Weyl ac6451c
Chris Weyl ac6451c
%check
Chris Weyl ac6451c
make test
Chris Weyl ac6451c
Chris Weyl ac6451c
%files
2b4c2b3
%license LICENSE
2b4c2b3
%doc Changes* README
Chris Weyl ac6451c
%{perl_vendorlib}/*
Chris Weyl ac6451c
%{_mandir}/man3/*
Chris Weyl ac6451c
Chris Weyl ac6451c
%changelog
24c0842
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.04-4
24c0842
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
24c0842
b4ddb45
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.04-3
b4ddb45
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
b4ddb45
c9f799e
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2.04-2
c9f799e
- Perl 5.26 rebuild
c9f799e
2b4c2b3
* Mon Feb 27 2017 Petr Pisar <ppisar@redhat.com> - 2.04-1
2b4c2b3
- 2.04 bump
2b4c2b3
b0a3003
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.02-20
b0a3003
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
b0a3003
a16e521
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2.02-19
a16e521
- Perl 5.24 rebuild
a16e521
59c421d
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.02-18
59c421d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
59c421d
7793a42
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.02-17
7793a42
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
7793a42
9cc66bd
* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2.02-16
9cc66bd
- Perl 5.22 rebuild
9cc66bd
404a08b
* Fri Aug 29 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.02-15
404a08b
- Perl 5.20 rebuild
404a08b
d3a2128
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.02-14
d3a2128
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
d3a2128
2af8f3c
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.02-13
2af8f3c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
2af8f3c
f35ad60
* Mon Jul 22 2013 Petr Pisar <ppisar@redhat.com> - 2.02-12
f35ad60
- Perl 5.18 rebuild
f35ad60
f4e3e82
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.02-11
f4e3e82
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
f4e3e82
df9c7ec
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.02-10
df9c7ec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
df9c7ec
992fae6
* Wed Jun 13 2012 Petr Pisar <ppisar@redhat.com> - 2.02-9
992fae6
- Perl 5.16 rebuild
992fae6
Petr Šabata 0166f1e
* Mon Jan 16 2012 Petr Ĺ abata <contyk@redhat.com> - 2.02-8
663e856
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
Petr Šabata 0166f1e
- Spec cleanup, fix build, remove useless generated licenses
663e856
Petr Sabata 4aa3ec7
* Tue Jul 19 2011 Petr Sabata <contyk@redhat.com> - 2.02-7
Petr Sabata 4aa3ec7
- Perl mass rebuild
Petr Sabata 4aa3ec7
6e8ce25
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.02-6
6e8ce25
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
6e8ce25
3e0f5e0
* Tue Dec 21 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.02-5
3e0f5e0
- 661697 rebuild for fixing problems with vendorach/lib
3e0f5e0
31ee6cb
* Thu May 06 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.02-4
31ee6cb
- Mass rebuild with perl-5.12.0
31ee6cb
496c085
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 2.02-3
496c085
- rebuild against perl 5.10.1
496c085
5c8c9a1
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.02-2
5c8c9a1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
5c8c9a1
Chris Weyl be2f95a
* Sun Jun 07 2009 Chris Weyl <cweyl@alumni.drew.edu> 2.02-1
Chris Weyl be2f95a
- auto-update to 2.02 (by cpan-spec-update 0.01)
Chris Weyl be2f95a
- added a new br on perl(ExtUtils::MakeMaker) (version 6.42)
Chris Weyl be2f95a
- added a new br on perl(POE::Filter) (version 0)
Chris Weyl be2f95a
- altered br on perl(POE) (0.3501 => 0.38)
Chris Weyl be2f95a
- added a new br on perl(Test::More) (version 0.47)
Chris Weyl be2f95a
- added a new br on perl(Compress::Raw::Zlib) (version 2)
Chris Weyl be2f95a
- added a new br on perl(POE::Filter::Line) (version 0)
Chris Weyl be2f95a
- added a new br on perl(POE::Filter::Stackable) (version 0)
Chris Weyl be2f95a
c922f03
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.01-2
c922f03
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
c922f03
Chris Weyl f5be32c
* Sun Oct 26 2008 Chris Weyl <cweyl@alumni.drew.edu> 2.01-1
Chris Weyl f5be32c
- update to 2.01
Chris Weyl f5be32c
cd4375e
* Thu Mar 06 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.8-2
cd4375e
- rebuild for new perl
cd4375e
Chris Weyl 081c803
* Fri Dec 15 2006 Chris Weyl <cweyl@alumni.drew.edu> 1.8-1
Chris Weyl 081c803
- update to 1.8
Chris Weyl 081c803
Chris Weyl 081c803
* Fri Sep 29 2006 Chris Weyl <cweyl@alumni.drew.edu> 1.7-1
Chris Weyl ca47cba
- update to 1.7, basically just clarifies some licensing bits
Chris Weyl ca47cba
Chris Weyl afe20f9
* Wed Sep 13 2006 Chris Weyl <cweyl@alumni.drew.edu> 1.6-1
Chris Weyl afe20f9
- update to 1.6
Chris Weyl afe20f9
Chris Weyl 2517115
* Wed Sep 06 2006 Chris Weyl <cweyl@alumni.drew.edu> 1.5-1
Chris Weyl 2517115
- update to 1.5
Chris Weyl 2517115
- add new BR's (Test::Pod && Test::Pod::Coverage) for testing
Chris Weyl 2517115
Chris Weyl 57421f3
* Wed Sep 06 2006 Chris Weyl <cweyl@alumni.drew.edu> 1.4-2
Chris Weyl 57421f3
- bump
Chris Weyl 57421f3
Chris Weyl ac6451c
* Fri Sep 01 2006 Chris Weyl <cweyl@alumni.drew.edu> 1.4-1
Chris Weyl ac6451c
- Specfile autogenerated by cpanspec 1.69.1.