diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-11-09 12:55:06 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-11-09 12:55:06 +0100 |
commit | 9a0ee6207ac7a5de9edd9c7724d2ae9032c63a2d (patch) | |
tree | fa05855c14ee9cf43148f34c1aa8f60476685282 /php-znerol-php-stringprep.spec | |
parent | c346bdc70e9178bb3eeceec8d566a5f8af927b67 (diff) |
php-znerol-php-stringprep: cleanup
Diffstat (limited to 'php-znerol-php-stringprep.spec')
-rw-r--r-- | php-znerol-php-stringprep.spec | 5 |
1 files changed, 4 insertions, 1 deletions
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} |