diff options
author | Hyihong Chae <hh.chae@samsung.com> | 2017-04-14 19:39:09 +0900 |
---|---|---|
committer | Hyihong Chae <hh.chae@samsung.com> | 2017-04-14 19:42:06 +0900 |
commit | 45fd66d0f5c15dfe2dc38a228fdca007a957ddfe (patch) | |
tree | 82c6f2d37149c8b4f0a8e54807dc473bd1c3b8a5 | |
parent | c87f3124bd5c4d450814eea0af3e1bc099ed4176 (diff) | |
download | ug-nfc-efl-45fd66d0f5c15dfe2dc38a228fdca007a957ddfe.tar.gz ug-nfc-efl-45fd66d0f5c15dfe2dc38a228fdca007a957ddfe.tar.bz2 ug-nfc-efl-45fd66d0f5c15dfe2dc38a228fdca007a957ddfe.zip |
fix launch fail of wearable nfc setting menu.tizen_4.0.m1_releasesubmit/tizen_4.0_unified/20170814.115522submit/tizen_4.0/20170828.110001submit/tizen_4.0/20170828.100001submit/tizen_4.0/20170814.115522submit/tizen_4.0/20170811.094300submit/tizen/20170414.105026accepted/tizen/unified/20170414.164157accepted/tizen/4.0/unified/20170828.224252accepted/tizen/4.0/unified/20170816.014350accepted/tizen/4.0/unified/20170816.010650
Change-Id: I7b6fb9ed13e3ed2e503fb5856c1594de65b0a707
Signed-off-by: HyiHong Chae <hh.chae@samsung.com>
-rw-r--r-- | packaging/ug-nfc-efl.spec | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/packaging/ug-nfc-efl.spec b/packaging/ug-nfc-efl.spec index 0aebb7e..3553ba4 100644 --- a/packaging/ug-nfc-efl.spec +++ b/packaging/ug-nfc-efl.spec @@ -1,6 +1,6 @@ Name: ug-nfc-efl Summary: NFC Setting UI -Version: 3.1.6 +Version: 3.1.7 Release: 0 Group: App/Network License: Flora-1.1 @@ -133,7 +133,9 @@ make %{?jobs:-j%jobs} popd mkdir -p wearable_ins +mkdir -p wearable_ins/packages mv %{buildroot}/%{_prefix}/apps/org.tizen.nfc-setting-app/* wearable_ins/ +mv %{buildroot}/usr/share/packages/* wearable_ins/packages/ %endif %install @@ -142,6 +144,7 @@ cp -af %{_builddir}/%{name}-%{version}/LICENSE.Flora %{buildroot}/usr/share/lice mkdir -p %{buildroot}/usr/share/packages mv common_ins/packages/* %{buildroot}/usr/share/packages/ +mv wearable_ins/packages/* %{buildroot}/usr/share/packages/ # This is for backward-compatibility. This does not deteriorate 4.0 Configurability # if common || tv || ivi || "undefined" @@ -201,13 +204,13 @@ rm /usr/ug/lib/libug-nfc-efl* %files %defattr(-,root,root,-) %{_datadir}/license/LICENSE.Flora -%{_datadir}/packages/* # This is for backward-compatibility. This does not deteriorate 4.0 Configurability # if common || tv || ivi || "undefined" %if "%{?profile}" != "wearable" && "%{?profile}" != "mobile" %files profile_common /usr/ug/common/lib/* +%{_datadir}/packages/ug-nfc-efl.xml %endif # This is for backward-compatibility. This does not deteriorate 4.0 Configurability @@ -215,6 +218,7 @@ rm /usr/ug/lib/libug-nfc-efl* %if "%{?profile}" != "common" && "%{?profile}" != "wearable" && "%{?profile}" != "tv" && "%{?profile}" != "ivi" %files profile_mobile /usr/ug/mobile/lib/* +%{_datadir}/packages/ug-nfc-efl.xml %endif # This is for backward-compatibility. This does not deteriorate 4.0 Configurability @@ -222,6 +226,7 @@ rm /usr/ug/lib/libug-nfc-efl* %if "%{?profile}" != "common" && "%{?profile}" != "mobile" && "%{?profile}" != "tv" && "%{?profile}" != "ivi" %files profile_wearable %{_prefix}/apps/org.tizen.nfc-setting-app/* +%{_datadir}/packages/org.tizen.nfc-setting-app.xml %endif # This is for backward-compatibility. This does not deteriorate 4.0 Configurability |