15 |
Url: http://search.cpan.org/dist/%{upstream_name} |
Url: http://search.cpan.org/dist/%{upstream_name} |
16 |
Source0: http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/%{upstream_name}-%{upstream_version}.tar.gz |
Source0: http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/%{upstream_name}-%{upstream_version}.tar.gz |
17 |
|
|
|
BuildRequires: perl-devel |
|
|
BuildRequires: perl-IO-AIO |
|
18 |
BuildRequires: perl-AnyEvent >= 1:4.05 |
BuildRequires: perl-AnyEvent >= 1:4.05 |
|
BuildRequires: perl-Guard |
|
19 |
BuildRequires: perl-common-sense |
BuildRequires: perl-common-sense |
20 |
|
BuildRequires: perl-devel |
|
#gw the test EV/t/01_unblock fails in 4.37: |
|
|
# http://rt.cpan.org/Ticket/Display.html?id=32475 |
|
21 |
BuildRequires: perl-EV >= 2.0 |
BuildRequires: perl-EV >= 2.0 |
22 |
|
BuildRequires: perl-Guard |
23 |
|
BuildRequires: perl-IO-AIO |
24 |
|
|
25 |
%description |
%description |
26 |
This module collection manages coroutines. Coroutines are similar to |
This module collection manages coroutines. Coroutines are similar to |
59 |
|
|
60 |
%prep |
%prep |
61 |
%setup -q -n %{upstream_name}-%{upstream_version} |
%setup -q -n %{upstream_name}-%{upstream_version} |
62 |
|
# remove failing test - http://rt.cpan.org/Ticket/Display.html?id=32475 |
63 |
|
rm EV/t/01_unblock.t |
64 |
|
|
65 |
%build |
%build |
66 |
echo -e "n\nu\n" | %{__perl} Makefile.PL INSTALLDIRS=vendor |
echo -e "n\nu\n" | %{__perl} Makefile.PL INSTALLDIRS=vendor |