--- cauldron/perl-Coro/current/SPECS/perl-Coro.spec 2011/01/24 12:01:22 36947 +++ cauldron/perl-Coro/current/SPECS/perl-Coro.spec 2011/01/24 12:53:41 37010 @@ -15,15 +15,12 @@ Url: http://search.cpan.org/dist/%{upstream_name} Source0: http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/%{upstream_name}-%{upstream_version}.tar.gz -BuildRequires: perl-devel -BuildRequires: perl-IO-AIO BuildRequires: perl-AnyEvent >= 1:4.05 -BuildRequires: perl-Guard BuildRequires: perl-common-sense - -#gw the test EV/t/01_unblock fails in 4.37: -# http://rt.cpan.org/Ticket/Display.html?id=32475 +BuildRequires: perl-devel BuildRequires: perl-EV >= 2.0 +BuildRequires: perl-Guard +BuildRequires: perl-IO-AIO %description This module collection manages coroutines. Coroutines are similar to @@ -62,6 +59,8 @@ %prep %setup -q -n %{upstream_name}-%{upstream_version} +# remove failing test - http://rt.cpan.org/Ticket/Display.html?id=32475 +rm EV/t/01_unblock.t %build echo -e "n\nu\n" | %{__perl} Makefile.PL INSTALLDIRS=vendor