From 3412ac3cb86c99828c0b1a9674cbda8211758180 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Oct 15 2007 14:55:26 +0000 Subject: Fix license, fix br --- diff --git a/perl-Authen-SASL.spec b/perl-Authen-SASL.spec index 9ce2d61..305e6b8 100644 --- a/perl-Authen-SASL.spec +++ b/perl-Authen-SASL.spec @@ -1,16 +1,17 @@ Name: perl-Authen-SASL Version: 2.10 -Release: 1%{?dist} +Release: 1%{?dist}.1 Summary: SASL Authentication framework for Perl Group: Development/Libraries -License: GPL or Artistic +License: GPL+ or Artistic URL: http://search.cpan.org/dist/Authen-SASL/ Source0: http://www.cpan.org/authors/id/G/GB/GBARR/Authen-SASL-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 1:5.6.1 +BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Digest::HMAC) BuildRequires: perl(GSSAPI) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -54,6 +55,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Oct 15 2007 Tom "spot" Callaway - 2.10-1.1 +- correct license tag +- add BR: perl(ExtUtils::MakeMaker) + * Sat Apr 22 2006 Jose Pedro Oliveira - 2.10-1 - Update to 2.10.