diff options
| author | Remi Collet <fedora@famillecollet.com> | 2015-11-03 09:23:14 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2015-11-03 09:23:14 +0100 | 
| commit | e786652ceb44b7bc9d6146d3cda12f90a72fe5d9 (patch) | |
| tree | 6a7333ed084d55052275096e0389ce51e08ee22e | |
| parent | c4f7267249b009c6527fb4ad07b07f26fbcbccba (diff) | |
php-nette-utils: cleanup
| -rw-r--r-- | php-nette-utils.spec | 4 | 
1 files 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  | 
