]> git.pld-linux.org Git - packages/php.git/commitdiff
- added --without yaz bcond
authorArtur Frysiak <artur@frysiak.net>
Fri, 24 Jan 2003 13:30:33 +0000 (13:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fixed cURL-devel BR

Changed files:
    php.spec -> 1.239

php.spec

index e80f4125f6b2e807f58b8326b9eac796b54e6dd8..560214917f410a6d65ce0556857e8f63bd30ceb0 100644 (file)
--- a/php.spec
+++ b/php.spec
 # _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
This page took 0.067296 seconds and 4 git commands to generate.