From: Igor Olshevskyi Date: Thu, 17 Aug 2017 07:20:40 +0000 (+0900) Subject: [ABS] TizenRefApp-8255 [RTL] Attached files improperly displayed in Composer X-Git-Tag: accepted/tizen/unified/20170822.023707^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a4e6720150e060e2fa69e801800c6d15a96fde16;p=profile%2Fmobile%2Fapps%2Fnative%2Femail-app.git [ABS] TizenRefApp-8255 [RTL] Attached files improperly displayed in Composer Reference: submit/tizen/20170817.071617 Commit id: 474d75593823fcf267ce4c96dc2b78404086e892 Requested by: i.olshevskyi@samsung.com SDK rootstrap version: 20170817_1 --- diff --git a/org.tizen.email-0.9.34-aarch64-debug.tpk b/org.tizen.email-0.9.34-aarch64-debug.tpk index bc2443e..68c4ee0 100644 Binary files a/org.tizen.email-0.9.34-aarch64-debug.tpk and b/org.tizen.email-0.9.34-aarch64-debug.tpk differ diff --git a/org.tizen.email-0.9.34-aarch64.tpk b/org.tizen.email-0.9.34-aarch64.tpk index 7b8fced..94b4528 100644 Binary files a/org.tizen.email-0.9.34-aarch64.tpk and b/org.tizen.email-0.9.34-aarch64.tpk differ diff --git a/org.tizen.email-0.9.34-arm-debug.tpk b/org.tizen.email-0.9.34-arm-debug.tpk index a92d7f9..35bfc85 100644 Binary files a/org.tizen.email-0.9.34-arm-debug.tpk 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 index 6ec40a4..b3f8ce3 100644 Binary files a/org.tizen.email-0.9.34-arm.tpk 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 deleted file mode 100644 index 9e14e86..0000000 Binary files a/org.tizen.email-0.9.34-i386-debug.tpk and /dev/null differ diff --git a/org.tizen.email-0.9.34-i386.tpk b/org.tizen.email-0.9.34-i386.tpk deleted file mode 100644 index dbc116b..0000000 Binary files a/org.tizen.email-0.9.34-i386.tpk and /dev/null differ diff --git a/org.tizen.email-0.9.34-x86-debug.tpk b/org.tizen.email-0.9.34-x86-debug.tpk new file mode 100644 index 0000000..560d672 Binary files /dev/null and b/org.tizen.email-0.9.34-x86-debug.tpk differ diff --git a/org.tizen.email-0.9.34-x86.tpk b/org.tizen.email-0.9.34-x86.tpk new file mode 100644 index 0000000..2ab7a35 Binary files /dev/null and b/org.tizen.email-0.9.34-x86.tpk differ diff --git a/org.tizen.email-0.9.34-x86_64-debug.tpk b/org.tizen.email-0.9.34-x86_64-debug.tpk index d4ae365..d111663 100644 Binary files a/org.tizen.email-0.9.34-x86_64-debug.tpk and b/org.tizen.email-0.9.34-x86_64-debug.tpk differ diff --git a/org.tizen.email-0.9.34-x86_64.tpk b/org.tizen.email-0.9.34-x86_64.tpk index fb5edca..caa8513 100644 Binary files a/org.tizen.email-0.9.34-x86_64.tpk and b/org.tizen.email-0.9.34-x86_64.tpk differ diff --git a/packaging/org.tizen.email.spec b/packaging/org.tizen.email.spec index 8261d5d..898aeb7 100644 --- a/packaging/org.tizen.email.spec +++ b/packaging/org.tizen.email.spec @@ -1,19 +1,21 @@ Name: org.tizen.email -#VCS_FROM: profile/mobile/apps/native/email-app#1a3511712388e989a4e34e2e5610c895095961e3 -#RS_Ver: 20170217_3 -Summary: Native email application +#VCS_FROM: profile/mobile/apps/native/email-app#474d75593823fcf267ce4c96dc2b78404086e892 +#RS_Ver: 20170817_1 +Summary: email Version: 0.9.34 Release: 1 -Group: Applications/Messaging -License: Flora-1.1 +Group: N/A +License: N/A Source0: %{name}-%{version}.tar.gz +ExclusiveArch: x86_64 i586 x86 aarch64 i486 i686 i386 armv7l arm + 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 preload_tpk_path %{TZ_SYS_RO_APP}/.preload-tpk %define build_mode %{nil} @@ -27,10 +29,11 @@ Requires(post): /usr/bin/tpk-backend %define target x86_64 %endif %ifarch i386 i486 i586 i686 -%define target i386 +%define target x86 %endif + %description -profile/mobile/apps/native/email-app#1a3511712388e989a4e34e2e5610c895095961e3 +profile/mobile/apps/native/email-app#474d75593823fcf267ce4c96dc2b78404086e892 This is a container package which have preload TPK files %prep @@ -48,3 +51,4 @@ install %{internal_name}-%{version}-%{target}%{build_mode}.tpk %{buildroot}/%{pr %files %defattr(-,root,root,-) %{preload_tpk_path}/* +