From 9a0ee6207ac7a5de9edd9c7724d2ae9032c63a2d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 9 Nov 2014 12:55:06 +0100 Subject: php-znerol-php-stringprep: cleanup --- php-znerol-php-stringprep.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-znerol-php-stringprep.spec b/php-znerol-php-stringprep.spec index 1fc8277..a19a08f 100644 --- a/php-znerol-php-stringprep.spec +++ b/php-znerol-php-stringprep.spec @@ -28,6 +28,7 @@ Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch %if %{with_tests} +BuildRequires: php(language) > 5.3 BuildRequires: php-iconv BuildRequires: php-intl BuildRequires: php-spl @@ -35,9 +36,11 @@ BuildRequires: php-phpunit-PHPUnit %endif BuildRequires: php-theseer-autoload -# From phpcompatinfo +# From documentation +Requires: php(language) > 5.3 Requires: php-iconv Requires: php-intl +# From phpcompatinfo Requires: php-spl Provides: php-composer(znerol/php-stringprep) = %{version} -- cgit