]> git.pld-linux.org Git - packages/php-pecl-sasl.git/blame_incremental - php-pecl-sasl.spec
- rel 3
[packages/php-pecl-sasl.git] / php-pecl-sasl.spec
... / ...
CommitLineData
1%define _modname sasl
2%define _status alpha
3%define _sysconfdir /etc/php
4%define extensionsdir %(php-config --extension-dir 2>/dev/null)
5
6Summary: %{_modname} - Cyrus SASL extension
7Summary(pl): %{_modname} - rozszerzenie Cyrus SASL
8Name: php-pecl-%{_modname}
9Version: 0.1.0
10Release: 3
11License: PHP 2.02
12Group: Development/Languages/PHP
13Source0: http://pecl.php.net/get/%{_modname}-%{version}.tgz
14# Source0-md5: 8431731cc8a7921a2922af23a57a572f
15Patch0: %{name}-lib_fix.patch
16Patch1: %{name}-lib64_fix.patch
17URL: http://pecl.php.net/package/sasl/
18BuildRequires: cyrus-sasl-devel
19BuildRequires: php-devel >= 3:5.0.0
20BuildRequires: rpmbuild(macros) >= 1.238
21%{?requires_php_extension}
22Requires: %{_sysconfdir}/conf.d
23Obsoletes: php-pear-%{_modname}
24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26%description
27SASL is the Simple Authentication and Security Layer (as defined by
28RFC 2222). It provides a system for adding plugable authenticating
29support to connection-based protocols. The SASL extension for PHP
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
38%description -l pl
39