From 06bcb2a92f145248f308dc45baae6b683ac7b4fa Mon Sep 17 00:00:00 2001 From: Ian Burrell Date: Aug 16 2007 16:29:48 +0000 Subject: fix BuildRequires --- diff --git a/perl-Algorithm-Annotate.spec b/perl-Algorithm-Annotate.spec index a567798..87df121 100644 --- a/perl-Algorithm-Annotate.spec +++ b/perl-Algorithm-Annotate.spec @@ -1,6 +1,6 @@ Name: perl-Algorithm-Annotate Version: 0.10 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Represent a series of changes in annotate form License: GPL or Artistic Group: Development/Libraries @@ -8,6 +8,8 @@ URL: http://search.cpan.org/dist/Algorithm-Annotate/ Source0: http://www.cpan.org/modules/by-module/Algorithm/Algorithm-Annotate-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(Test::More) BuildRequires: perl(Algorithm::Diff) >= 1.15 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -44,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Thu Aug 16 2007 Ian M. Burrell - 0.10-5 +- Add BuildRequires ExtUtils::MakeMaker, Test::More + * Wed Jun 28 2006 Ian M. Burrell - 0.10-4 - Remove requires, %doc