[ABS] Fix layout of date and time accepted/tizen/6.0/unified/hotfix/20201102.231008 submit/tizen_6.0_hotfix_mobile_tpk/20201102.192905
authoralone <yooduck.seo@samsung.com>
Mon, 2 Nov 2020 11:21:47 +0000 (20:21 +0900)
committeralone <yooduck.seo@samsung.com>
Mon, 2 Nov 2020 11:21:47 +0000 (20:21 +0900)
    - fix 'padding_right' in 'date_time_layout'

Reference: submit/tizen_6.0_hotfix/20201102.192905
Commit id: d425fd3b539f5ccf07416e6d6b982343c94ba376
Requested by: None
SDK rootstrap version: 20201028_1

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

diff --git a/org.tizen.setting-1.0.0-arm-debug.tpk b/org.tizen.setting-1.0.0-arm-debug.tpk
new file mode 100644 (file)
index 0000000..ccd2034
Binary files /dev/null and b/org.tizen.setting-1.0.0-arm-debug.tpk differ
diff --git a/org.tizen.setting-1.0.0-arm.tpk b/org.tizen.setting-1.0.0-arm.tpk
new file mode 100644 (file)
index 0000000..6741fd1
Binary files /dev/null and b/org.tizen.setting-1.0.0-arm.tpk differ
diff --git a/org.tizen.setting-1.0.0-i586-debug.tpk b/org.tizen.setting-1.0.0-i586-debug.tpk
new file mode 100644 (file)
index 0000000..c6bc624
Binary files /dev/null and b/org.tizen.setting-1.0.0-i586-debug.tpk differ
diff --git a/org.tizen.setting-1.0.0-i586.tpk b/org.tizen.setting-1.0.0-i586.tpk
new file mode 100644 (file)
index 0000000..bffd10e
Binary files /dev/null and b/org.tizen.setting-1.0.0-i586.tpk differ
diff --git a/packaging/org.tizen.setting.spec b/packaging/org.tizen.setting.spec
new file mode 100644 (file)
index 0000000..b1ef274
--- /dev/null
@@ -0,0 +1,54 @@
+Name:       org.tizen.setting
+#VCS_FROM:   profile/mobile/apps/native/settings#d425fd3b539f5ccf07416e6d6b982343c94ba376
+#RS_Ver:    20201028_1
+Summary:    org.tizen.setting
+Version:    1.0.0
+Release:    1
+Group:      N/A
+License:    Apache-2.0
+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.setting
+%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 i586
+%endif
+
+%description
+profile/mobile/apps/native/settings#d425fd3b539f5ccf07416e6d6b982343c94ba376
+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}/*
+