File perl-Authen-SASL.spec of Package perl-Authen-SASL

#
# spec file for package perl-Authen-SASL (Version 2.12)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild


Name:           perl-Authen-SASL
BuildRequires:  perl-Digest-HMAC
Version:        2.12
Release:        1
Requires:       perl = %{perl_version}
AutoReqProv:    on
Group:          Development/Libraries/Perl
License:        Artistic License
Url:            http://www.cpan.org/modules/by-module/Authen/
Summary:        SASL Authentication framework
Source:         Authen-SASL-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
SASL is a generic mechanism for authentication used by several network
protocols. Authen::SASL provides an implementation framework that all
protocols should be able to share.

The framework allows different implementations of the connection class
to be plugged in. At the time of writing there were two such plugins.



Authors:
--------
    Graham Barr <gbarr@pobox.com>

%prep
%setup -n Authen-SASL-%{version} -q

%build
perl Makefile.PL
make
make test

%install
%perl_make_install
%perl_process_packlist

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-, root, root)
%doc Changes api.txt example_pl
%doc %{_mandir}/man?/*
%{perl_vendorlib}/Authen
%{perl_vendorarch}/auto/Authen
/var/adm/perl-modules/%{name}

%changelog
* Fri Jul 25 2008 anicka@suse.cz
- update to 2.12
  * GSSAPI implement protocol according to RFC, but by default,
  remain compatible with cyrus sasl lib
  * DIGEST-MD5 implement channel encryption layer
* Thu Jun 19 2008 anicka@suse.cz
- update to 2.11
  * implement securesocket() in the ::Perl set of plugins
  * fix parsing challenges from GnuSASL
  * update tests for DIGEST-MD5
  * New test from Phil Pennock for testing final server response
* Thu Jul 13 2006 anicka@suse.cz
- update to 2.10
  * Added Authen::SASL::Perl::GSSAPI
  * Added error method to Authen::SASL to obtain error
  from last connection
  * bugfixes
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Wed Jul 27 2005 mt@suse,de
- update to 2.09
* Fri Aug 13 2004 mjancar@suse.cz
- update to 2.08
* Tue Mar 02 2004 mjancar@suse.cz
- add perl-Digest-HMAC to neededforbuild
* Thu Feb 26 2004 mjancar@suse.cz
- update to 2.06
* Wed Oct 22 2003 mjancar@suse.cz
- update to 2.05
* Fri Aug 22 2003 mjancar@suse.cz
- require the perl version we build with
* Tue Jul 15 2003 mjancar@suse.cz
- adapt to perl-5.8.1
- use %%perl_process_packlist
* Wed Jun 18 2003 mjancar@suse.cz
- update to 2.04
- fix filelist
* Tue May 20 2003 mjancar@suse.cz
- remove unpackaged files
* Sat Dec 28 2002 prehak@suse.cz
- initial version 2.02 of this package
openSUSE Build Service is sponsored by