enable tokyocabinet and gdbm dba handlers

This commit is contained in:
Remi Collet 2013-02-13 14:12:01 +01:00
parent 7709868a7e
commit 6468d943b1

View File

@ -58,7 +58,7 @@
Summary: PHP scripting language for creating dynamic web sites Summary: PHP scripting language for creating dynamic web sites
Name: php Name: php
Version: 5.4.12 Version: 5.4.12
Release: 0.5.RC2%{?dist} Release: 0.6.RC2%{?dist}
# All files licensed under PHP version 3.01, except # All files licensed under PHP version 3.01, except
# Zend is licensed under Zend # Zend is licensed under Zend
# TSRM is licensed under BSD # TSRM is licensed under BSD
@ -111,7 +111,7 @@ Patch47: php-5.4.9-phpinfo.patch
Patch50: php-5.4.11-sockets.patch Patch50: php-5.4.11-sockets.patch
BuildRequires: bzip2-devel, curl-devel >= 7.9, %{db_devel}, gmp-devel BuildRequires: bzip2-devel, curl-devel >= 7.9, gmp-devel
BuildRequires: httpd-devel >= 2.0.46-1, pam-devel BuildRequires: httpd-devel >= 2.0.46-1, pam-devel
BuildRequires: libstdc++-devel, openssl-devel BuildRequires: libstdc++-devel, openssl-devel
BuildRequires: sqlite-devel >= 3.6.0 BuildRequires: sqlite-devel >= 3.6.0
@ -549,6 +549,7 @@ Summary: A database abstraction layer module for PHP applications
Group: Development/Languages Group: Development/Languages
# All files licensed under PHP version 3.01 # All files licensed under PHP version 3.01
License: PHP License: PHP
BuildRequires: %{db_devel}, gdbm-devel, tokyocabinet-devel
Requires: php-common%{?_isa} = %{version}-%{release} Requires: php-common%{?_isa} = %{version}-%{release}
%description dba %description dba
@ -872,6 +873,8 @@ build --enable-force-cgi-redirect \
--with-gd=shared \ --with-gd=shared \
--enable-bcmath=shared \ --enable-bcmath=shared \
--enable-dba=shared --with-db4=%{_prefix} \ --enable-dba=shared --with-db4=%{_prefix} \
--with-gdbm=%{_prefix} \
--with-tcadb=%{_prefix} \
--with-xmlrpc=shared \ --with-xmlrpc=shared \
--with-ldap=shared --with-ldap-sasl \ --with-ldap=shared --with-ldap-sasl \
--enable-mysqlnd=shared \ --enable-mysqlnd=shared \
@ -974,6 +977,8 @@ build --enable-force-cgi-redirect \
--with-gd=shared \ --with-gd=shared \
--enable-bcmath=shared \ --enable-bcmath=shared \
--enable-dba=shared --with-db4=%{_prefix} \ --enable-dba=shared --with-db4=%{_prefix} \
--with-gdbm=%{_prefix} \
--with-tcadb=%{_prefix} \
--with-xmlrpc=shared \ --with-xmlrpc=shared \
--with-ldap=shared --with-ldap-sasl \ --with-ldap=shared --with-ldap-sasl \
--enable-mysqlnd=shared \ --enable-mysqlnd=shared \
@ -1412,6 +1417,9 @@ fi
%changelog %changelog
* Wed Feb 13 2013 Remi Collet <rcollet@redhat.com> 5.4.12-0.6.RC2
- enable tokyocabinet and gdbm dba handlers
* Wed Feb 13 2013 Remi Collet <rcollet@redhat.com> 5.4.12-0.5.RC2 * Wed Feb 13 2013 Remi Collet <rcollet@redhat.com> 5.4.12-0.5.RC2
- update to 5.4.12RC2 - update to 5.4.12RC2