]> git.pld-linux.org Git - packages/ice.git/commitdiff
set by default php 5.5 version to ensure consistent builds
authorElan Ruusamäe <glen@delfi.ee>
Wed, 16 Jul 2014 21:21:22 +0000 (00:21 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 16 Jul 2014 21:22:26 +0000 (00:22 +0300)
Revert "- works with php 5.5, no need to force 5.3"
This reverts commit d1beea3f2583350e30e950d36d35f3a1d1f592b0.

ice.spec

index c6b828f371492d5fd27e478199cdb33623c69baf..2b5dcb47d4bb9e3f7aa80c49fe395bf6a40a98f6 100644 (file)
--- a/ice.spec
+++ b/ice.spec
@@ -13,6 +13,9 @@
 %undefine      with_gui
 %endif
 
+%if "%{?php_suffix}" == ""
+%define                php_suffix      55
+%endif
 %define                php_name        php%{?php_suffix}
 
 %{?with_java:%include  /usr/lib/rpm/macros.java}
This page took 0.077189 seconds and 4 git commands to generate.