From 0417b13ce3024392e0d50fd09087b2dbf14a76fe Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Oct 16 2007 21:06:32 +0000 Subject: fix license, br --- diff --git a/perl-Mail-Sender.spec b/perl-Mail-Sender.spec index cae01f9..b8ca8de 100644 --- a/perl-Mail-Sender.spec +++ b/perl-Mail-Sender.spec @@ -1,15 +1,19 @@ Name: perl-Mail-Sender Version: 0.8.13 -Release: 2%{?dist} +Release: 2%{?dist}.1 Summary: Module for sending mails with attachments through an SMTP server Group: Development/Libraries -License: Distributable +# There is also a clause which says that it may not be used for SPAM. +# However, since spamming is illegal in the US, this isn't really a use restriction. +# Instead, its a friendly reminder of the law, so we won't list it here. +License: GPL+ or Artistic URL: http://search.cpan.org/dist/Mail-Sender/ Source0: http://www.cpan.org/authors/id/J/JE/JENDA/Mail-Sender-%{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)) %description @@ -56,6 +60,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Oct 16 2007 Tom "spot" Callaway - 0.8.13-2.1 +- correct license tag +- add BR: perl(ExtUtils::MakeMaker) + * Thu Sep 14 2006 Jose Pedro Oliveira - 0.8.13-2 - Update to 0.8.13.