Name: org.tizen.share-panel
-#VCS_FROM: profile/mobile/apps/native/share-panel#931b7b6cc5a729f7bd9edb58c341983933649e82
-#RS_Ver: 20160906_1
+#VCS_FROM: profile/mobile/apps/native/share-panel#18e86d91d46aef0e1d4c1a65fd35d49a2735ec78
+#RS_Ver: 20161110_3
Summary: Share Panel
Version: 1.0.0
Release: 1
Group: Applications/Core Applications
-License: Apache-2.0
+License: Flora-1.1
Source0: %{name}-%{version}.tar.gz
-ExcludeArch: aarch64 x86_64
+
BuildRequires: pkgconfig(libtzplatform-config)
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/share-panel#931b7b6cc5a729f7bd9edb58c341983933649e82
+profile/mobile/apps/native/share-panel#18e86d91d46aef0e1d4c1a65fd35d49a2735ec78
This is a container package which have preload TPK files
%prep