Sat, 27 Oct 2012 17:20:32 +0200
Provide new (drupal) required xmlwriter and update to new vendor version.
apache-php/apache-php.spec | file | annotate | diff | comparison | revisions |
1.1 --- a/apache-php/apache-php.spec Sat Oct 27 17:19:03 2012 +0200 1.2 +++ b/apache-php/apache-php.spec Sat Oct 27 17:20:32 2012 +0200 1.3 @@ -31,7 +31,7 @@ 1.4 Class: BASE 1.5 Group: Web 1.6 License: PHP 1.7 -Version: 5.4.5 1.8 +Version: 5.4.8 1.9 Release: 20120800 1.10 1.11 # package options 1.12 @@ -78,6 +78,7 @@ 1.13 %option with_versioning no 1.14 %option with_wddx no 1.15 %option with_xml no 1.16 +%option with_xmlwriter no 1.17 %option with_xslt no 1.18 %option with_zlib no 1.19 %option with_zip no 1.20 @@ -196,6 +197,10 @@ 1.21 BuildPreReq: libxml 1.22 PreReq: libxml 1.23 %endif 1.24 +%if "%{with_xmlwriter}" == "yes" 1.25 +%undefine with_xml 1.26 +%define with_xml yes 1.27 +%endif 1.28 %if "%{with_xslt}" == "yes" 1.29 BuildPreReq: libxslt 1.30 PreReq: libxslt 1.31 @@ -502,6 +507,9 @@ 1.32 %if "%{with_zip}" == "yes" 1.33 --enable-zip \ 1.34 %endif 1.35 +%if "%{with_xmlwriter}" == "yes" 1.36 + --enable-xmlwriter \ 1.37 +%endif 1.38 --with-apxs2=%{l_prefix}/sbin/apxs \ 1.39 --disable-cli \ 1.40 --disable-cgi