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

Petr Pisar ppisar at fedoraproject.org
Fri Jun 1 06:42:09 UTC 2012


commit 9a48abecefec02ecc029667f35ba0121a7d49901
Author: Petr Písař <ppisar at redhat.com>
Date:   Fri Jun 1 08:41:27 2012 +0200

    Omit optional Test::Pod tests on bootstrap

 perl-Compress-Raw-Bzip2.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/perl-Compress-Raw-Bzip2.spec b/perl-Compress-Raw-Bzip2.spec
index c581191..7385b4c 100644
--- a/perl-Compress-Raw-Bzip2.spec
+++ b/perl-Compress-Raw-Bzip2.spec
@@ -1,7 +1,7 @@
 Name:           perl-Compress-Raw-Bzip2
 Summary:        Low-level interface to bzip2 compression library
 Version:        2.052
-Release:        1%{?dist}
+Release:        2%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Compress-Raw-Bzip2/
@@ -14,7 +14,9 @@ BuildRequires:  perl(Exporter)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::Path)
 BuildRequires:  perl(File::Temp)
+%if !%{defined perl_bootstrap}
 BuildRequires:  perl(Test::Pod)
+%endif
 # XSLoader or DynaLoader; choose wisely
 BuildRequires:  perl(XSLoader)
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@@ -56,6 +58,9 @@ make test
 %{_mandir}/man3/Compress::Raw::Bzip2.3pm*
 
 %changelog
+* Fri Jun 01 2012 Petr Pisar <ppisar at redhat.com> - 2.052-2
+- Omit optional Test::Pod tests on bootstrap
+
 * Sun Apr 29 2012 Paul Howarth <paul at city-fan.org> - 2.052-1
 - Update to 2.052 (no changes)
 - Don't need to remove empty directories from buildroot


More information about the scm-commits mailing list