Name: perl-Catalyst-Authentication-Credential-HTTP Version: 1.011 Release: 1%{?dist} Summary: HTTP Basic and Digest authentication for Catalyst License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Authentication-Credential-HTTP/ Source0: http://www.cpan.org/authors/id/D/DH/DHOSS/Catalyst-Authentication-Credential-HTTP-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Catalyst::Plugin::Authentication) >= 0.10000 BuildRequires: perl(Catalyst::Runtime) BuildRequires: perl(Class::Accessor::Fast) BuildRequires: perl(Data::UUID) >= 0.11 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(String::Escape) BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::MockObject) BuildRequires: perl(URI::Escape) Requires: perl(Catalyst::Plugin::Authentication) >= 0.10000 Requires: perl(Catalyst::Runtime) Requires: perl(Class::Accessor::Fast) Requires: perl(Data::UUID) >= 0.11 Requires: perl(String::Escape) Requires: perl(Test::Exception) Requires: perl(Test::MockObject) Requires: perl(URI::Escape) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module lets you use HTTP authentication with Catalyst::Plugin::Authentication. Both basic and digest authentication are currently supported. %prep %setup -q -n Catalyst-Authentication-Credential-HTTP-%{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 Todo %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sun Sep 13 2009 Dave Cross 1.011-1 - Specfile autogenerated by cpanspec 1.78.