remove hardcoded conf
authorRonan Le Martret <ronan@fridu.net>
Wed, 24 Sep 2014 10:28:01 +0000 (12:28 +0200)
committerKrisztian Litkey <krisztian.litkey@intel.com>
Thu, 8 Jan 2015 16:37:17 +0000 (18:37 +0200)
 - _with_icosyscon should be set in the project config

 For more information about conditional builds for rpm spec file please:
 - http://www.rpm.org/wiki/PackagerDocs/ConditionalBuilds

Bug-Tizen: PTREL-823

Change-Id: Ife33cc5beead85bfda2afb82701890045431ea35
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
packaging/murphy.spec

index 5376640..171afca 100644 (file)
@@ -1,3 +1,5 @@
+%bcond_with icosyscon
+
 # By default we build with distro-default compilation flags which
 # enables optimizations. If you want to build with full debugging
 # ie. with optimization turned off and full debug info (-O0 -g3)
@@ -7,7 +9,6 @@
 # squashing the -core and -plugins-base packages into the base
 # murphy package.
 
-%define _with_icosyscon 1
 
 %{!?_with_debug:%{!?_without_debug:%define _without_debug 0}}
 %{!?_with_lua:%{!?_without_lua:%define _with_lua 1}}