rpms/perl-Mail-Sender/devel perl-Mail-Sender.spec,1.4,1.5

Tom Callaway (spot) fedora-extras-commits at redhat.com
Tue Oct 16 21:07:03 UTC 2007


Author: spot

Update of /cvs/pkgs/rpms/perl-Mail-Sender/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv843/devel

Modified Files:
	perl-Mail-Sender.spec 
Log Message:

fix license, br



Index: perl-Mail-Sender.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Mail-Sender/devel/perl-Mail-Sender.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- perl-Mail-Sender.spec	14 Sep 2006 21:17:52 -0000	1.4
+++ perl-Mail-Sender.spec	16 Oct 2007 21:06:32 -0000	1.5
@@ -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 @@
 
 
 %changelog
+* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa at redhat.com> - 0.8.13-2.1
+- correct license tag
+- add BR: perl(ExtUtils::MakeMaker)
+
 * Thu Sep 14 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.8.13-2
 - Update to 0.8.13.
 




More information about the fedora-extras-commits mailing list