Changes of Revision 32
[-] | Changed | php-sqlite2.spec |
x 1
2 %define pkgname SQLite 3 %define pkgversion 1.0.3 4 -%define phpversion %(php-config --version 2>/dev/null) 5 +%define phpversion (php-config --version 2>/dev/null) 6 %define __pecl %{_bindir}/pecl 7 8 Name: php-sqlite2 9 -Version: %{phpversion} 10 +Version: %phpversion 11 Release: 1 12 License: GPL 13 Url: http://pecl.php.net 14
15 16 %build 17 18 -%if %{version} <= 5.3.0 19 +%if %phpversion <= 5.3.0 20 %patch0 21 %endif 22 23 |