diff options
author | Remi Collet <remi@remirepo.net> | 2018-06-27 07:53:29 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-06-27 07:53:29 +0200 |
commit | acb7bea8719b393c9b2c7c9ac7b13dea7bcd5646 (patch) | |
tree | e2f882dbbda6c52d590f714ac24bfe0779e34a19 /php-pecl-mongodb.spec | |
parent | 0f0148534f976851e1e57229b89aacc4e846d32f (diff) |
cleanup²
Diffstat (limited to 'php-pecl-mongodb.spec')
-rw-r--r-- | php-pecl-mongodb.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index 0762129..f4d3dd2 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -67,11 +67,11 @@ BuildRequires: cyrus-sasl-devel BuildRequires: openssl-devel BuildRequires: snappy-devel BuildRequires: zlib-devel +# We require 50 to ensure use of libicu-last (same version than PHP) +BuildRequires: libicu-devel >= 50 Provides: bundled(libbson) = %{libver} Provides: bundled(mongo-c-driver) = %{libver} %endif -# We require 50 to ensure use of libicu-last (same version than PHP) -BuildRequires: libicu-devel >= 50 %if %{with_tests} BuildRequires: mongodb-server %endif |