[ABS] Modified build make file accepted/tizen_6.0_unified tizen_6.0_tizeniot_tpk accepted/tizen/6.0/unified/20201030.102409 submit/tizen_6.0_tizeniot_tpk/20201029.205504
authoralone <yooduck.seo@samsung.com>
Thu, 29 Oct 2020 13:32:16 +0000 (22:32 +0900)
committeralone <yooduck.seo@samsung.com>
Thu, 29 Oct 2020 13:32:16 +0000 (22:32 +0900)
Reference: submit/tizen_6.0/20201029.205504
Commit id: 0b3d4f64adb3f15752d0b61c89f39770c913f394
Requested by: None
SDK rootstrap version: 20201028_1

org.tizen.setting-homescreen_common-1.0.0-aarch64-debug.tpk [new file with mode: 0644]
org.tizen.setting-homescreen_common-1.0.0-aarch64.tpk [new file with mode: 0644]
org.tizen.setting-homescreen_common-1.0.0-arm-debug.tpk [new file with mode: 0644]
org.tizen.setting-homescreen_common-1.0.0-arm.tpk [new file with mode: 0644]
packaging/org.tizen.setting-homescreen_common.spec [new file with mode: 0644]

diff --git a/org.tizen.setting-homescreen_common-1.0.0-aarch64-debug.tpk b/org.tizen.setting-homescreen_common-1.0.0-aarch64-debug.tpk
new file mode 100644 (file)
index 0000000..d7e5214
Binary files /dev/null and b/org.tizen.setting-homescreen_common-1.0.0-aarch64-debug.tpk differ
diff --git a/org.tizen.setting-homescreen_common-1.0.0-aarch64.tpk b/org.tizen.setting-homescreen_common-1.0.0-aarch64.tpk
new file mode 100644 (file)
index 0000000..34f0430
Binary files /dev/null and b/org.tizen.setting-homescreen_common-1.0.0-aarch64.tpk differ
diff --git a/org.tizen.setting-homescreen_common-1.0.0-arm-debug.tpk b/org.tizen.setting-homescreen_common-1.0.0-arm-debug.tpk
new file mode 100644 (file)
index 0000000..006126d
Binary files /dev/null and b/org.tizen.setting-homescreen_common-1.0.0-arm-debug.tpk differ
diff --git a/org.tizen.setting-homescreen_common-1.0.0-arm.tpk b/org.tizen.setting-homescreen_common-1.0.0-arm.tpk
new file mode 100644 (file)
index 0000000..e5be3e6
Binary files /dev/null and b/org.tizen.setting-homescreen_common-1.0.0-arm.tpk differ
diff --git a/packaging/org.tizen.setting-homescreen_common.spec b/packaging/org.tizen.setting-homescreen_common.spec
new file mode 100644 (file)
index 0000000..2dee18d
--- /dev/null
@@ -0,0 +1,54 @@
+Name:       org.tizen.setting-homescreen_common
+#VCS_FROM:   profile/iot/apps/native/ug-setting-homescreen-efl#0b3d4f64adb3f15752d0b61c89f39770c913f394
+#RS_Ver:    20201028_1
+Summary:    org.tizen.setting-homescreen_common
+Version:    1.0.0
+Release:    1
+Group:      N/A
+License:    Apache-2.0
+Source0:    %{name}-%{version}.tar.gz
+
+ExclusiveArch:  aarch64 armv7l arm
+
+
+BuildRequires:  pkgconfig(libtzplatform-config)
+Requires(post):  /usr/bin/tpk-backend
+
+%define internal_name org.tizen.setting-homescreen_common
+%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/iot/apps/native/ug-setting-homescreen-efl#0b3d4f64adb3f15752d0b61c89f39770c913f394
+This is a container package which have preload TPK/WGT 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}/*
+