SPECS: php-eaccelerator.spec - packaged eLoader and more docs

gotar gotar at pld-linux.org
Sat Jun 9 01:39:51 CEST 2007


Author: gotar                        Date: Fri Jun  8 23:39:51 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- packaged eLoader and more docs

---- Files affected:
SPECS:
   php-eaccelerator.spec (1.54 -> 1.55) 

---- Diffs:

================================================================
Index: SPECS/php-eaccelerator.spec
diff -u SPECS/php-eaccelerator.spec:1.54 SPECS/php-eaccelerator.spec:1.55
--- SPECS/php-eaccelerator.spec:1.54	Sat Jun  9 01:17:44 2007
+++ SPECS/php-eaccelerator.spec	Sat Jun  9 01:39:46 2007
@@ -71,15 +71,22 @@
 	--with-eaccelerator-sessions \
 	--with-eaccelerator-content-caching \
 	--with-eaccelerator-userid=http \
-	--with-php-config=%{_bindir}/php-config
+	--with-php-config=%{_bindir}/php-config \
+	%{?debug:--with-eaccelerator-debug}
+%{__make}
+
+cd eLoader
+./autogen.sh
+%configure
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{php_extensiondir},%{_bindir},%{php_sysconfdir}/conf.d,/var/cache/%{_name},/etc/tmpwatch}
 
-install ./modules/eaccelerator.so $RPM_BUILD_ROOT%{php_extensiondir}
-install ./encoder.php $RPM_BUILD_ROOT%{_bindir}
+install modules/eaccelerator.so $RPM_BUILD_ROOT%{php_extensiondir}
+install eLoader/modules/eloader.so $RPM_BUILD_ROOT%{php_extensiondir}
+install encoder.php $RPM_BUILD_ROOT%{_bindir}
 install %{SOURCE1} $RPM_BUILD_ROOT%{php_sysconfdir}/conf.d/%{_name}.ini
 
 install -d $RPM_BUILD_ROOT/home/services/httpd/html/eaccelerator
@@ -106,10 +113,11 @@
 
 %files
 %defattr(644,root,root,755)
-%doc README
+%doc AUTHORS ChangeLog NEWS README README.eLoader
 %config(noreplace) %verify(not md5 mtime size) %{php_sysconfdir}/conf.d/%{_name}.ini
 %config(noreplace) %verify(not md5 mtime size) /etc/tmpwatch/%{name}.conf
 %attr(755,root,root) %{php_extensiondir}/eaccelerator.so
+%attr(755,root,root) %{php_extensiondir}/eloader.so
 %attr(755,root,root) %{_bindir}/encoder.php
 %attr(770,root,http) /var/cache/%{_name}
 
@@ -123,6 +131,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.55  2007/06/08 23:39:46  gotar
+- packaged eLoader and more docs
+
 Revision 1.54  2007/06/08 23:17:44  gotar
 - upgraded to 0.9.5.1
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/php-eaccelerator.spec?r1=1.54&r2=1.55&f=u



More information about the pld-cvs-commit mailing list