[ABS] Implemented Tap and Hold feature accepted/tizen/unified/20180718.154300 submit/tizen_wearable_tpk/20180718.030848
authorRobot Tizen <None>
Wed, 18 Jul 2018 03:09:36 +0000 (12:09 +0900)
committerRobot Tizen <None>
Wed, 18 Jul 2018 03:09:36 +0000 (12:09 +0900)
Reference: submit/tizen/20180718.030848
Commit id: cdd98ee8738b08e8c8f693af2fc1a928254f5c8a
Requested by: None
SDK rootstrap version: 20180712_1

org.tizen.watch-face-editor-1.0.0-arm-debug.tpk [new file with mode: 0644]
org.tizen.watch-face-editor-1.0.0-arm.tpk [new file with mode: 0644]
org.tizen.watch-face-editor-1.0.0-x86-debug.tpk [new file with mode: 0644]
org.tizen.watch-face-editor-1.0.0-x86.tpk [new file with mode: 0644]
packaging/org.tizen.watch-face-editor.spec [new file with mode: 0644]

diff --git a/org.tizen.watch-face-editor-1.0.0-arm-debug.tpk b/org.tizen.watch-face-editor-1.0.0-arm-debug.tpk
new file mode 100644 (file)
index 0000000..c20c0e4
Binary files /dev/null and b/org.tizen.watch-face-editor-1.0.0-arm-debug.tpk differ
diff --git a/org.tizen.watch-face-editor-1.0.0-arm.tpk b/org.tizen.watch-face-editor-1.0.0-arm.tpk
new file mode 100644 (file)
index 0000000..8c26404
Binary files /dev/null and b/org.tizen.watch-face-editor-1.0.0-arm.tpk differ
diff --git a/org.tizen.watch-face-editor-1.0.0-x86-debug.tpk b/org.tizen.watch-face-editor-1.0.0-x86-debug.tpk
new file mode 100644 (file)
index 0000000..7a992d5
Binary files /dev/null and b/org.tizen.watch-face-editor-1.0.0-x86-debug.tpk differ
diff --git a/org.tizen.watch-face-editor-1.0.0-x86.tpk b/org.tizen.watch-face-editor-1.0.0-x86.tpk
new file mode 100644 (file)
index 0000000..6a51b3a
Binary files /dev/null and b/org.tizen.watch-face-editor-1.0.0-x86.tpk differ
diff --git a/packaging/org.tizen.watch-face-editor.spec b/packaging/org.tizen.watch-face-editor.spec
new file mode 100644 (file)
index 0000000..84ba71c
--- /dev/null
@@ -0,0 +1,54 @@
+Name:       org.tizen.watch-face-editor
+#VCS_FROM:   profile/wearable/apps/native/watch-face-editor#cdd98ee8738b08e8c8f693af2fc1a928254f5c8a
+#RS_Ver:    20180712_1
+Summary:    watch-face-editor
+Version:    1.0.0
+Release:    1
+Group:      N/A
+License:    Flora-1.1
+Source0:    %{name}-%{version}.tar.gz
+
+ExclusiveArch:  i586 x86 i486 i686 i386 armv7l arm
+
+
+BuildRequires:  pkgconfig(libtzplatform-config)
+Requires(post):  /usr/bin/tpk-backend
+
+%define internal_name org.tizen.watch-face-editor
+%define preload_tpk_path %{TZ_SYS_RO_APP}/.preload-tpk
+
+%define build_mode %{nil}
+
+%ifarch arm armv7l
+%define target arm
+%endif
+%ifarch aarch64
+%define target aarch64
+%endif
+%ifarch x86_64
+%define target x86_64
+%endif
+%ifarch i386 i486 i586 i686
+%define target x86
+%endif
+
+%description
+profile/wearable/apps/native/watch-face-editor#cdd98ee8738b08e8c8f693af2fc1a928254f5c8a
+This is a container package which have preload TPK files
+
+%prep
+%setup -q
+
+%build
+
+%install
+rm -rf %{buildroot}
+mkdir -p %{buildroot}/%{preload_tpk_path}
+install %{internal_name}-%{version}-%{target}%{build_mode}.tpk %{buildroot}/%{preload_tpk_path}/
+
+%post
+
+%files
+%defattr(-,root,root,-)
+%{preload_tpk_path}/*
+