[perl-Archive-Tar] Omit optional Test::Pod tests on bootstrap

Petr Pisar ppisar at fedoraproject.org
Fri Jun 1 08:35:32 UTC 2012


commit 59175c64c575eb16cd4199569597e572168b113e
Author: Petr Písař <ppisar at redhat.com>
Date:   Fri Jun 1 10:34:50 2012 +0200

    Omit optional Test::Pod tests on bootstrap

 perl-Archive-Tar.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/perl-Archive-Tar.spec b/perl-Archive-Tar.spec
index 14cae5c..1aa156e 100644
--- a/perl-Archive-Tar.spec
+++ b/perl-Archive-Tar.spec
@@ -1,6 +1,6 @@
 Name:           perl-Archive-Tar
 Version:        1.84
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A module for Perl manipulation of .tar files
 Group:          Development/Libraries
 License:        GPL+ or Artistic
@@ -27,7 +27,9 @@ BuildRequires:  perl(IO::Zlib) >= 1.01
 BuildRequires:  perl(Package::Constants)
 BuildRequires:  perl(Test::Harness) >= 2.26
 BuildRequires:  perl(Test::More)
+%if !%{defined perl_bootstrap}
 BuildRequires:  perl(Test::Pod)
+%endif
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:       perl(Compress::Zlib) >= 2.015
 Requires:       perl(IO::Zlib) >= 1.01
@@ -64,6 +66,9 @@ make test
 
 
 %changelog
+* Fri Jun 01 2012 Petr Pisar <ppisar at redhat.com> - 1.84-2
+- Omit optional Test::Pod tests on bootstrap
+
 * Wed Mar 14 2012 Marcela Mašláňová <mmaslano at redhat.com> - 1.84-1
 - 1.84 bump #802981 
 


More information about the scm-commits mailing list