Changes of Revision 23
[-] | Changed | php5-pecl_http.spec |
1
2 3 %prep 4 %setup -q -n %{pkg_name}-%{my_version} 5 -%if %{my_version} == "2.4.3" 6 +%if "%{my_version}" == "2.4.3" 7 %patch0 8 %endif 9 10 |
[-] | Changed | php5-pecl_http.spec |
1
2 3 %prep 4 %setup -q -n %{pkg_name}-%{my_version} 5 -%if %{my_version} == "2.4.3" 6 +%if "%{my_version}" == "2.4.3" 7 %patch0 8 %endif 9 10 |