]> git.pld-linux.org Git - packages/php-pecl-sasl.git/blame - php-pecl-sasl.spec
- rel 3
[packages/php-pecl-sasl.git] / php-pecl-sasl.spec
CommitLineData
9b3ecba9
AG
1%define _modname sasl
2%define _status alpha
c3a5ebc9
ER
3%define _sysconfdir /etc/php
4%define extensionsdir %(php-config --extension-dir 2>/dev/null)
9b3ecba9 5
f735bf96 6Summary: %{_modname} - Cyrus SASL extension
7Summary(pl): %{_modname} - rozszerzenie Cyrus SASL
9b3ecba9
AG
8Name: php-pecl-%{_modname}
9Version: 0.1.0
dac9ad2c 10Release: 3
9b3ecba9
AG
11License: PHP 2.02
12Group: Development/Languages/PHP
13Source0: http://pecl.php.net/get/%{_modname}-%{version}.tgz
14# Source0-md5: 8431731cc8a7921a2922af23a57a572f
73709d12 15Patch0: %{name}-lib_fix.patch
7265728d 16Patch1: %{name}-lib64_fix.patch
9b3ecba9
AG
17URL: http://pecl.php.net/package/sasl/
18BuildRequires: cyrus-sasl-devel
c3a5ebc9
ER
19BuildRequires: php-devel >= 3:5.0.0
20BuildRequires: rpmbuild(macros) >= 1.238
21%{?requires_php_extension}
22Requires: %{_sysconfdir}/conf.d
9b3ecba9
AG
23Obsoletes: php-pear-%{_modname}
24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
9b3ecba9
AG
26%description
27SASL is the Simple Authentication and Security Layer (as defined by
28RFC 2222). It provides a system for adding plugable authenticating
f735bf96 29support to connection-based protocols. The SASL extension for PHP
9b3ecba9
AG
30makes the Cyrus SASL library functions available to PHP. It aims to
31provide a 1-to-1 wrapper around the SASL library to provide the
32greatest amount of implementation flexibility. To that end, it is
33possible to build both a client-side and server-side SASL
34implementation entirely in PHP.
35
36In PECL status of this extension is: %{_status}.
37
241d2ddc
JB
38%description -l pl
39