Changes of Revision 4
[-] | Changed | php-pecl-redis.spec |
1
2 %global pecl_name redis 3 %global with_zts 0%{?__ztsphp:1} 4 %global with_tests %{?_with_tests:1}%{!?_with_tests:0} 5 -%global pecl_docdir %(%{__pecl} config-get doc_dir 2> /dev/null || echo undefined) 6 +%global pecl_docdir %(%{__pecl} config-get doc_dir) 7 %global with_igbinary 0 8 9 Summary: Extension for communicating with the Redis key-value store 10 |