From 5357eb592ec027087b7234de920e78b850218fa4 Mon Sep 17 00:00:00 2001 From: Artur Frysiak Date: Fri, 24 Jan 2003 13:30:33 +0000 Subject: [PATCH] - added --without yaz bcond - fixed cURL-devel BR Changed files: php.spec -> 1.239 --- php.spec | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/php.spec b/php.spec index e80f412..5602149 100644 --- a/php.spec +++ b/php.spec @@ -40,15 +40,16 @@ # _without_openssl - without OpenSSL support and OpenSSL extension module # _without_pcre - without PCRE extension module # _without_pdf - without PDF extension module -# _without_pspell - without pspell extension module # _without_pgsql - without PostgreSQL extension module -# _without_snmp - without SNMP extension module +# _without_pspell - without pspell extension module # _without_recode - without recode extension module +# _without_snmp - without SNMP extension module # _without_sybase_ct - without Sybase-CT extension module # _without_wddx - without WDDX extension module -# _without_xml - without XML extension module # _without_xmlrpc - without XML-RPC extension module +# _without_xml - without XML extension module # _without_xslt - without XSLT extension module +# _without_yaz - without YAZ extension module Summary: The PHP HTML-embedded scripting language for use with Apache Summary(fr): Le langage de script embarque-HTML PHP pour Apache @@ -103,7 +104,7 @@ BuildRequires: automake >= 1.4d BuildRequires: bison BuildRequires: bzip2-devel BuildRequires: cracklib-devel >= 2.7-15 -%{!?_without_curl:BuildRequires: curl-devel} +%{!?_without_curl:BuildRequires: curl-devel >= 7.9.8 } BuildRequires: cyrus-sasl-devel %{?_with_db3:BuildRequires: db3-devel} %{!?_with_db3:BuildRequires: db-devel >= 4.0} @@ -153,7 +154,7 @@ BuildRequires: t1lib-devel %{!?_without_snmp:BuildRequires: ucd-snmp-devel >= 4.2.6} %{!?_without_odbc:BuildRequires: unixODBC-devel} %{!?_without_xmlrpc:BuildRequires: xmlrpc-epi-devel} -BuildRequires: yaz-devel >= 1.9 +%{!?_without_yaz:BuildRequires: yaz-devel >= 1.9} BuildRequires: zip BuildRequires: zlib-devel >= 1.0.9 BuildRequires: zziplib-devel @@ -1443,7 +1444,7 @@ for i in cgi cli apxs ; do %{!?_without_odbc:--with-unixODBC=shared} \ %{?_without_xmlrpc:--without-xmlrpc}%{!?_without_xmlrpc:--with-xmlrpc=shared,/usr} \ %{!?_without_xslt:--with-xslt-sablot=shared} \ - --with-yaz=shared \ + %{!?_without_yaz:--with-yaz=shared} \ --with-zip=shared \ --with-zlib=shared \ --with-zlib-dir=shared,/usr -- 2.44.0