Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37537491
en ru br
ALT Linux repos
S:1.6.4-alt1
5.0: 1.6.1-alt1
4.1: 1.5.4-alt2

Group :: Development/Other
RPM: pear-Auth

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define pear_name Auth

Name: pear-Auth
Version: 1.5.4
Release: alt2

Summary: Creating an authentication system

License: PHP License
Group: Development/Other
Url: http://pear.php.net/package/Auth

Packager: Vitaly Lipatov <lav at altlinux.ru>

Source: http://pear.php.net/get/Auth-%version.tar.bz2

BuildArchitectures: noarch

Requires: pear-core
BuildRequires: pear-core rpm-build-pear

%description
The PEAR::Auth package provides methods for creating an authentication
system using PHP.

Currently it supports the following storage containers to read/write
the login data:

* All databases supported by the PEAR database layer
* All databases supported by the MDB database layer
* All databases supported by the MDB2 database layer
* Plaintext files
* LDAP servers
* POP3 servers
* IMAP servers
* vpopmail accounts
* RADIUS
* SAMBA password files
* SOAP (Using either PEAR SOAP package or PHP5 SOAP extension)
* PEAR website
* Kerberos V servers
* SAP servers

%prep
%setup -c

%build
%pear_build

%install
%pear_install_std

%post
%register_pear_module

%preun
%unregister_pear_module

%files
%doc LICENSE CHANGELOG
%pear_dir/Auth
%pear_testdir/Auth/
%pear_dir/Auth.php
%pear_docdir/%pear_name/
%pear_xmldir/%pear_name.xml

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin