Don't require POE::Test::Loops on EPEL
This commit is contained in:
parent
e0e5a4402b
commit
962c2b925a
@ -1,6 +1,6 @@
|
||||
Name: perl-POE
|
||||
Version: 1.354
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
Summary: POE - portable multitasking and networking framework for Perl
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -28,7 +28,8 @@ BuildRequires: perl(HTTP::Request)
|
||||
BuildRequires: perl(HTTP::Response)
|
||||
BuildRequires: perl(HTTP::Status)
|
||||
# POE::Test::Loops unsurprisingly requires POE
|
||||
%if 0%{!?perl_bootstrap:1}
|
||||
# ...and it's not in EPEL at the moment
|
||||
%if 0%{!?perl_bootstrap:1} && ! ( 0%{?rhel} )
|
||||
BuildRequires: perl(POE::Test::Loops) >= 1.351
|
||||
%endif
|
||||
BuildRequires: perl(Socket) >= 1.7
|
||||
@ -119,6 +120,9 @@ make test
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Wed May 15 2013 Petr Šabata <contyk@redhat.com> - 1.354-6
|
||||
- Don't require POE::Test::Loops on EPEL
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.354-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user