Changes of Revision 38
[-] | Changed | php-sqlite2.spec |
x 1
2 3 Name: php-sqlite2 4 Version: %{phpversion} 5 -Release: 1 6 +Release: 10 7 License: GPL 8 Url: http://pecl.php.net 9 Summary: PHP SQLite2 extension 10
11 %patch1 12 13 %build 14 -%if %{phpversion} < 5.3 15 +%if %(rpm -q --queryformat %{version} php-devel) < 5.3 16 %patch0 17 %endif 18 19 |