[perl-Capture-Tiny] Avoid circular dependencies when bootstrapping (#1004376)

Petr Šabata psabata at fedoraproject.org
Thu Sep 5 15:34:33 UTC 2013


commit b16588dcecc47f51e1a777988078a520cc8d7e96
Author: Petr Šabata <contyk at redhat.com>
Date:   Thu Sep 5 17:34:22 2013 +0200

    Avoid circular dependencies when bootstrapping (#1004376)

 perl-Capture-Tiny.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/perl-Capture-Tiny.spec b/perl-Capture-Tiny.spec
index 9c7d223..3cfaf8d 100644
--- a/perl-Capture-Tiny.spec
+++ b/perl-Capture-Tiny.spec
@@ -1,6 +1,6 @@
 Name:           perl-Capture-Tiny
 Version:        0.22
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Capture STDOUT and STDERR from Perl, XS or external programs
 License:        ASL 2.0
 Group:          Development/Libraries
@@ -26,9 +26,11 @@ BuildRequires:  perl(IO::File)
 BuildRequires:  perl(List::Util)
 BuildRequires:  perl(Test::More) >= 0.62
 # Optional tests:
+%if !%{defined perl_bootstrap}
 BuildRequires:  perl(Inline)
 BuildRequires:  perl(Inline::C)
 BuildRequires:  perl(Parse::RecDescent)
+%endif
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
@@ -60,6 +62,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Sep 05 2013 Petr Šabata <contyk at redhat.com> - 0.22-4
+- Avoid circular dependencies when bootstrapping (#1004376)
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.22-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list