SPECS: php.spec - previous commit reverted
adamg
adamg at pld-linux.org
Fri Jan 23 18:07:37 CET 2009
Author: adamg Date: Fri Jan 23 17:07:37 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- previous commit reverted
---- Files affected:
SPECS:
php.spec (1.771 -> 1.772)
---- Diffs:
================================================================
Index: SPECS/php.spec
diff -u SPECS/php.spec:1.771 SPECS/php.spec:1.772
--- SPECS/php.spec:1.771 Fri Jan 23 17:40:45 2009
+++ SPECS/php.spec Fri Jan 23 18:07:32 2009
@@ -21,7 +21,6 @@
%bcond_with interbase_inst # use InterBase install., not Firebird (BR: proprietary libs)
%bcond_with oci8 # with Oracle oci8 extension module (BR: proprietary libs)
%bcond_without curl # without CURL extension module
-%bcond_without embed # without experimental embed SAPI
%bcond_without filter # without filter extension module
%bcond_without imap # without IMAP extension module
%bcond_without interbase # without InterBase extension module
@@ -345,31 +344,18 @@
%description -n apache-mod_php -l pl.UTF-8
php jako moduł DSO (Dynamic Shared Object) dla apache 2.x.
-%package embed
-Summary: php as an embed SAPI
-Summary(pl.utf-8): php jako osadzone SAPI
+%package fcgi
+Summary: php as FastCGI program
+Summary(pl.UTF-8): php jako program FastCGI
Group: Development/Languages/PHP
Requires: %{name}-common = %{epoch}:%{version}-%{release}
Provides: webserver(php) = %{version}
-%description embed
-php as fastcgi program.
-
-%description embed -l pl.utf-8
-php jako program fastcgi.
-
-%package fcgi
-summary: php as fastcgi program
-summary(pl.utf-8): php jako program fastcgi
-group: development/languages/php
-requires: %{name}-common = %{epoch}:%{version}-%{release}
-provides: webserver(php) = %{version}
-
%description fcgi
-php as fastcgi program.
+php as FastCGI program.
-%description fcgi -l pl.utf-8
-php jako program fastcgi.
+%description fcgi -l pl.UTF-8
+php jako program FastCGI.
%package cgi
Summary: php as CGI program
@@ -1756,9 +1742,6 @@
export PROG_SENDMAIL="/usr/lib/sendmail"
sapis="
-%if %{with embed}
-embed
-%endif
%if %{with fcgi}
fcgi
%endif
@@ -1785,9 +1768,6 @@
cli)
sapi_args='--disable-cgi'
;;
- embed)
- sapi_args="--enable-embed=shared"
- ;;
fcgi)
sapi_args='--disable-cli --enable-fastcgi --with-fastcgi=/usr --enable-force-cgi-redirect'
;;
@@ -2905,6 +2885,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.772 2009/01/23 17:07:32 adamg
+- previous commit reverted
+
Revision 1.771 2009/01/23 16:40:45 adamg
- updated to 1.7.5
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/php.spec?r1=1.771&r2=1.772&f=u
More information about the pld-cvs-commit
mailing list