Do not run PAR tests on bootstrap
This commit is contained in:
parent
b1a8442fa1
commit
6963f57cb6
@ -1,7 +1,7 @@
|
||||
Name: perl-Module-Build
|
||||
Epoch: 2
|
||||
Version: 0.40
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Build and install Perl modules
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -36,12 +36,16 @@ BuildRequires: perl(IO::File)
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: perl(Module::Build)
|
||||
BuildRequires: perl(Module::Metadata) >= 1.000002
|
||||
BuildRequires: perl(PAR::Dist)
|
||||
BuildRequires: perl(Parse::CPAN::Meta)
|
||||
BuildRequires: perl(Perl::OSType) >= 1
|
||||
# Optional tests:
|
||||
%if !%{defined perl_bootstrap}
|
||||
BuildRequires: perl(Archive::Zip)
|
||||
BuildRequires: perl(PAR::Dist)
|
||||
%if 0%{?fedora} || 0%{?rhel} < 7
|
||||
BuildRequires: perl(Pod::Readme)
|
||||
%endif
|
||||
%endif
|
||||
BuildRequires: perl(Test::Harness) >= 3.16
|
||||
BuildRequires: perl(Test::More) >= 0.49
|
||||
BuildRequires: perl(version) >= 0.87
|
||||
@ -54,6 +58,7 @@ Requires: perl(ExtUtils::Manifest) >= 1.54
|
||||
Requires: perl(ExtUtils::Mkbootstrap)
|
||||
Requires: perl(ExtUtils::ParseXS) >= 2.21
|
||||
Requires: perl(Module::Metadata) >= 1.000002
|
||||
# Keep PAR support optional (PAR::Dist)
|
||||
Requires: perl(Perl::OSType) >= 1
|
||||
Requires: perl(Test::Harness)
|
||||
|
||||
@ -97,6 +102,9 @@ LANG=C TEST_SIGNATURE=1 MB_TEST_EXPERIMENTAL=1 ./Build test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Jun 04 2012 Petr Pisar <ppisar@redhat.com> - 2:0.40-2
|
||||
- Do not run PAR tests on bootstrap
|
||||
|
||||
* Thu May 31 2012 Petr Pisar <ppisar@redhat.com> - 2:0.40-1
|
||||
- 0.40 bump
|
||||
- All reverse dependecies must require use 2-digit Module::Build version now
|
||||
|
Loading…
Reference in New Issue
Block a user