Changes of Revision 7
[-] | Changed | php-pecl-jsonc.spec |
x 1
2 Summary: Support for JSON serialization 3 Name: %{?scl_prefix}php-pecl-%{proj_name} 4 Version: 1.3.10 5 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} 6 +Release: 2%{?dist} 7 # PHP extension is PHP 8 # jsonc-c is MIT 9 # json-c/linkhask.c is Public Domain 10
11 This is a dropin alternative to standard PHP JSON extension which 12 use the json-c library parser. 13 14 -Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection (%{scl} by %{scl_vendor})}. 15 16 17 %package devel 18 |