diff options
| author | Remi Collet <remi@remirepo.net> | 2021-12-14 09:12:19 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2021-12-14 09:12:19 +0100 | 
| commit | b6b0e0e8cfe7383d45741ff832fa61b30082e3cb (patch) | |
| tree | 12fd8e3f3a4813737d3439081c489b97860b3737 | |
| parent | 034b31663303bbc26fc55a824cc1b01e2d92a34b (diff) | |
minor
| -rw-r--r-- | php-zumba-json-serializer.spec | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/php-zumba-json-serializer.spec b/php-zumba-json-serializer.spec index 352e792..7b84ece 100644 --- a/php-zumba-json-serializer.spec +++ b/php-zumba-json-serializer.spec @@ -29,6 +29,7 @@ Source0:        https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit  BuildArch:      noarch  %if %{with tests}  BuildRequires:  php(language) >= 7.0 +BuildRequires:  php-date  BuildRequires:  php-json  BuildRequires:  php-mbstring  BuildRequires:  php-pcre @@ -109,6 +110,7 @@ exit $ret  %files +# remirepo:1  %{!?_licensedir:%global license %%doc}  %license LICENSE  %doc composer.json  | 
