diff --git a/perl-Mail-Sendmail.spec b/perl-Mail-Sendmail.spec index a7b77d0..64afe93 100644 --- a/perl-Mail-Sendmail.spec +++ b/perl-Mail-Sendmail.spec @@ -1,15 +1,16 @@ Name: perl-Mail-Sendmail Version: 0.79 -Release: 9%{?dist} +Release: 9%{?dist}.1 Summary: Simple platform independent mailer for Perl -License: Distributable +License: Copyright only Group: Development/Libraries URL: http://search.cpan.org/dist/Mail-Sendmail/ Source0: http://www.cpan.org/authors/id/M/MI/MIVKOVIC/Mail-Sendmail-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # Not picked up automatically. Requires: perl(MIME::QuotedPrint) @@ -55,6 +56,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Oct 16 2007 Tom "spot" Callaway - 0.79-9.1 +- correct license tag +- add BR: perl(ExtUtils::MakeMaker) + * Fri Sep 8 2006 Jose Pedro Oliveira - 0.79-9 - Rebuild for FC6.