18 |
BuildRequires: perl-AnyEvent >= 1:4.05 |
BuildRequires: perl-AnyEvent >= 1:4.05 |
19 |
BuildRequires: perl-Guard |
BuildRequires: perl-Guard |
20 |
BuildRequires: perl-common-sense |
BuildRequires: perl-common-sense |
21 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release} |
|
22 |
#gw the test EV/t/01_unblock fails in 4.37: |
#gw the test EV/t/01_unblock fails in 4.37: |
23 |
# http://rt.cpan.org/Ticket/Display.html?id=32475 |
# http://rt.cpan.org/Ticket/Display.html?id=32475 |
24 |
#BuildRequires: perl-EV >= 2.0 |
#BuildRequires: perl-EV >= 2.0 |
70 |
|
|
71 |
%files |
%files |
72 |
%defattr(-,root,root) |
%defattr(-,root,root) |
73 |
%doc README.linux-glibc README Changes |
%doc README.linux-glibc README Changes META.yml |
74 |
%dir %{perl_vendorarch}/Coro |
%dir %{perl_vendorarch}/Coro |
75 |
%{perl_vendorarch}/Coro/AIO.pm |
%{perl_vendorarch}/Coro/AIO.pm |
76 |
%{perl_vendorarch}/Coro/Channel.pm |
%{perl_vendorarch}/Coro/Channel.pm |
123 |
%files AnyEvent |
%files AnyEvent |
124 |
%defattr(-,root,root) |
%defattr(-,root,root) |
125 |
%{perl_vendorarch}/Coro/AnyEvent.pm |
%{perl_vendorarch}/Coro/AnyEvent.pm |
126 |
%{_mandir}/man3/Coro::AnyEvent* |
%{_mandir}/man3/Coro::AnyEvent* |
|
|
|
|
|
|