Avoid circular dependencies when bootstrapping (#1004376)

This commit is contained in:
Petr Šabata 2013-09-05 17:34:22 +02:00
parent 3ac14289a3
commit b16588dcec

View File

@ -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@redhat.com> - 0.22-4
- Avoid circular dependencies when bootstrapping (#1004376)
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.22-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild