From fd6fcf71af4dba33f9075d96dadb2735139069b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Thu, 11 Dec 2014 15:24:46 +0100 Subject: [PATCH] Disable File::ShareDir optional tests when bootstrapping --- perl-Module-Build.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-Module-Build.spec b/perl-Module-Build.spec index 4d73085..c5ad7c6 100644 --- a/perl-Module-Build.spec +++ b/perl-Module-Build.spec @@ -5,7 +5,7 @@ Name: perl-Module-Build Epoch: 2 Version: %{cpan_version_major}%{?cpan_version_minor:.%cpan_version_minor} -Release: 2%{?dist} +Release: 3%{?dist} Summary: Build and install Perl modules License: GPL+ or Artistic Group: Development/Libraries @@ -42,7 +42,6 @@ BuildRequires: perl(File::Compare) BuildRequires: perl(File::Copy) BuildRequires: perl(File::Find) BuildRequires: perl(File::Path) -BuildRequires: perl(File::ShareDir) BuildRequires: perl(File::Spec) >= 0.82 BuildRequires: perl(File::Spec::Functions) BuildRequires: perl(File::Temp) >= 0.15 @@ -57,6 +56,7 @@ BuildRequires: perl(strict) # Optional tests: %if !%{defined perl_bootstrap} BuildRequires: perl(Archive::Zip) +BuildRequires: perl(File::ShareDir) BuildRequires: perl(PAR::Dist) %if 0%{?fedora} || 0%{?rhel} < 7 BuildRequires: perl(Pod::Readme) @@ -138,6 +138,9 @@ LANG=C TEST_SIGNATURE=1 MB_TEST_EXPERIMENTAL=1 ./Build test %{_mandir}/man3/* %changelog +* Thu Dec 11 2014 Petr Pisar - 2:0.42.10-3 +- Disable File::ShareDir optional tests when bootstrapping + * Wed Oct 15 2014 Petr Pisar - 2:0.42.10-2 - Require Software::License to recognize more license identifiers (bug #1152319)