From: DoHyun Pyun Date: Tue, 18 Apr 2017 08:22:33 +0000 (+0900) Subject: Fix the system popup launching issue in the wearable profile X-Git-Tag: accepted/tizen/4.0/unified/20170816.012338^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F56%2F125656%2F1;p=platform%2Fcore%2Fconnectivity%2Fbt-syspopup.git Fix the system popup launching issue in the wearable profile Change-Id: I40f98c0daabd5700fbefb7b70a83e044b08c3122 Signed-off-by: DoHyun Pyun --- diff --git a/packaging/org.tizen.bt-syspopup.spec b/packaging/org.tizen.bt-syspopup.spec index 8b19a74..7cf3934 100644 --- a/packaging/org.tizen.bt-syspopup.spec +++ b/packaging/org.tizen.bt-syspopup.spec @@ -181,6 +181,20 @@ popd # For backward-compatibility and GBM build optimization # if wearable, "unified". common may be added after efl-ext is unified/refactored. %if "%{?profile}" != "mobile" && "%{?profile}" != "tv" && "%{?profile}" != "ivi" && "%{?profile}" != "common" +%post profile_wearable +pushd %{TZ_SYS_RO_APP}/org.tizen.bt-syspopup/bin +mv bt-syspopup.wearable bt-syspopup +popd +pushd %{TZ_SYS_RO_APP}/org.tizen.bt-syspopup/res/edje +mv custom_popup.edj.wearable custom_popup.edj +popd +%preun profile_wearable +pushd %{TZ_SYS_RO_APP}/org.tizen.bt-syspopup/bin +mv bt-syspopup bt-syspopup.wearable +popd +pushd %{TZ_SYS_RO_APP}/org.tizen.bt-syspopup/res/edje +mv custom_popup.edj custom_popup.edj.wearable +popd %files profile_wearable %license LICENSE %{TZ_SYS_RO_APP}/org.tizen.bt-syspopup/bin/bt-syspopup.wearable