dd7913a
Name:           perl-Authen-SASL
7ff8b36
Version:        2.10
43a4cd1
Release:        1%{?dist}.1
dd7913a
Summary:        SASL Authentication framework for Perl
dd7913a
dd7913a
Group:          Development/Libraries
51b3736
License:        GPL+ or Artistic
dd7913a
URL:            http://search.cpan.org/dist/Authen-SASL/
dda7aa0
Source0:        http://www.cpan.org/authors/id/G/GB/GBARR/Authen-SASL-%{version}.tar.gz
dd7913a
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
dd7913a
dd7913a
BuildArch:      noarch
7ff8b36
BuildRequires:  perl >= 1:5.6.1
43a4cd1
BuildRequires:  perl(ExtUtils::MakeMaker)
7ff8b36
BuildRequires:  perl(Digest::HMAC)
7ff8b36
BuildRequires:  perl(GSSAPI)
dda7aa0
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
dd7913a
dd7913a
%description
dd7913a
SASL is a generic mechanism for authentication used by several network
dd7913a
protocols. Authen::SASL provides an implementation framework that all
dd7913a
protocols should be able to share.
dd7913a
dd7913a
dd7913a
%prep
dd7913a
%setup -q -n Authen-SASL-%{version}
dd7913a
dd7913a
dd7913a
%build
dd7913a
%{__perl} Makefile.PL INSTALLDIRS=vendor
dd7913a
make %{?_smp_mflags}
dd7913a
dd7913a
dd7913a
%install
dd7913a
rm -rf $RPM_BUILD_ROOT
dd7913a
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
dd7913a
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
dd7913a
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
dd7913a
chmod -R u+w $RPM_BUILD_ROOT/*
dd7913a
dd7913a
dda7aa0
%check
dd7913a
make test
dd7913a
dd7913a
dd7913a
%clean
dd7913a
rm -rf $RPM_BUILD_ROOT
dd7913a
dd7913a
dd7913a
%files
dd7913a
%defattr(-,root,root,-)
dd7913a
%doc api.txt Changes
dda7aa0
%{perl_vendorlib}/Authen/
dd7913a
%{_mandir}/man3/*.3*
dd7913a
dd7913a
dd7913a
%changelog
43a4cd1
* Mon Oct 15 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 2.10-1.1
43a4cd1
- correct license tag
43a4cd1
- add BR: perl(ExtUtils::MakeMaker)
43a4cd1
7ff8b36
* Sat Apr 22 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.10-1
7ff8b36
- Update to 2.10.
7ff8b36
dda7aa0
* Fri Feb 17 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.09-4
dda7aa0
- Rebuild for FC5 (perl 5.8.8).
dda7aa0
1f9c5e3
* Sat May 14 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.09-3
1f9c5e3
- Add dist tag.
1f9c5e3
5e8e318
* Tue Apr 26 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.09-2
5e8e318
- Update to 2.09.
5e8e318
8a194ba
* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
8a194ba
- rebuilt
8a194ba
dd7913a
* Mon Apr  4 2005 Ville Skyttä <ville.skytta at iki.fi> - 2.08-1
dd7913a
- Drop Epoch: 0 and 0.fdr release prefix.
dd7913a
dd7913a
* Wed Jul 21 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:2.08-0.fdr.1
dd7913a
- Update to 2.08.
dd7913a
- Bring up to date with current fedora.us Perl spec template.
dd7913a
dd7913a
* Fri Jan 30 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:2.06-0.fdr.1
dd7913a
- First build.