From 9e9c600164bf073667511448c33f7d12f7f2e7d0 Mon Sep 17 00:00:00 2001 From: Ian Burrell Date: Thu, 16 Aug 2007 16:56:15 +0000 Subject: [PATCH] Fix BuildRequires --- perl-File-chdir.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/perl-File-chdir.spec b/perl-File-chdir.spec index aa649d2..730b193 100644 --- a/perl-File-chdir.spec +++ b/perl-File-chdir.spec @@ -1,12 +1,14 @@ Name: perl-File-chdir Version: 0.06 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A more sensible way to change directories License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/File-chdir/ Source0: http://www.cpan.org/modules/by-module/File/File-chdir-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(Test::More) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -46,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Thu Aug 16 2007 Ian M. Burrell - 0.06-3 +- Fix BuildRequires + * Tue Jun 27 2006 Ian M. Burrell - 0.06-2 - Fix rpmlint warnings