From 3b269efd7bce0ec087c82d2a6a1b3bfeb3098b2e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 8 Jun 2017 08:51:33 +0200 Subject: minor --- php-pecl-mustache.spec | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/php-pecl-mustache.spec b/php-pecl-mustache.spec index 60a40a3..2bfc23f 100644 --- a/php-pecl-mustache.spec +++ b/php-pecl-mustache.spec @@ -76,20 +76,6 @@ allowing the execution of Mustache templates. Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection (%{scl} by %{?scl_vendor}%{!?scl_vendor:rh})}. -%package devel -Summary: %{name} developer files (header) -Group: Development/Libraries -Requires: %{name}%{?_isa} = %{version}-%{release} -Requires: %{?scl_prefix}php-devel%{?_isa} -%if "%{?scl_prefix}" != "%{?sub_prefix}" -Provides: %{?scl_prefix}php-pecl-%{pecl_name}-devel = %{version}-%{release} -Provides: %{?scl_prefix}php-pecl-%{pecl_name}-devel%{?_isa} = %{version}-%{release} -%endif - -%description devel -These are the files needed to compile programs using %{name}. - - %prep %setup -q -c mv %{pecl_name}-%{upstream_version}%{?upstream_prever} NTS @@ -218,15 +204,6 @@ cd ../ZTS %endif -%files devel -%doc %{pecl_testdir}/%{pecl_name} -%{php_incldir}/ext/%{pecl_name} - -%if %{with_zts} -%{php_ztsincldir}/ext/%{pecl_name} -%endif - - %changelog * Thu Jun 8 2017 Remi Collet - 0.8.2~RC1-1 - initial package -- cgit