[perl-Catalyst-Authentication-Credential-HTTP] initial import (rhbz#742549)

Iain Arnell iarnell at fedoraproject.org
Mon Oct 3 14:43:20 UTC 2011


commit 615c39b382b7a1336410fe808ec8540d37347615
Author: Iain Arnell <iarnell at gmail.com>
Date:   Mon Oct 3 16:43:03 2011 +0200

    initial import (rhbz#742549)

 .gitignore                                        |    1 +
 perl-Catalyst-Authentication-Credential-HTTP.spec |   60 +++++++++++++++++++++
 sources                                           |    1 +
 3 files changed, 62 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..509ba45 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Catalyst-Authentication-Credential-HTTP-1.013.tar.gz
diff --git a/perl-Catalyst-Authentication-Credential-HTTP.spec b/perl-Catalyst-Authentication-Credential-HTTP.spec
new file mode 100644
index 0000000..196e2fd
--- /dev/null
+++ b/perl-Catalyst-Authentication-Credential-HTTP.spec
@@ -0,0 +1,60 @@
+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 <iarnell at gmail.com> 1.013-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..4e333f4 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+3e541b17e70cc175a883e260c053f638  Catalyst-Authentication-Credential-HTTP-1.013.tar.gz



More information about the perl-devel mailing list