From 1773db66fefe1909d4b64c4de85dae0a6a49e78b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 3 Sep 2014 08:28:57 +0200 Subject: php56-php: cleanup --- php.spec | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 51846bf..be10fc1 100644 --- a/php.spec +++ b/php.spec @@ -70,11 +70,7 @@ %global with_mcrypt 1 %global with_mssql 1 %global with_tidy 1 -%if 0%{?fedora} >= 11 || 0%{?rhel} >= 6 %global with_sqlite3 1 -%else -%global with_sqlite3 0 -%endif %global with_enchant 1 %global with_recode 1 %global with_t1lib 1 @@ -686,10 +682,10 @@ BuildRequires: libjpeg-devel, libpng-devel, freetype-devel BuildRequires: libXpm-devel %if %{with_t1lib} BuildRequires: t1lib-devel +%endif %if %{with_vpx} BuildRequires: libvpx-devel %endif -%endif %if %{with_libgd} BuildRequires: gd-devel >= 2.1.0 %endif -- cgit