[perl-POE-Component-Server-XMLRPC] - Add BR: perl(ExtUtils::MakeMaker) (Fix FTBFS: BZ 661002).

corsepiu corsepiu at fedoraproject.org
Wed Dec 8 17:59:19 UTC 2010


commit 56831ce11834ef20fa4fff07e168091546d4a6f6
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Wed Dec 8 18:58:58 2010 +0100

    - Add BR: perl(ExtUtils::MakeMaker) (Fix FTBFS: BZ 661002).

 perl-POE-Component-Server-XMLRPC.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/perl-POE-Component-Server-XMLRPC.spec b/perl-POE-Component-Server-XMLRPC.spec
index e0898cb..2900e66 100644
--- a/perl-POE-Component-Server-XMLRPC.spec
+++ b/perl-POE-Component-Server-XMLRPC.spec
@@ -1,6 +1,6 @@
 Name:           perl-POE-Component-Server-XMLRPC
 Version:        0.05
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        Publish POE event handlers via XMLRPC over HTTP
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -11,6 +11,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(POE) >= 0.22
 BuildRequires:  perl(XMLRPC::Lite) >= 0.28
 BuildRequires:  perl(POE::Component::Server::HTTP) >= 0.02
@@ -57,6 +58,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Dec 08 2010 Ralf Corsépius <corsepiu at fedoraproject.org> - 0.05-9
+- Add BR: perl(ExtUtils::MakeMaker) (Fix FTBFS: BZ 661002).
+
 * Thu May 06 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.05-8
 - Mass rebuild with perl-5.12.0
 



More information about the perl-devel mailing list