Changes of Revision 8
[-] | Changed | php-xcache.spec |
x 1
2 3 4 Summary: PHP accelerator, optimizer, encoder and dynamic content cacher 5 - 6 Name: php-xcache 7 - 8 Version: %{php_version}_%{module_version} 9 Release: 1 10 License: GPL 11
12 Requires: php = %{php_version} 13 Provides: php-zend_extension 14 BuildRequires: php, php-devel, sed 15 - 16 -BuildRequires: autoconf, automake, libtool 17 - 18 +BuildRequires: autoconf, automake, libtool 19 Source0: xcache-%{module_version}.tar.bz2 20 21 %description 22
23 %defattr(-, root, root, 0755) 24 %doc xcache.ini admin/ 25 %config(noreplace) %{_sysconfdir}/php.d/xcache.ini 26 -#%config %{_sysconfdir}/php.d/xcache.ini 27 %{php_extdir}/xcache.so 28 %{_var}/www/html/xcache/* 29 30 |