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