]> git.pld-linux.org Git - packages/php-pecl-sasl.git/blame - php-pecl-sasl.spec
- pl desc
[packages/php-pecl-sasl.git] / php-pecl-sasl.spec
CommitLineData
9b3ecba9
AG
1%define _modname sasl
2%define _status alpha
3
f735bf96 4Summary: %{_modname} - Cyrus SASL extension
5Summary(pl): %{_modname} - rozszerzenie Cyrus SASL
9b3ecba9
AG
6Name: php-pecl-%{_modname}
7Version: 0.1.0
510a0212 8Release: 2
9b3ecba9
AG
9License: PHP 2.02
10Group: Development/Languages/PHP
11Source0: http://pecl.php.net/get/%{_modname}-%{version}.tgz
12# Source0-md5: 8431731cc8a7921a2922af23a57a572f
73709d12 13Patch0: %{name}-lib_fix.patch
7265728d 14Patch1: %{name}-lib64_fix.patch
9b3ecba9
AG
15URL: http://pecl.php.net/package/sasl/
16BuildRequires: cyrus-sasl-devel
17BuildRequires: libtool
18BuildRequires: php-devel
19Requires: php-common
20Obsoletes: php-pear-%{_modname}
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%define _sysconfdir /etc/php
24%define extensionsdir %{_libdir}/php
25
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