]> git.pld-linux.org Git - packages/php-pecl-sasl.git/blame - php-pecl-sasl.spec
- rebuild with zts and debug requires
[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)
f735bf96 5Summary: %{_modname} - Cyrus SASL extension
6Summary(pl): %{_modname} - rozszerzenie Cyrus SASL
9b3ecba9
AG
7Name: php-pecl-%{_modname}
8Version: 0.1.0
95b226e0 9Release: 4
9b3ecba9
AG
10License: PHP 2.02
11Group: Development/Languages/PHP
12Source0: http://pecl.php.net/get/%{_modname}-%{version}.tgz
13# Source0-md5: 8431731cc8a7921a2922af23a57a572f
73709d12 14Patch0: %{name}-lib_fix.patch
7265728d 15Patch1: %{name}-lib64_fix.patch
9b3ecba9
AG
16URL: http://pecl.php.net/package/sasl/
17BuildRequires: cyrus-sasl-devel
c3a5ebc9 18BuildRequires: php-devel >= 3:5.0.0
95b226e0 19BuildRequires: rpmbuild(macros) >= 1.254
c3a5ebc9
ER
20%{?requires_php_extension}
21Requires: %{_sysconfdir}/conf.d
9b3ecba9
AG
22Obsoletes: php-pear-%{_modname}
23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
9b3ecba9
AG
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