Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37831235
en ru br
ALT Linux repos
S:1.2.0-alt3
5.0: 1.2.0-alt3
4.1: 1.2.0-alt2

Group :: Development/Other
RPM: pear-Auth_PrefManager

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define pear_name Auth_PrefManager

Name: pear-Auth_PrefManager
Version: 1.2.0
Release: alt2

Summary: Preferences management class

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

Packager: Vitaly Lipatov <lav at altlinux.ru>

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

BuildArchitectures: noarch

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

Requires: pear-DB >= 1.7.0, pear-core >= 1.4.0

%description
Preference Manager is a class to handle user preferences in a web
application, looking them up in a table using a combination of their
userid, and the preference name to get a value, and (optionally) returning
a default value for the preference if no value could be found for that
user.

It is designed to be used alongside the PEAR Auth class, but can be used
with anything that allows you
to obtain the user's id - including your own code.

%prep
%setup -c

%build
%pear_build

%install
%pear_install_std

%post
%register_pear_module

%preun
%unregister_pear_module

%files
%doc LICENSE CHANGELOG
%pear_testdir/Auth_PrefManager/tests
%pear_dir/Auth
%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