]> git.pld-linux.org Git - packages/php.git/commitdiff
- sorted module bconds, strict internal php-dom dep
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 23 Mar 2006 19:45:24 +0000 (19:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php.spec -> 1.560

php.spec

index f91375536e5b600fdb2db3659029e12555fce68e..e61608b38c740b0b03118a5d1827df6d1606d7a3 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -21,6 +21,7 @@
 %bcond_with    hwapi           # with Hw API support                   (BR: proprietary libs)
 %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 imap            # without IMAP extension module
 %bcond_without interbase       # with InterBase extension module
 %bcond_without ldap            # without LDAP extension module
@@ -29,6 +30,7 @@
 %bcond_without mm              # without mm support for session storage
 %bcond_without msession        # without msession extension module
 %bcond_without mssql           # without MS SQL extension module
+%bcond_without mysqli          # without mysqli support (Requires mysql > 4.1)
 %bcond_without mime_magic      # without mime-magic module
 %bcond_without odbc            # without ODBC extension module
 %bcond_without openssl         # without OpenSSL support and OpenSSL extension (module)
@@ -47,8 +49,6 @@
 %bcond_without apache2         # disable building apache 2.x module
 %bcond_without fcgi            # disable building FCGI SAPI
 %bcond_without zts             # disable experimental-zts
-%bcond_without curl            # without CURL extension module
-%bcond_without mysqli          # with mysqli support (Requires mysql > 4.1)
 
 %define apxs1          /usr/sbin/apxs1
 %define        apxs2           /usr/sbin/apxs
@@ -1467,7 +1467,7 @@ Summary(pl):      Modu
 Group:         Libraries
 Requires(post,preun):  %{name}-common = %{epoch}:%{version}-%{release}
 Requires:      %{name}-common = %{epoch}:%{version}-%{release}
-Requires:      php-dom
+Requires:      %{name}-dom = %{epoch}:%{version}-%{release}
 
 %description xmlreader
 This is a dynamic shared object (DSO) for PHP that will add XML Reader
This page took 0.060581 seconds and 4 git commands to generate.