[ABS] Merge "TizenRefApp-6114 [Email] Add 'file://' to URI app_control request on... accepted/tizen/mobile/20160426.103844 submit/tizen_mobile_tpk/20160425.120350
authori.olshevskyi <i.olshevskyi@samsung.com>
Mon, 25 Apr 2016 12:05:31 +0000 (21:05 +0900)
committeri.olshevskyi <i.olshevskyi@samsung.com>
Mon, 25 Apr 2016 12:05:31 +0000 (21:05 +0900)
Reference: submit/tizen/20160425.120350
Commit id: ff5d5ccb85f9514c77f097db42476b2d28ae2098
Requested by: i.olshevskyi@samsung.com
SDK rootstrap version:

org.tizen.email-0.9.34-arm.tpk [new file with mode: 0644]
org.tizen.email-0.9.34-i386.tpk [new file with mode: 0644]
packaging/org.tizen.email.spec [new file with mode: 0644]

diff --git a/org.tizen.email-0.9.34-arm.tpk b/org.tizen.email-0.9.34-arm.tpk
new file mode 100644 (file)
index 0000000..799e52f
Binary files /dev/null and b/org.tizen.email-0.9.34-arm.tpk differ
diff --git a/org.tizen.email-0.9.34-i386.tpk b/org.tizen.email-0.9.34-i386.tpk
new file mode 100644 (file)
index 0000000..20c41bc
Binary files /dev/null and b/org.tizen.email-0.9.34-i386.tpk differ
diff --git a/packaging/org.tizen.email.spec b/packaging/org.tizen.email.spec
new file mode 100644 (file)
index 0000000..9e47e31
--- /dev/null
@@ -0,0 +1,43 @@
+Name:       org.tizen.email
+#VCS_FROM:   profile/mobile/apps/native/email-app#ff5d5ccb85f9514c77f097db42476b2d28ae2098
+#RS_Ver:    20160425_1 
+Summary:    Native email application
+Version:    0.9.34
+Release:    1
+Group:      Applications/Messaging
+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}/*