Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
php5
:
EL5
>
php-sqlite2
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 14
[-]
[+]
Changed
php-sqlite2.spec
@@ -2,9 +2,9 @@ %define pkgversion 1.0.3 %{!?__pecl: %{expand: %%global __pecl %{_bindir}/pecl}} -%global php_extdir %(php-config --extension-dir 2>/dev/null || echo %{_libdir}/php4) -%global php_zendabiver %((echo 0; php -i 2>/dev/null | sed -n 's/^PHP Extension => //p') | tail -1) -%global php_version %((echo 0; php-config --version 2>/dev/null) | tail -1) +%define php_extdir %(php-config --extension-dir 2>/dev/null || echo %{_libdir}/php4) +%define php_zendabiver %((echo 0; php -i 2>/dev/null | sed -n 's/^PHP Extension => //p') | tail -1) +%define php_version %((echo 0; php-config --version 2>/dev/null) | tail -1) Name: php-sqlite2 @@ -29,7 +29,7 @@ %prep %setup -n %{pkgname}-%{pkgversion} -%if %{php_version} <= 5.3 +%if 0%{?php_version} <= 5.3 %patch %endif %patch1