[perl-Compress-Raw-Zlib] Omit optional Test::Pod tests on bootstrap

Petr Pisar ppisar at fedoraproject.org
Fri Jun 1 06:48:36 UTC 2012


commit e0b99e921b4968bdfbf10f78f0f571aab0382932
Author: Petr Písař <ppisar at redhat.com>
Date:   Fri Jun 1 08:47:08 2012 +0200

    Omit optional Test::Pod tests on bootstrap

 perl-Compress-Raw-Zlib.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
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 <ppisar at redhat.com> - 2.054-2
+- Omit optional Test::Pod tests on bootstrap
+
 * Tue May  8 2012 Paul Howarth <paul at city-fan.org> - 2.054-1
 - Update to 2.054
   - Fix build issue on Win32 (CPAN RT#77030)


More information about the scm-commits mailing list