[ABS] Merge branch 'tizen' into tizen_3.0 accepted/tizen/mobile/20161111.002804 submit/tizen_mobile_tpk/20161110.105708
authorRahul Dadhich <r.dadhich@samsung.com>
Thu, 10 Nov 2016 10:59:38 +0000 (19:59 +0900)
committerRahul Dadhich <r.dadhich@samsung.com>
Thu, 10 Nov 2016 10:59:38 +0000 (19:59 +0900)
Reference: submit/tizen_mobile/20161110.105708
Commit id: fe5a54681035a42d713d390c3d48cec19a28b0ba
Requested by: r.dadhich@samsung.com
SDK rootstrap version: 20161110_3

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

diff --git a/org.tizen.gallery-1.0.0-aarch64-debug.tpk b/org.tizen.gallery-1.0.0-aarch64-debug.tpk
new file mode 100644 (file)
index 0000000..ddd5a37
Binary files /dev/null and b/org.tizen.gallery-1.0.0-aarch64-debug.tpk differ
diff --git a/org.tizen.gallery-1.0.0-aarch64.tpk b/org.tizen.gallery-1.0.0-aarch64.tpk
new file mode 100644 (file)
index 0000000..a8f472d
Binary files /dev/null and b/org.tizen.gallery-1.0.0-aarch64.tpk differ
index 3bfd816a5fa880059efc155e6bf37d15af222433..66cb525a48bc72338f1e797b0523f9a2cc1d9790 100644 (file)
Binary files a/org.tizen.gallery-1.0.0-arm-debug.tpk and b/org.tizen.gallery-1.0.0-arm-debug.tpk differ
index 6f6bab4e21adfd95b6814a955c07d745cf75f93d..671e0b87ebd559131f47e95bd4f5223454a0723c 100644 (file)
Binary files a/org.tizen.gallery-1.0.0-arm.tpk and b/org.tizen.gallery-1.0.0-arm.tpk differ
index 136b11ec356ddf443295174a54ee33807e47ee3b..99601f3578fa3cdf4e18a3338b51b9999aa41f14 100644 (file)
Binary files a/org.tizen.gallery-1.0.0-i386-debug.tpk and b/org.tizen.gallery-1.0.0-i386-debug.tpk differ
index 6f904541254c52be494af1b947b680830bc30591..b6dfa5bd77b051688358ab8f70a934c3fa59309e 100644 (file)
Binary files a/org.tizen.gallery-1.0.0-i386.tpk and b/org.tizen.gallery-1.0.0-i386.tpk differ
diff --git a/org.tizen.gallery-1.0.0-x86_64-debug.tpk b/org.tizen.gallery-1.0.0-x86_64-debug.tpk
new file mode 100644 (file)
index 0000000..bccf036
Binary files /dev/null and b/org.tizen.gallery-1.0.0-x86_64-debug.tpk differ
diff --git a/org.tizen.gallery-1.0.0-x86_64.tpk b/org.tizen.gallery-1.0.0-x86_64.tpk
new file mode 100644 (file)
index 0000000..36ff45a
Binary files /dev/null and b/org.tizen.gallery-1.0.0-x86_64.tpk differ
index 6c627cc49b3dd589233c1c07c05d7c56abe25698..5c3cf12797bc62a7680eae6ca16607f197a46e07 100644 (file)
@@ -1,6 +1,6 @@
 Name:       org.tizen.gallery
-#VCS_FROM:   profile/mobile/apps/native/gallery#0dc2941ae8181f0e88fc2db3535d5a10208c47ef
-#RS_Ver:    20161101_3 
+#VCS_FROM:   profile/mobile/apps/native/gallery#fe5a54681035a42d713d390c3d48cec19a28b0ba
+#RS_Ver:    20161110_3 
 Summary:    org.tizen.gallery UX
 Version:    1.0.0
 Release:    1
@@ -8,7 +8,7 @@ Group:      Applications
 License:    Apache-2.0
 Source0:    %{name}-%{version}.tar.gz
 
-ExcludeArch:  aarch64 x86_64
+
 BuildRequires:  pkgconfig(libtzplatform-config)
 Requires(post):  /usr/bin/tpk-backend
 
@@ -17,18 +17,20 @@ Requires(post):  /usr/bin/tpk-backend
 
 %define build_mode %{nil}
 
-%ifarch i386 i486 i586 i686 x86_64
-%define target i386
-%else
-%ifarch arm armv7l aarch64
+%ifarch arm armv7l
 %define target arm
-%else
-%define target noarch
 %endif
+%ifarch aarch64
+%define target aarch64
+%endif
+%ifarch x86_64
+%define target x86_64
+%endif
+%ifarch i386 i486 i586 i686
+%define target i386
 %endif
-
 %description
-profile/mobile/apps/native/gallery#0dc2941ae8181f0e88fc2db3535d5a10208c47ef
+profile/mobile/apps/native/gallery#fe5a54681035a42d713d390c3d48cec19a28b0ba
 This is a container package which have preload TPK files
 
 %prep