diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-09-07 13:20:55 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-09-07 13:20:55 +0200 |
commit | 99752e52572f3c3a2af4deae4190f6fb311d3942 (patch) | |
tree | ef2be30c1723d9eb6773e050053290d32ca7e127 /php-pecl-http-php7.spec | |
parent | 21e05a9629628470f3438797cdca38e147dbbbae (diff) |
php-pecl-http: 2.6.0beta2
Diffstat (limited to 'php-pecl-http-php7.spec')
-rw-r--r-- | php-pecl-http-php7.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/php-pecl-http-php7.spec b/php-pecl-http-php7.spec index 6d2f671..5a43b40 100644 --- a/php-pecl-http-php7.spec +++ b/php-pecl-http-php7.spec @@ -170,8 +170,10 @@ Obsoletes: %{?scl_prefix}php-pecl-http1-devel < 2 # Can't install both versions of the same extension Conflicts: %{?scl_prefix}php-pecl-http1-devel %endif +%if "%{?scl_prefix}" != "%{?sub_prefix}" Provides: %{?scl_prefix}php-pecl-%{pecl_name}-devel = %{version}%{?prever} Provides: %{?scl_prefix}php-pecl-%{pecl_name}-devel%{?_isa} = %{version}%{?prever} +%endif %description devel These are the files needed to compile programs using HTTP extension. |