diff --git a/perl-Compress-Raw-Zlib.spec b/perl-Compress-Raw-Zlib.spec index 33a24c2..fb18c35 100644 --- a/perl-Compress-Raw-Zlib.spec +++ b/perl-Compress-Raw-Zlib.spec @@ -1,6 +1,6 @@ Name: perl-Compress-Raw-Zlib Version: 2.054 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Low-level interface to zlib compression library License: GPL+ or Artistic Group: Development/Libraries @@ -15,7 +15,9 @@ BuildRequires: perl(Carp) BuildRequires: perl(constant) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) +%if !%{defined perl_bootstrap} BuildRequires: perl(Test::Pod) >= 1.00 +%endif # see above BuildRequires: perl(XSLoader) BuildRequires: zlib-devel @@ -56,6 +58,9 @@ make test %{_mandir}/man3/Compress::Raw::Zlib.3pm* %changelog +* Fri Jun 01 2012 Petr Pisar - 2.054-2 +- Omit optional Test::Pod tests on bootstrap + * Tue May 8 2012 Paul Howarth - 2.054-1 - Update to 2.054 - Fix build issue on Win32 (CPAN RT#77030)