[ABS] TSAM-8244 Display wrongly in Lock screen content accepted/tizen/3.0/mobile/20161018.002903 submit/tizen_3.0_mobile_tpk/20161018.001038
authorJoonsub Lee <joon-sub.lee@samsung.com>
Tue, 18 Oct 2016 00:18:30 +0000 (09:18 +0900)
committerJoonsub Lee <joon-sub.lee@samsung.com>
Tue, 18 Oct 2016 00:18:30 +0000 (09:18 +0900)
Reference: submit/tizen_3.0/20161018.001038
Commit id: 7c7908299c42b9dcb173207b8fce763ca749c3c9
Requested by: joon-sub.lee@samsung.com
SDK rootstrap version: 20161017_3

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

diff --git a/org.tizen.setting-notification-1.0.0-arm-debug.tpk b/org.tizen.setting-notification-1.0.0-arm-debug.tpk
new file mode 100644 (file)
index 0000000..b5487b8
Binary files /dev/null and b/org.tizen.setting-notification-1.0.0-arm-debug.tpk differ
diff --git a/org.tizen.setting-notification-1.0.0-arm.tpk b/org.tizen.setting-notification-1.0.0-arm.tpk
new file mode 100644 (file)
index 0000000..5d653a7
Binary files /dev/null and b/org.tizen.setting-notification-1.0.0-arm.tpk differ
diff --git a/org.tizen.setting-notification-1.0.0-i386-debug.tpk b/org.tizen.setting-notification-1.0.0-i386-debug.tpk
new file mode 100644 (file)
index 0000000..5621bd7
Binary files /dev/null and b/org.tizen.setting-notification-1.0.0-i386-debug.tpk differ
diff --git a/org.tizen.setting-notification-1.0.0-i386.tpk b/org.tizen.setting-notification-1.0.0-i386.tpk
new file mode 100644 (file)
index 0000000..a13ba18
Binary files /dev/null and b/org.tizen.setting-notification-1.0.0-i386.tpk differ
diff --git a/packaging/org.tizen.setting-notification.spec b/packaging/org.tizen.setting-notification.spec
new file mode 100644 (file)
index 0000000..564b56b
--- /dev/null
@@ -0,0 +1,48 @@
+Name:       org.tizen.setting-notification
+#VCS_FROM:   profile/mobile/apps/native/ug-setting-notification-efl#7c7908299c42b9dcb173207b8fce763ca749c3c9
+#RS_Ver:    20161017_3 
+Summary:    notification-setting
+Version:    1.0.0
+Release:    1
+Group:      Applications/Core Applications
+License:    Apache-2.0
+Source0:    %{name}-%{version}.tar.gz
+
+ExcludeArch:  aarch64 x86_64
+BuildRequires:  pkgconfig(libtzplatform-config)
+Requires(post):  /usr/bin/tpk-backend
+
+%define internal_name org.tizen.setting-notification
+%define preload_tpk_path %{TZ_SYS_RO_APP}/.preload-tpk 
+
+%define build_mode %{nil}
+
+%ifarch i386 i486 i586 i686 x86_64
+%define target i386
+%else
+%ifarch arm armv7l aarch64
+%define target arm
+%else
+%define target noarch
+%endif
+%endif
+
+%description
+profile/mobile/apps/native/ug-setting-notification-efl#7c7908299c42b9dcb173207b8fce763ca749c3c9
+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}/*