From dda7aa08970e3ed58d3d7bf6ba13b0f5b7987394 Mon Sep 17 00:00:00 2001 From: Jose Pedro Oliveira Date: Fri, 17 Feb 2006 19:55:58 +0000 Subject: [PATCH] Rebuild for FC5 (perl 5.8.8). --- perl-Authen-SASL.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/perl-Authen-SASL.spec b/perl-Authen-SASL.spec index fe651f9..8e22d94 100644 --- a/perl-Authen-SASL.spec +++ b/perl-Authen-SASL.spec @@ -1,17 +1,17 @@ Name: perl-Authen-SASL Version: 2.09 -Release: 3%{?dist} +Release: 4%{?dist} Summary: SASL Authentication framework for Perl Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/Authen-SASL/ -Source0: http://www.cpan.org/authors/id/G/GB/GBARR/Authen-SASL-2.09.tar.gz +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, perl(Digest::HMAC) -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description SASL is a generic mechanism for authentication used by several network @@ -36,7 +36,7 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* -%check || : +%check make test @@ -47,11 +47,14 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc api.txt Changes -%{perl_vendorlib}/Authen +%{perl_vendorlib}/Authen/ %{_mandir}/man3/*.3* %changelog +* Fri Feb 17 2006 Jose Pedro Oliveira - 2.09-4 +- Rebuild for FC5 (perl 5.8.8). + * Sat May 14 2005 Jose Pedro Oliveira - 2.09-3 - Add dist tag.