From 16b7d993a10314f16c0643b47531d08be595fc38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Tue, 6 Nov 2012 15:06:35 +0100 Subject: [PATCH] Add BR perl(ExtUtils::MakeMaker). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcela Mašláňová --- perl-Class-Data-Inheritable.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/perl-Class-Data-Inheritable.spec b/perl-Class-Data-Inheritable.spec index 9250b88..cd2d6ff 100644 --- a/perl-Class-Data-Inheritable.spec +++ b/perl-Class-Data-Inheritable.spec @@ -1,6 +1,6 @@ Name: perl-Class-Data-Inheritable Version: 0.08 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Inheritable, overridable class data Group: Development/Libraries License: GPL+ or Artistic @@ -10,6 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu) BuildArch: noarch BuildRequires: perl(base) BuildRequires: perl(Carp) +BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) >= 1.00 BuildRequires: perl(Test::Pod::Coverage) >= 1.00 @@ -46,6 +47,9 @@ rm -rf %{buildroot} %{_mandir}/man3/Class::Data::Inheritable.3pm* %changelog +* Tue Nov 06 2012 Jitka Plesnikova - 0.08-13 +- Add BR perl(ExtUtils::MakeMaker) + * Tue Jul 24 2012 Paul Howarth - 0.08-12 - BR:/R: perl(Carp) - BR: perl(base)