Name: perl-Authen-SASL Version: 2.1401 Release: 2mamba Summary: Authen::SASL - SASL authentication module for PERL Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://www.cpan.org Source: http://www.cpan.org/authors/id/G/GB/GBARR/Authen-SASL-%{version}.tar.gz License: Artistic, GPL Requires: perl >= %perl_major_ver ## AUTOBUILDREQ-BEGIN BuildRequires: perl-devel >= %perl_major_ver BuildRequires: perl-Digest-HMAC BuildRequires: perl-GSSAPI ## AUTOBUILDREQ-END BuildRoot: %{_tmppath}/%{name}-%{version}-root %description SASL authentication module for PERL. %prep %setup -q -n Authen-SASL-%{version} %build perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor %make %make test %install [ "%{buildroot}" != / ] && rm -rf %{buildroot} %makeinstall_perl packlist=`find %{buildroot} -name .packlist` [ -z "$packlist" ] && exit 1 || cat $packlist | \ sed "s,%{buildroot},,g;s,.*/man/.*,&.gz,g" | \ sort -u > .packlist && rm -f $packlist strid=`echo $packlist | sed 's,.*auto\(.*\)/.packlist,\1,'` for dir in `find %{buildroot} -type d | grep $strid`; do echo "%dir ${dir#%buildroot}" >> .packlist done %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files -f .packlist %defattr(-,root,root) %changelog * Sun Oct 24 2010 Davide Madrisan 2.1401-2mamba - rebuild with INSTALLDIRS=vendor * Mon Jun 21 2010 Automatic Build System 2.1401-1mamba - automatic update by autodist * Fri Mar 12 2010 Automatic Build System 2.14-1mamba - automatic update by autodist * Mon Sep 28 2009 Automatic Build System 2.13-1mamba - automatic update by autodist * Mon Nov 03 2008 Silvan Calarco 2.12-2mamba - automatic rebuild by autodist * Wed Aug 20 2008 gil 2.12-1mamba - update to 2.12 * Wed May 10 2006 Stefano Cotta Ramusino 2.09-1qilnx - update to version 2.09 by autospec * Wed Jan 19 2005 Silvan Calarco 2.08-1qilnx - package created by autospec