summaryrefslogtreecommitdiffstats
path: root/php55.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-02-13 14:03:26 +0100
committerRemi Collet <fedora@famillecollet.com>2013-02-13 14:03:26 +0100
commitd57d84affb8bc829231370b7ba2ebc828b0a78f1 (patch)
tree4e511a1c9d341394925594a8912437b5d35f062c /php55.spec
parent489038507381571f219f0aee9cceac6d82e9f4c0 (diff)
PHP: enable tokyocabinet and gdbm dba handlers
Diffstat (limited to 'php55.spec')
-rw-r--r--php55.spec12
1 files changed, 10 insertions, 2 deletions
diff --git a/php55.spec b/php55.spec
index 07b5ad2..9513ced 100644
--- a/php55.spec
+++ b/php55.spec
@@ -61,7 +61,7 @@
%global db_devel libdb-devel
%endif
-%global snapdate 201302121230
+%global snapdate 201302131030
#global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
@@ -128,7 +128,7 @@ Patch91: php-5.3.7-oci8conf.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: bzip2-devel, curl-devel >= 7.9, %{db_devel}
+BuildRequires: bzip2-devel, curl-devel >= 7.9
BuildRequires: httpd-devel >= 2.0.46-1, pam-devel
BuildRequires: libstdc++-devel, openssl-devel
%if 0%{?fedora} >= 11 || 0%{?rhel} >= 6
@@ -634,6 +634,7 @@ Summary: A database abstraction layer module for PHP applications
Group: Development/Languages
# All files licensed under PHP version 3.01
License: PHP
+BuildRequires: %{db_devel}, gdbm-devel, tokyocabinet-devel
Requires: php-common%{?_isa} = %{version}-%{release}
Obsoletes: php53-dba, php53u-dba, php54-dba, php55-dba
@@ -976,6 +977,8 @@ build --enable-force-cgi-redirect \
--with-bz2=shared \
--enable-ctype=shared \
--enable-dba=shared --with-db4=%{_prefix} \
+ --with-gdbm=%{_prefix} \
+ --with-tcadb=%{_prefix} \
--enable-exif=shared \
--enable-ftp=shared \
--with-gettext=shared \
@@ -1104,6 +1107,8 @@ build --enable-force-cgi-redirect \
--with-bz2=shared \
--enable-ctype=shared \
--enable-dba=shared --with-db4=%{_prefix} \
+ --with-gdbm=%{_prefix} \
+ --with-tcadb=%{_prefix} \
--with-gettext=shared \
--with-iconv=shared \
--enable-sockets=shared \
@@ -1643,6 +1648,9 @@ fi
%changelog
+* Wed Feb 13 2013 Remi Collet <remi@fedoraproject.org> 5.5.0-0.16-201302131030
+- enable tokyocabinet and gdbm dba handlers
+
* Tue Feb 12 2013 Remi Collet <remi@fedoraproject.org> 5.5.0-0.15-201302121230
- new snapshot