Name: org.tizen.myfile
-#VCS_FROM: profile/mobile/apps/native/myfiles#09413b5571f98347bf07675cd8c4555f767dc76a
-#RS_Ver: 20161103_1
+#VCS_FROM: profile/mobile/apps/native/myfiles#cffed3ba806411c37bed645fd1c7dab26ad97f0b
+#RS_Ver: 20161109_2
Summary: Myfile Application v1.0
Version: 1.0.0
Release: 1
License: Apache-2.0
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/myfiles#09413b5571f98347bf07675cd8c4555f767dc76a
+profile/mobile/apps/native/myfiles#cffed3ba806411c37bed645fd1c7dab26ad97f0b
This is a container package which have preload TPK files
%prep