Test::More

This commit is contained in:
Tom Callaway 2007-10-16 14:35:24 +00:00
parent fc711c01c1
commit cbeb176308

View File

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