diff options
| author | Remi Collet <fedora@famillecollet.com> | 2016-04-15 14:22:36 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2016-04-15 14:22:36 +0200 | 
| commit | 83d3b4fff1c951d0bb0abd07b3874851464baabb (patch) | |
| tree | 0da83138e8c8723d349f9975a14435c956ce62d7 | |
| parent | 429ccf38f02f8aed5a3407d863ab5b3ec5f7ccd7 (diff) | |
php-justinrainbow-json-schema: impr. desc.
| -rw-r--r-- | php-justinrainbow-json-schema.spec | 7 | 
1 files changed, 4 insertions, 3 deletions
| diff --git a/php-justinrainbow-json-schema.spec b/php-justinrainbow-json-schema.spec index ca6ebce..9921ce1 100644 --- a/php-justinrainbow-json-schema.spec +++ b/php-justinrainbow-json-schema.spec @@ -87,10 +87,11 @@ Provides:       php-composer(%{gh_owner}/%{gh_project}) = %{version}  %description  A PHP Implementation for validating JSON Structures against a given Schema.  %if %{eolv1} -This package provides the validate-json command. +This package provides the library version 2 and the validate-json command.  %else -The validate-json command is provided by the php-JsonSchema package -with the JsonSchema library version 1.x. +This package provides the library version 2. +The php-JsonSchema package provides the library version 1 +and the validate-json command.  %endif  See http://json-schema.org/ | 
