diff options
| author | Remi Collet <fedora@famillecollet.com> | 2013-07-18 08:55:51 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2013-07-18 08:55:51 +0200 | 
| commit | a7b698eb867c7253bc8dac6eb026337731744a10 (patch) | |
| tree | c4f2310589454347035b770c9d30172cb85b9349 | |
| parent | 552355a8968db763a0eab9801b58f48da810cd1b (diff) | |
php-pecl-yar: missing BR
| -rw-r--r-- | php-pecl-yar.spec | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/php-pecl-yar.spec b/php-pecl-yar.spec index 9d6f1bc..17ba0a2 100644 --- a/php-pecl-yar.spec +++ b/php-pecl-yar.spec @@ -16,13 +16,14 @@  Summary:        Light, concurrent RPC framework  Name:           php-pecl-%{pecl_name}  Version:        1.2.0 -Release:        1%{?dist} +Release:        1%{?dist}.1  License:        BSD  Group:          Development/Languages  URL:            http://pecl.php.net/package/%{pecl_name}  Source0:        http://pecl.php.net/get/%{pecl_name}-%{version}.tgz  BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires:  curl-devel  BuildRequires:  php-devel  BuildRequires:  php-pear  BuildRequires:  php-pecl-msgpack-devel @@ -133,7 +134,7 @@ fi  %check -# Upstream unit test requires a web server +# Upstream test suite requires a web server  : Minimal load test for NTS extension  php --no-php-ini \      --define extension=json.so \  | 
