Fix BuildRequires

This commit is contained in:
Ian Burrell 2007-08-16 17:53:52 +00:00
parent 3e9fd63f8c
commit 8493de862b

View File

@ -1,6 +1,6 @@
Name: perl-Path-Class Name: perl-Path-Class
Version: 0.16 Version: 0.16
Release: 1%{?dist} Release: 2%{?dist}
Summary: Cross-platform path specification manipulation Summary: Cross-platform path specification manipulation
License: GPL or Artistic License: GPL or Artistic
Group: Development/Libraries Group: Development/Libraries
@ -8,6 +8,7 @@ URL: http://search.cpan.org/dist/Path-Class/
Source0: http://www.cpan.org/modules/by-module/Path/Path-Class-%{version}.tar.gz Source0: http://www.cpan.org/modules/by-module/Path/Path-Class-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch BuildArch: noarch
BuildRequires: perl(Test::More)
BuildRequires: perl(Module::Build) BuildRequires: perl(Module::Build)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@ -46,5 +47,8 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Thu Aug 16 2007 Ian Burrell <ianburrell@gmail.com> - 0.16-2
- Fix BuildRequires
* Mon Jan 29 2007 Ian Burrell <ianburrell@gmail.com> 0.16-1 * Mon Jan 29 2007 Ian Burrell <ianburrell@gmail.com> 0.16-1
- Specfile autogenerated by cpanspec 1.69.1. - Specfile autogenerated by cpanspec 1.69.1.