File perl-Apache2-AuthCookieDBI.spec of Package perl-Apache2-AuthCookieDBI
#
# spec file for package perl-Apache2-AuthCookieDBI (Version 2.03)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: perl-Apache2-AuthCookieDBI
URL: http://search.cpan.org/~matisse/Apache2-AuthCookieDBI/
License: Other License(s), see package
Group: Productivity/Networking/Web/Servers
Requires: perl(Apache2::AuthCookie) >= 3.08 perl-Apache-DBI perl-Date-Calc
Obsoletes: perl-Apache-AuthCookieDBI
Autoreqprov: on
Summary: An AuthCookie module backed by a DBI database.
Version: 2.03
Release: 1
Source: Apache2-AuthCookieDBI-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Apache::AuthCookieDBI is a module that subclasses Apache::AuthCookie
and is designed to be directly used for authentication in a mod_perl
server.
It is a ticket-issuing system that looks up username/passwords in a DBI
database using generic SQL and issues MD5-checksummed tickets valid for
a configurable time period. Incoming requests with tickets are
checksummed and expire-time checked.
Authors:
--------
Jacob Davies <jacob@well.com>
%prep
%setup -n Apache2-AuthCookieDBI-%{version}
# ---------------------------------------------------------------------------
%build
perl Makefile.PL
make
# ---------------------------------------------------------------------------
%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install_vendor
%perl_process_packlist
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc LICENSE MANIFEST Changes techspec.txt generic_reg_auth_scheme.txt README schema.sql eg
%doc %{_mandir}/man?/Apache2::AuthCookieDBI.3pm.gz
%dir %{perl_vendorlib}/Apache2
%{perl_vendorlib}/Apache2/AuthCookieDBI.pm
%dir %{perl_vendorarch}/auto/Apache2
%dir %{perl_vendorarch}/auto/Apache2/AuthCookieDBI
%{perl_vendorarch}/auto/Apache2/AuthCookieDBI/.packlist
/var/adm/perl-modules/%{name}
%changelog -n perl-Apache2-AuthCookieDBI
* Wed Oct 25 2006 - cwh@suse.de
- renamed from perl-Apache-AuthCookieDBI