diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-10-31 08:48:21 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-10-31 08:48:21 +0100 |
commit | 3d3b688653e8cfcc379701a61a29e9ee4b90054f (patch) | |
tree | 37eb42a5cd29ad34305f8c76d40184a24cee62ad /php-pecl-mongodb-dev.spec | |
parent | 6b4b110e8aecd55c4ae1a8e94966f25de41d9546 (diff) |
php-pecl-mongodb: don't provide php-mongodb (which is the pure PHP library)
Diffstat (limited to 'php-pecl-mongodb-dev.spec')
-rw-r--r-- | php-pecl-mongodb-dev.spec | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/php-pecl-mongodb-dev.spec b/php-pecl-mongodb-dev.spec index fd7e0a8..0ad39d1 100644 --- a/php-pecl-mongodb-dev.spec +++ b/php-pecl-mongodb-dev.spec @@ -42,8 +42,7 @@ Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} %{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}} -Provides: %{?scl_prefix}php-%{pecl_name} = %{version} -Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version} +# Don't provide php-mongodb which is the pure PHP library Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version} Provides: %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version} |