From 801954642acee07c8f5b3badb32484aed3b8f716 Mon Sep 17 00:00:00 2001 From: ByungWoo Lee Date: Fri, 5 Jun 2015 17:25:30 +0900 Subject: [PATCH] Modify macro of profile in spec Change-Id: I84de983d1f5d593b2c6c05576118a5e700a9ea67 --- packaging/capi-base-utils.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/capi-base-utils.spec b/packaging/capi-base-utils.spec index 5912231..ebe41b5 100755 --- a/packaging/capi-base-utils.spec +++ b/packaging/capi-base-utils.spec @@ -32,10 +32,10 @@ The base utils library for internationalization and localization (Development) #export CFLAGS="$CFLAGS -Wall -Werror -Wno-unused-function" cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} -DLIB_INSTALL_DIR:PATH=%{_libdir} -DINCLUDE_INSTALL_DIR:PATH=%{_includedir} \ -DPKG_NAME=%{name} -DPKG_VERSION=%{version} \ -%if "%{?tizen_profile_name}" == "wearable" +%if "%{profile}" == "wearable" -DTIZEN_WEARABLE=YES \ %endif -%if "%{?tizen_profile_name}" == "mobile" +%if "%{profile}" == "mobile" -DTIZEN_MOBILE=YES \ %endif -- 2.34.1