]> git.pld-linux.org Git - packages/php-pecl-sasl.git/blame - php-pecl-sasl.spec
- superfluous BR libtool removed
[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
9b3ecba9
AG
17BuildRequires: php-devel
18Requires: php-common
19Obsoletes: php-pear-%{_modname}
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%define _sysconfdir /etc/php
23%define extensionsdir %{_libdir}/php
24
25%description
26SASL is the Simple Authentication and Security Layer (as defined by
27RFC 2222). It provides a system for adding plugable authenticating
f735bf96 28support to connection-based protocols. The SASL extension for PHP
9b3ecba9
AG
29makes the Cyrus SASL library functions available to PHP. It aims to
30provide a 1-to-1 wrapper around the SASL library to provide the
31greatest amount of implementation flexibility. To that end, it is
32possible to build both a client-side and server-side SASL
33implementation entirely in PHP.
34
35In PECL status of this extension is: %{_status}.
36
241d2ddc
JB
37%description -l pl
38