Author: arekm                        Date: Mon Nov  3 00:17:45 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rel 8; use internal xmlrpc like it's done in php.spec

---- Files affected:
SPECS:
   php4.spec (1.630 -> 1.631) 

---- Diffs:

================================================================
Index: SPECS/php4.spec
diff -u SPECS/php4.spec:1.630 SPECS/php4.spec:1.631
--- SPECS/php4.spec:1.630       Mon Nov  3 00:28:06 2008
+++ SPECS/php4.spec     Mon Nov  3 01:17:40 2008
@@ -46,6 +46,7 @@
 %bcond_without wddx            # without WDDX extension module
 %bcond_without xml             # without XML and DOMXML extension modules
 %bcond_without xmlrpc          # without XML-RPC extension module
+%bcond_with     system_xmlrpc_epi       # use system xmlrpc-epi library 
(broken on 64bit arches, see http://bugs.php.net/41611)
 %bcond_without xslt            # without XSLT extension module
 %bcond_without yaz             # without YAZ extension module
 %bcond_without apache1         # disable building apache 1.3.x module
@@ -72,7 +73,7 @@
 %undefine      with_msession
 %endif
 
-%define                rel 7
+%define                rel 8
 Summary:       PHP: Hypertext Preprocessor
 Summary(fr.UTF-8):     Le langage de script embarque-HTML PHP
 Summary(pl.UTF-8):     Język skryptowy PHP
@@ -210,7 +211,7 @@
 BuildRequires: sed >= 4.0
 BuildRequires: t1lib-devel
 %{?with_odbc:BuildRequires:    unixODBC-devel}
-%{?with_xmlrpc:BuildRequires:  xmlrpc-epi-devel}
+%{?with_system_xmlrpc_epi:BuildRequires:       xmlrpc-epi-devel}
 %{?with_yaz:BuildRequires:     yaz-devel >= 1.9}
 BuildRequires: zip
 BuildRequires: zlib-devel >= 1.0.9
@@ -1778,7 +1779,7 @@
        --with-t1lib=shared \
        --with-tiff-dir=/usr \
        %{?with_xml:--with-dom=shared} \
-       
%{!?with_xmlrpc:--without-xmlrpc}%{?with_xmlrpc:--with-xmlrpc=shared,/usr} \
+       
%{!?with_xmlrpc:--without-xmlrpc}%{?with_xmlrpc:--with-xmlrpc=shared%{?with_system_xmlrpc_epi:,/usr}}
 \
        %{?with_xslt:--with-xslt-sablot=shared} --without-sablot-js \
        %{?with_yaz:--with-yaz=shared} \
        --with-zip=shared \
@@ -3149,6 +3150,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.631  2008/11/03 00:17:40  arekm
+- rel 8; use internal xmlrpc like it's done in php.spec
+
 Revision 1.630  2008/11/02 23:28:06  arekm
 - release 7
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/php4.spec?r1=1.630&r2=1.631&f=u

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

Reply via email to