From e786652ceb44b7bc9d6146d3cda12f90a72fe5d9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 Nov 2015 09:23:14 +0100 Subject: php-nette-utils: cleanup --- php-nette-utils.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php-nette-utils.spec b/php-nette-utils.spec index 4bf7757..8f45f5c 100644 --- a/php-nette-utils.spec +++ b/php-nette-utils.spec @@ -30,9 +30,9 @@ Source1: makesrc.sh BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: php(language) >= 5.3.1 BuildRequires: php-composer(theseer/autoload) %if %{with_tests} +BuildRequires: php(language) >= 5.3.1 BuildRequires: php-iconv BuildRequires: php-intl BuildRequires: php-mbstring @@ -107,7 +107,7 @@ cp -pr src/* %{buildroot}%{php_home}/%{ns_vendor}/ %check %if %{with_tests} -: Ignore failed tests +: Ignore failed tests under investigation rm tests/Utils/Image.alpha1.phpt rm tests/Utils/Json.decode\(\).phpt rm tests/Utils/Image.drawing.phpt -- cgit