From 81ff11c4f1325fc9db01483c00eae7da94af52df Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Tue, 16 Oct 2007 21:10:36 +0000 Subject: [PATCH] fix license, br --- perl-Mail-Sendmail.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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.