From e0b99e921b4968bdfbf10f78f0f571aab0382932 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Fri, 1 Jun 2012 08:47:08 +0200 Subject: [PATCH] Omit optional Test::Pod tests on bootstrap --- perl-Compress-Raw-Zlib.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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)