# This is the apache userid, used for sysvipc semaphores which is the default # on ppc since spinlock is not detected (not supported?) # We also use it for the default ownership of the cache directory %global apache 48 %global gitver 42067ac %global cache %{_var}/cache/php-eaccelerator Summary: PHP accelerator, optimizer, encoder and dynamic content cacher Name: php-eaccelerator Version: 1.0 Release: 0.2.git%{gitver}%{?dist} Epoch: 1 # The eaccelerator module itself is GPLv2+ # The PHP control panel is under the Zend license (control.php and dasm.php) License: GPLv2+ and Zend Group: Development/Languages URL: http://eaccelerator.net/ # github.com/eaccelerator/eaccelerator/tarvall/42067ac7e2d55caa5d060580489f5043357ffbe2 Source0: eaccelerator-eaccelerator-%{gitver}.tar.gz Source1: %{name}.cron # Fix packaging directory path Patch0: %{name}-config.patch # Try to improves cache management # https://github.com/eaccelerator/eaccelerator/pull/17 Patch1: %{name}-cache.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: php-devel >= 5.1.0 # Required by phpize BuildRequires: autoconf, automake, libtool # ABI check is not enough for this extension (http://eaccelerator.net/ticket/438) Requires: php-common%{?_isa} = %{php_version} # Required by our cleanup cron job Requires: tmpwatch Conflicts: php-mmcache, php-pecl-apc, php-xcache # Other third party repo stuff Obsoletes: php53-eaccelerator Obsoletes: php53u-eaccelerator %if "%{php_version}" > "5.4" Obsoletes: php54-eaccelerator %endif # Filter private shared object %{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$} %{?filter_setup} %description eAccelerator is a free open-source PHP accelerator & optimizer. It increases the performance of PHP scripts by caching them in their compiled state, so that the overhead of compiling is almost completely eliminated. It also optimizes scripts to speed up their execution. eAccelerator typically reduces server load and increases the speed of your PHP code by 1-10 times. eAccelerator stores compiled PHP scripts in shared memory and executes code directly from it. It creates locks only for a short time, while searching for a compiled PHP script in the cache, so one script can be executed simultaneously by several engines. Files that can't fit in shared memory are cached on disk only. eAccelerator was born in December 2004 as a fork of the Turck MMCache project. Turck MMCache was created by Dmitry Stogov and much of the eAccelerator code is still based on his work. %prep %setup -q -c cp %{SOURCE1} . cat >httpd.conf </dev/null || : fi %post # We don't want to require "httpd" in case PHP is used with some other web # server or without any, but we do want the owner of this directory to default # to apache for a working "out of the box" experience on the most common setup. # # We can't store numeric ownerships in %%files and have it work, so "fix" here, # but only change the ownership if it's the current user (which is root), which # allows users to manually change ownership and not have it change back. if [ ! -d %{cache}/%{apache} ] then # Create the ghost'ed directory with default ownership and mode mkdir -p %{cache}/%{apache} chown %{apache}:%{apache} %{cache}/%{apache} chmod 0750 %{cache} fi # Please remember to empty your eAccelerator disk cache # when upgrading, otherwise things will break! rm -rf %{cache}/*/* &>/dev/null || : %check # Check if the built extensions can be loaded %{__php} -n \ -d zend_extension=%{buildroot}%{php_extdir}/eaccelerator.so \ -m | grep eAccelerator %{__ztsphp} -n \ -d zend_extension=%{buildroot}%{php_ztsextdir}/eaccelerator.so \ -m | grep eAccelerator %files %defattr(-,root,root,-) %doc nts/{AUTHORS,ChangeLog,COPYING,NEWS,README} %doc nts/*.php %{_sysconfdir}/cron.daily/%{name} %config(noreplace) %{_sysconfdir}/httpd/conf.d/%{name}.conf %config(noreplace) %{php_inidir}/eaccelerator.ini %config(noreplace) %{php_ztsinidir}/eaccelerator.ini %{php_extdir}/eaccelerator.so %{php_ztsextdir}/eaccelerator.so # We need this hack, as otherwise rpm resets ownership upon package upgrade %dir %{cache} %ghost %{cache}/%{apache} %changelog * Sun Sep 9 2012 Remi Collet - 1:1.0-0.2.git42067ac - try to improve cache management * Sat Sep 8 2012 Remi Collet - 1:1.0-0.1.git42067ac - update to 1.0-dev for php 5.4 * Thu Aug 16 2012 Remi Collet - 1:0.9.6.1-17 - rebuild against PHP 5.3.16 * Fri Jul 20 2012 Remi Collet - 1:0.9.6.1-16 - rebuild against PHP 5.3.15 * Thu Jun 14 2012 Remi Collet - 1:0.9.6.1-15 - rebuild against PHP 5.3.14 * Wed May 09 2012 Remi Collet - 1:0.9.6.1-14 - rebuild against PHP 5.3.13 * Thu May 03 2012 Remi Collet - 1:0.9.6.1-13 - rebuild against PHP 5.3.12 * Fri Apr 27 2012 Remi Collet - 1:0.9.6.1-12 - rebuild against PHP 5.3.11 * Fri Feb 03 2012 Remi Collet - 1:0.9.6.1-11 - rebuild against PHP 5.3.10 * Tue Jan 10 2012 Remi Collet - 1:0.9.6.1-10 - rebuild against PHP 5.3.9 - add ZTS build * Tue Aug 23 2011 Remi Collet - 1:0.9.6.1-9 - rebuild against PHP 5.3.8 * Thu Aug 18 2011 Remi Collet - 1:0.9.6.1-8 - rebuild against PHP 5.3.7 - add filter (to avoid private-shared-object-provides) * Wed Jul 13 2011 Matthias Saou 1:0.9.6.1-7 - Add missing tmpwatch requirement (#711236). - Stop using macros for simple commands, following recent guidelines changes. * Thu Mar 17 2011 Remi Collet - 1:0.9.6.1-6 - rebuild against PHP 5.3.6 * Wed Feb 09 2011 Fedora Release Engineering - 1:0.9.6.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Sat Jan 08 2011 Remi Collet - 1:0.9.6.1-4 - allow relocation with %%{phpname} macro * Sat Jan 08 2011 Remi Collet - 1:0.9.6.1-4 - rebuild against PHP 5.3.5 * Sun Aug 08 2010 Remi Collet - 1:0.9.6.1-3 - rebuild against PHP 5.3.4 * Sun Aug 08 2010 Remi Collet - 1:0.9.6.1-2 - strong requires PHP version - rebuild against php 5.3.3 * Sat Jul 03 2010 Remi Collet - 1:0.9.6.1-1 - update to 0.9.6.1 * Sat Feb 06 2010 Remi Collet - 1:0.9.6-1 - add missing %%dist tag * Sat Feb 06 2010 Remi Collet - 1:0.9.6-1 - update to 0.9.6 - add minimal %%check (extension loadable) * Sun Jul 26 2009 Fedora Release Engineering - 1:0.9.6-0.2.svn358 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Tue Jul 14 2009 Remi Collet - 1:0.9.6-0.1.svn358 - rebuild for new PHP 5.3.0 ABI (20090626) - update to latest SVN snapshot - remove shared-memory, sessions and content-caching options * Thu Feb 26 2009 Fedora Release Engineering - 1:0.9.5.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Wed Dec 24 2008 Matthias Saou 1:0.9.5.3-2 - Update default cache dir to be ghosted and take care of creating it and changing default ownership in the %%post scriplet (fixes #443407). * Mon Dec 22 2008 Matthias Saou 1:0.9.5.3-1 - Update to 0.9.5.3. - Include daily cleanup cron job (#470460). * Tue Feb 19 2008 Fedora Release Engineering - Autorebuild for GCC 4.3 * Mon Nov 26 2007 Matthias Saou 1:0.9.5.2-1 - Update to 0.9.5.2. * Wed Aug 22 2007 Matthias Saou 1:0.9.5.1-7 - Rebuild for new BuildID feature. * Sun Aug 12 2007 Matthias Saou 1:0.9.5.1-6 - Change the ifarch ppc* to ifnarch x86(_64) since alpha also needs to be excluded (#251302). * Mon Aug 6 2007 Matthias Saou 1:0.9.5.1-5 - Update License field. * Wed Jul 25 2007 Jeremy Katz - 1:0.9.5.1-4 - rebuild for toolchain bug * Tue Jul 24 2007 Matthias Saou 1:0.9.5.1-3 - Include patch to skip the exact PHP version check, we'll rely on our package's php_zend_api version requirement to "get it right". * Thu Jul 19 2007 Jesse Keating 1:0.9.5.1-2 - Rebuild for new php * Fri Jun 22 2007 Matthias Saou 1:0.9.5.1-1 - Update to 0.9.5.1. - Major spec file cleanup, based on current PHP packaging guidelines. - Set Epoch to 1, since the proper versionning is lower than previously :-( - Remove two upstreamed patches (php52fix and trac187). - Use sed instead of perl for the config file changes. - No longer use dist because we want to use the same package on F-n and n+1.