[perl-POE-Component-DBIAgent] - Add BR: perl(ExtUtils::MakeMaker) (Fix FTBFS: BZ 660827).

corsepiu corsepiu at fedoraproject.org
Wed Dec 8 10:40:50 UTC 2010


commit 6190605525a3ad4c8bec0d8b1bc1614bdf522b4e
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Wed Dec 8 11:40:26 2010 +0100

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

 perl-POE-Component-DBIAgent.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/perl-POE-Component-DBIAgent.spec b/perl-POE-Component-DBIAgent.spec
index 371ce63..df53d74 100644
--- a/perl-POE-Component-DBIAgent.spec
+++ b/perl-POE-Component-DBIAgent.spec
@@ -1,6 +1,6 @@
 Name:           perl-POE-Component-DBIAgent
 Version:        0.26
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        POE Component for running asynchronous DBI calls
 # see tail of DBIAgent.pm
 License:        GPL+ or Artistic
@@ -10,6 +10,7 @@ Source0:        http://www.cpan.org/authors/id/R/RD/RDB/POE-Component-DBIAgent-%
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
+BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Class::MethodMaker), perl(DBI), perl(POE) >= 0.17
 
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -56,6 +57,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Wed Dec 08 2010 Ralf Corsépius <corsepiu at fedoraproject.org> - 0.26.8
+- Add BR: perl(ExtUtils::MakeMaker) (Fix FTBFS: BZ 660827).
+
 * Thu May 06 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.26-7
 - Mass rebuild with perl-5.12.0
 



More information about the perl-devel mailing list