Logoj0ke.net Open Build Service > Projects > internetx:php5:EL5 > php-sqlite2 > Changes
Sign Up | Log In

Changes of Revision 17

[-] Changed php-sqlite2.spec
x
 
1
@@ -29,10 +29,9 @@
2
 
3
 %prep
4
 %setup -n %{pkgname}-%{pkgversion}
5
-echo %{php_version}
6
-%if %{?php_version} =< 5.3
7
-%patch
8
-%endif
9
+if [ "%{php_version} <= "5.3" ] ; then
10
+%patch0
11
+fi
12
 %patch1
13
 
14
 %build
15