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