diff options
| author | Remi Collet <fedora@famillecollet.com> | 2015-11-03 10:12:26 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2015-11-03 10:12:26 +0100 | 
| commit | 61328ee73e0c685b36a3f6b079d217cdf8b7591e (patch) | |
| tree | 0b0287dc3ecbbc0e11b24a4ce00e86b6f3544f99 | |
| parent | d162439f222855efbc7947ca7d748d8c6025de7e (diff) | |
php-tracy: small cleanup
| -rw-r--r-- | php-tracy.spec | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/php-tracy.spec b/php-tracy.spec index 461af17..9cbbaf8 100644 --- a/php-tracy.spec +++ b/php-tracy.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-date  BuildRequires:  php-iconv  BuildRequires:  php-json  | 
