Name: perl-Catalyst-Authentication-Credential-HTTP Version: 1.013 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/B/BO/BOBTFISH/Catalyst-Authentication-Credential-HTTP-%{version}.tar.gz BuildArch: noarch BuildRequires: perl(Cache::FileCache) BuildRequires: perl(Catalyst::Plugin::Authentication) >= 0.10005 BuildRequires: perl(Catalyst::Plugin::Cache) 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(Test::More) >= 0.88 BuildRequires: perl(Test::WWW::Mechanize::Catalyst) BuildRequires: perl(URI::Escape) Requires: perl(Catalyst::Plugin::Authentication) >= 0.10005 Requires: perl(Class::Accessor::Fast) Requires: perl(Data::UUID) >= 0.11 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %{?perl_default_filter} %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 make pure_install DESTDIR=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check make test %files %doc Changes README Todo %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Fri Sep 30 2011 Iain Arnell 1.013-1 - Specfile autogenerated by cpanspec 1.78.