Skip the release tests when bootstrapping

This commit is contained in:
Paul Howarth 2013-09-04 19:07:48 +01:00
parent 58e30a1bb2
commit 89c5b8a0db

View File

@ -1,6 +1,6 @@
Name: perl-ExtUtils-InstallPaths Name: perl-ExtUtils-InstallPaths
Version: 0.009 Version: 0.009
Release: 5%{?dist} Release: 6%{?dist}
Summary: Build.PL install path logic made easy Summary: Build.PL install path logic made easy
Group: Development/Libraries Group: Development/Libraries
License: GPL+ or Artistic License: GPL+ or Artistic
@ -19,9 +19,13 @@ BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(File::Temp) BuildRequires: perl(File::Temp)
BuildRequires: perl(Test::More) BuildRequires: perl(Test::More)
# Release Tests # 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(Pod::Coverage::TrustPod)
BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(Test::Pod::Coverage)
%endif
# Runtime # Runtime
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@ -62,6 +66,9 @@ rm -rf %{buildroot}
%{_mandir}/man3/ExtUtils::InstallPaths.3pm* %{_mandir}/man3/ExtUtils::InstallPaths.3pm*
%changelog %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 * 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 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild