Disable File::ShareDir optional tests when bootstrapping
This commit is contained in:
parent
57bc2492c2
commit
fd6fcf71af
@ -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 <ppisar@redhat.com> - 2:0.42.10-3
|
||||
- Disable File::ShareDir optional tests when bootstrapping
|
||||
|
||||
* Wed Oct 15 2014 Petr Pisar <ppisar@redhat.com> - 2:0.42.10-2
|
||||
- Require Software::License to recognize more license identifiers (bug #1152319)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user