packages: php/php.spec - use lsapi from litespeedtech.com[1]. It is more re...

pawelz pawelz at pld-linux.org
Sat Oct 16 00:23:20 CEST 2010


Author: pawelz                       Date: Fri Oct 15 22:23:20 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- use lsapi from litespeedtech.com[1]. It is more recent than one bundled with php
  sources. Moreover it is recomended[2] by litespeed support.
- [1] http://comments.gmane.org/gmane.linux.pld.devel.polish/31911
- [2] http://www.litespeedtech.com/support/forum/showthread.php?p=21702
- Author: Paweł Kośka <pawel at viop.pl>

---- Files affected:
packages/php:
   php.spec (1.897 -> 1.898) 

---- Diffs:

================================================================
Index: packages/php/php.spec
diff -u packages/php/php.spec:1.897 packages/php/php.spec:1.898
--- packages/php/php.spec:1.897	Fri Sep 10 21:15:10 2010
+++ packages/php/php.spec	Sat Oct 16 00:23:13 2010
@@ -69,6 +69,7 @@
 
 %define apxs1		/usr/sbin/apxs1
 %define	apxs2		/usr/sbin/apxs
+%define	litespeed_version	5.4
 
 # disable all sapis
 %if %{with gcov}
@@ -130,6 +131,8 @@
 Source12:	%{name}-branch.sh
 Source13:	dep-tests.sh
 Source14:	skip-tests.sh
+Source15:	http://litespeedtech.com/packages/lsapi/%{name}-litespeed-%{litespeed_version}.tgz
+# Source15-md5:	8738d9e3a232c2a0518c514802c66d73
 Patch0:		%{name}-shared.patch
 Patch1:		%{name}-pldlogo.patch
 Patch2:		%{name}-mail.patch
@@ -2116,6 +2119,7 @@
 %endif
 
 %if %{with litespeed}
+gzip -dc %{SOURCE15} | tar xf - -C sapi/
 %{__make} -f Makefile.litespeed
 %endif
 
@@ -3161,6 +3165,13 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.898  2010/10/15 22:23:13  pawelz
+- use lsapi from litespeedtech.com[1]. It is more recent than one bundled with php
+  sources. Moreover it is recomended[2] by litespeed support.
+- [1] http://comments.gmane.org/gmane.linux.pld.devel.polish/31911
+- [2] http://www.litespeedtech.com/support/forum/showthread.php?p=21702
+- Author: Paweł Kośka <pawel at viop.pl>
+
 Revision 1.897  2010/09/10 19:15:10  baggins
 - added instantclient bcond
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php/php.spec?r1=1.897&r2=1.898&f=u



More information about the pld-cvs-commit mailing list