Skip the release tests when bootstrapping
This commit is contained in:
parent
58e30a1bb2
commit
89c5b8a0db
@ -1,6 +1,6 @@
|
||||
Name: perl-ExtUtils-InstallPaths
|
||||
Version: 0.009
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
Summary: Build.PL install path logic made easy
|
||||
Group: Development/Libraries
|
||||
License: GPL+ or Artistic
|
||||
@ -19,9 +19,13 @@ BuildRequires: perl(File::Spec::Functions)
|
||||
BuildRequires: perl(File::Temp)
|
||||
BuildRequires: perl(Test::More)
|
||||
# Release Tests
|
||||
# perl-Pod-Coverage-TrustPod -> perl-Pod-Eventual -> perl-Mixin-Linewise ->
|
||||
# perl-YAML-Tiny -> perl-Module-Build-Tiny -> perl-ExtUtils-InstallPaths
|
||||
%if 0%{!?perl_bootstrap:1}
|
||||
BuildRequires: perl(Pod::Coverage::TrustPod)
|
||||
BuildRequires: perl(Test::Pod)
|
||||
BuildRequires: perl(Test::Pod::Coverage)
|
||||
%endif
|
||||
# Runtime
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
|
||||
@ -62,6 +66,9 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/ExtUtils::InstallPaths.3pm*
|
||||
|
||||
%changelog
|
||||
* Wed Sep 4 2013 Paul Howarth <paul@city-fan.org> - 0.009-6
|
||||
- Skip the release tests when bootstrapping
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.009-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user