Rebuild for FC5 (perl 5.8.8).

This commit is contained in:
Jose Pedro Oliveira 2006-02-17 19:55:58 +00:00
parent 1f9c5e31bb
commit dda7aa0897

View File

@ -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 <jpo at di.uminho.pt> - 2.09-4
- Rebuild for FC5 (perl 5.8.8).
* Sat May 14 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.09-3
- Add dist tag.