[ABS] TSAM-8579[SE][Ref.App][Tizen_3.0_Public_Beta_RC5][Mobile][Email][UIT] Missing... accepted/tizen/3.0/mobile/20161028.101659 submit/tizen_3.0_mobile_tpk/20161028.062323
authorHyungGi Lee <hyunggi.lee@samsung.com>
Fri, 28 Oct 2016 08:07:56 +0000 (17:07 +0900)
committerHyungGi Lee <hyunggi.lee@samsung.com>
Fri, 28 Oct 2016 08:07:56 +0000 (17:07 +0900)
Reference: submit/tizen_3.0/20161028.062323
Commit id: ba1750c180366849da6c4a27d475a450b1828153
Requested by: hyunggi.lee@samsung.com
SDK rootstrap version: 20161027_1

org.tizen.email-0.9.34-arm-debug.tpk [new file with mode: 0644]
org.tizen.email-0.9.34-arm.tpk [new file with mode: 0644]
org.tizen.email-0.9.34-i386-debug.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-debug.tpk b/org.tizen.email-0.9.34-arm-debug.tpk
new file mode 100644 (file)
index 0000000..42bfe0b
Binary files /dev/null and b/org.tizen.email-0.9.34-arm-debug.tpk differ
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..329d4da
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-debug.tpk b/org.tizen.email-0.9.34-i386-debug.tpk
new file mode 100644 (file)
index 0000000..774311b
Binary files /dev/null and b/org.tizen.email-0.9.34-i386-debug.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..6b5b79e
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..873e558
--- /dev/null
@@ -0,0 +1,48 @@
+Name:       org.tizen.email
+#VCS_FROM:   profile/mobile/apps/native/email-app#ba1750c180366849da6c4a27d475a450b1828153
+#RS_Ver:    20161027_1 
+Summary:    Native email application
+Version:    0.9.34
+Release:    1
+Group:      Applications/Messaging
+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.email
+%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/email-app#ba1750c180366849da6c4a27d475a450b1828153
+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}/*