Modify macro of profile in spec 84/40584/1 accepted/tizen/common/20150605.124527 accepted/tizen/mobile/20150606.053137 accepted/tizen/tv/20150606.053817 accepted/tizen/wearable/20150606.054703 submit/tizen/20150605.082636
authorByungWoo Lee <bw1212.lee@samsung.com>
Fri, 5 Jun 2015 08:25:30 +0000 (17:25 +0900)
committerByungWoo Lee <bw1212.lee@samsung.com>
Fri, 5 Jun 2015 08:25:30 +0000 (17:25 +0900)
Change-Id: I84de983d1f5d593b2c6c05576118a5e700a9ea67

packaging/capi-base-utils.spec

index 5912231..ebe41b5 100755 (executable)
@@ -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