diff --git a/perl-ExtUtils-PkgConfig.spec b/perl-ExtUtils-PkgConfig.spec index e9873c6..1e56073 100644 --- a/perl-ExtUtils-PkgConfig.spec +++ b/perl-ExtUtils-PkgConfig.spec @@ -1,6 +1,6 @@ Name: perl-ExtUtils-PkgConfig Version: 1.07 -Release: 5%{?dist}.1 +Release: 5%{?dist}.2 Summary: Simplistic interface to pkg-config Group: Development/Libraries @@ -12,6 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: pkgconfig BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: pkgconfig @@ -58,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Oct 16 2007 Tom "spot" Callaway - 1.07-5.2 +- add BR: perl(Test::More) + * Mon Oct 15 2007 Tom "spot" Callaway - 1.07-5.1 - correct license tag - add BR: perl(ExtUtils::MakeMaker)