[ABS] using 2 additional app-control operations to distinguish what module("do... accepted/tizen/mobile/20160426.234201 submit/tizen_mobile_tpk/20160426.105621
authorgen.azarov <gen.azarov@samsung.com>
Tue, 26 Apr 2016 10:56:55 +0000 (19:56 +0900)
committergen.azarov <gen.azarov@samsung.com>
Tue, 26 Apr 2016 10:56:55 +0000 (19:56 +0900)
Reference: submit/tizen/20160426.105621
Commit id: 54370ab4be6ecd82aec1056b91f66b9e47329b21
Requested by: gen.azarov@samsung.com
SDK rootstrap version:

org.tizen.setting-notification-1.0.0-arm.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.tpk b/org.tizen.setting-notification-1.0.0-arm.tpk
new file mode 100644 (file)
index 0000000..8be966f
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.tpk b/org.tizen.setting-notification-1.0.0-i386.tpk
new file mode 100644 (file)
index 0000000..bfcf446
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..60751c8
--- /dev/null
@@ -0,0 +1,43 @@
+Name:       org.tizen.setting-notification
+#VCS_FROM:   profile/mobile/apps/native/ug-setting-notification-efl#54370ab4be6ecd82aec1056b91f66b9e47329b21
+#RS_Ver:    20160425_3 
+Summary:    notification-setting
+Version:    1.0.0
+Release:    1
+Group:      Applications/Core Applications
+License:    Apache-2.0
+Source0:    %{name}-%{version}.tar.gz
+
+BuildRequires:  pkgconfig(libtzplatform-config)
+Requires(post):  /usr/bin/tpk-backend
+
+%define preload_tpk_path %{TZ_SYS_RO_APP}/.preload-tpk 
+
+%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
+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 %{name}-%{version}-%{target}.tpk %{buildroot}/%{preload_tpk_path}/
+
+%post
+
+%files
+%defattr(-,root,root,-)
+%{preload_tpk_path}/*