From: MyoungJune Park Date: Mon, 9 May 2016 02:02:32 +0000 (+0900) Subject: add 'common' and 'common_iot' profiles for build configuration X-Git-Tag: submit/tizen/20160510.100855^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c4fb33f2f1faf4cee20e2542819c0740aa5ff3d7;p=platform%2Fcore%2Fapi%2Fbase-utils.git add 'common' and 'common_iot' profiles for build configuration Change-Id: I37a501ce7ac690f93c286b8645da3bb0189846af Signed-off-by: Beata Stefaniuk --- diff --git a/packaging/capi-base-utils.spec b/packaging/capi-base-utils.spec index b3c278c..e7d38ad 100755 --- a/packaging/capi-base-utils.spec +++ b/packaging/capi-base-utils.spec @@ -38,6 +38,13 @@ cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} -DLIB_INSTALL_DIR:PATH=%{_libdir} -DIN %if "%{profile}" == "mobile" -DTIZEN_MOBILE=YES \ %endif +%if "%{profile}" == "common" + -DTIZEN_MOBILE=YES \ +%endif +%if "%{profile}" == "common_iot" + -DTIZEN_MOBILE=YES \ +%endif + make %{?jobs:-j%jobs}