Fix BuildRequires

This commit is contained in:
Ian Burrell 2007-08-16 16:56:15 +00:00
parent 2853fa3768
commit 9e9c600164

View File

@ -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 <ianburrell@gmail.com> - 0.06-3
- Fix BuildRequires
* Tue Jun 27 2006 Ian M. Burrell <ianburrell@gmail.com> - 0.06-2
- Fix rpmlint warnings