fix missing BR on Test::More

This commit is contained in:
Tom Callaway 2009-03-13 21:30:31 +00:00
parent b3778adcec
commit 4b2bbf7cd2

View File

@ -1,6 +1,6 @@
Name: perl-Mail-Sender
Version: 0.8.16
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Module for sending mails with attachments through an SMTP server
Group: Development/Libraries
@ -13,7 +13,7 @@ Source0: http://www.cpan.org/authors/id/J/JE/JENDA/Mail-Sender-%{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::More)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
@ -60,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Fri Mar 13 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 0.8.16-2
- missing BR on Test::More
* Fri Mar 13 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 0.8.16-1
- update to 0.8.16