Author: arekm                        Date: Sat Nov 18 17:15:49 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
up to 0.9.5

---- Files affected:
SPECS:
   php4-eaccelerator.spec (1.31 -> 1.32) 

---- Diffs:

================================================================
Index: SPECS/php4-eaccelerator.spec
diff -u SPECS/php4-eaccelerator.spec:1.31 SPECS/php4-eaccelerator.spec:1.32
--- SPECS/php4-eaccelerator.spec:1.31   Fri Nov  3 00:09:09 2006
+++ SPECS/php4-eaccelerator.spec        Sat Nov 18 18:15:42 2006
@@ -5,13 +5,13 @@
 Summary:       eAccelerator module for PHP
 Summary(pl):   ModuĊ‚ eAccelerator dla PHP
 Name:          php4-%{_name}
-Version:       0.9.4
-Release:       3
+Version:       0.9.5
+Release:       1
 License:       GPL
 Vendor:                Turck Software
 Group:         Libraries
 Source0:       
http://dl.sourceforge.net/eaccelerator/%{_name}-%{version}.tar.bz2
-# Source0-md5: e9143a592b2b8e2e0f9aed2d00df03ce
+# Source0-md5: dad54af67488b83a2af6e30f661f613b
 Source1:       %{name}.ini
 URL:           http://eaccelerator.sourceforge.net/
 BuildRequires: php4-devel >= 3:4.1
@@ -65,8 +65,11 @@
 phpize
 %configure \
        --enable-eaccelerator=shared \
-       --with-eaccelerator-userid=http \
-       --with-php-config=%{_bindir}/php-config
+        --with-eaccelerator-shared-memory \
+        --with-eaccelerator-sessions \
+        --with-eaccelerator-content-caching \
+        --with-eaccelerator-userid=http \
+        --with-php-config=%{_bindir}/php-config
 %{__make}
 
 %install
@@ -75,10 +78,11 @@
 
 install ./modules/eaccelerator.so $RPM_BUILD_ROOT%{extensionsdir}
 install ./encoder.php $RPM_BUILD_ROOT%{_bindir}
-install ./eaccelerator_password.php $RPM_BUILD_ROOT%{_bindir}
-install ./eaccelerator.php $RPM_BUILD_ROOT%{_bindir}
 install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/%{_name}.ini
 
+install -d $RPM_BUILD_ROOT/home/services/httpd/html/eaccelerator
+cp -a doc/php/* $RPM_BUILD_ROOT/home/services/httpd/html/eaccelerator
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -108,8 +112,7 @@
 
 %files webinterface
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/eaccelerator.php
-%attr(755,root,root) %{_bindir}/eaccelerator_password.php
+/home/services/httpd/html/eaccelerator
 
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -117,6 +120,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.32  2006/11/18 17:15:42  arekm
+up to 0.9.5
+
 Revision 1.31  2006/11/02 23:09:09  glen
 - BR rpmmacros for fixed %requires_php_extension
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/php4-eaccelerator.spec?r1=1.31&r2=1.32&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to