[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 3bfd816..66cb525 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 6f6bab4..671e0b8 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 136b11e..99601f3 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 6f90454..b6dfa5b 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 6c627cc..5c3cf12 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