]> git.pld-linux.org Git - packages/php-pecl-APC.git/blame - php-pecl-APC.spec
- install APC all SAPI-s but CLI, CGI; rel 2
[packages/php-pecl-APC.git] / php-pecl-APC.spec
CommitLineData
ddf28ae8
ER
1# TODO
2# - segfaults CLI
674c666c
ER
3# - maybe related:
4# - http://pecl.php.net/bugs/bug.php?id=7141
5# - http://pecl.php.net/bugs/bug.php?id=7261
6# - http://pecl.php.net/bugs/bug.php?id=7762
7515e84d
AG
7%define _modname APC
8%define _status stable
e3079ee8
ER
9%define _sysconfdir /etc/php
10%define extensionsdir %(php-config --extension-dir 2>/dev/null)
7515e84d 11Summary: %{_modname} - Alternative PHP Cache
97cb589b 12Summary(pl): %{_modname} - alternatywne cache PHP
7515e84d 13Name: php-pecl-%{_modname}
81d5f6a2 14Version: 3.0.11
674c666c 15Release: 2
aecf8506 16License: PHP
7515e84d
AG
17Group: Development/Languages/PHP
18Source0: http://pecl.php.net/get/%{_modname}-%{version}.tgz
81d5f6a2 19# Source0-md5: 4d4481ba7be4245320083b9b254d6d79
7515e84d 20URL: http://pecl.php.net/package/APC/
e3079ee8 21BuildRequires: php-devel >= 3:5.0.0
f9c002e3 22BuildRequires: rpmbuild(macros) >= 1.254
0838462f 23%{?requires_php_extension}
e3079ee8 24Requires: %{_sysconfdir}/conf.d
7515e84d
AG
25Obsoletes: php-pear-%{_modname}
26BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
7515e84d 28%description
97cb589b
JB
29APC is the Alternative PHP Cache. It was conceived of to provide a
30free, open, and robust framework for caching and optimizing PHP
31intermediate code.
7515e84d 32
4a26397c 33In PECL status of this package is: %{_status}.
7515e84d 34
97cb589b
JB
35%description -l pl
36