Name: perl-NTLM Version: 1.09 Release: 1%{?dist}.art Summary: NTLM Perl module License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/NTLM/ Source0: http://search.cpan.org/CPAN/authors/id/N/NB/NBEBOUT/NTLM-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) perl(Digest::HMAC_MD5) BuildRequires: perl(Test::More) perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module provides methods to use NTLM authentication. It can be used as an authenticate method with the Mail::IMAPClient module to perform the challenge/response mechanism for NTLM connections or it can be used on its own for NTLM authentication with other protocols (eg. HTTP). %prep %setup -q -n NTLM-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Thu Sep 8 2011 Nick Bebout - 1.09-1 - Upgrade to 1.09 * Mon Jun 20 2011 Marcela Mašláňová - 1.08-2 - Perl mass rebuild * Wed Apr 6 2011 Nick Bebout 1.08-1 - Revert fix for 1 bug because it breaks make test * Wed Apr 6 2011 Nick Bebout 1.07-1 - Fix 2 bugs, relicense as GPL+ or Artistic * Thu Mar 24 2011 Nick Bebout 1.05-3 - Add perl(Digest::HMAC_MD5) to BuildRequires * Fri Mar 18 2011 Nick Bebout 1.05-2 - Remove HMAC_MD5 from Requires and BuildRequires - Add Test::Pod to BuildRequires - Add licensing email to docs - Use macro for version * Wed Feb 16 2011 Nick Bebout 1.05-1 - Specfile autogenerated by cpanspec 1.78.