From 99752e52572f3c3a2af4deae4190f6fb311d3942 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 7 Sep 2016 13:20:55 +0200 Subject: php-pecl-http: 2.6.0beta2 --- php-pecl-http-php7.spec | 2 ++ 1 file changed, 2 insertions(+) (limited to 'php-pecl-http-php7.spec') 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. -- cgit