]> git.pld-linux.org Git - packages/ice.git/commitdiff
- restored forced php version, added default_php bcond auto/th/ice-3.6.3-1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 3 Jul 2017 20:07:16 +0000 (22:07 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 3 Jul 2017 20:07:16 +0000 (22:07 +0200)
ice.spec

index 9b90c4dd2937cc665c6370d617d86b484cac8b42..d542029633257c7685dd0de68c9c3e39a6ab6276 100644 (file)
--- a/ice.spec
+++ b/ice.spec
@@ -6,6 +6,7 @@
 %bcond_without dotnet          # .NET bindings
 %bcond_with    java            # Java bindings (build requires X11 DISPLAY)
 %bcond_without php             # PHP bindings
+%bcond_with    default_php     # build for default PHP
 %bcond_without python          # Python bindings
 %bcond_without ruby            # Ruby bindings
 
 %undefine      with_dotnet
 %endif
 
-%if "%{?php_suffix}" == "x"
+%if %{without default_php}
+%if "%{?php_suffix}" == ""
 %define                php_suffix      55
 %endif
+%endif
 %define                php_name        php%{?php_suffix}
 
 %{?with_java:%include  /usr/lib/rpm/macros.java}
This page took 0.257563 seconds and 4 git commands to generate.