diff options
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/org.tizen.share-panel.spec | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/packaging/org.tizen.share-panel.spec b/packaging/org.tizen.share-panel.spec index e7aeece..4deaa65 100644 --- a/packaging/org.tizen.share-panel.spec +++ b/packaging/org.tizen.share-panel.spec @@ -1,6 +1,6 @@ Name: org.tizen.share-panel -#VCS_FROM: profile/mobile/apps/native/share-panel#b51c79f739653f22062d812cf1e20d090af1274e -#RS_Ver: 20161219_1 +#VCS_FROM: profile/mobile/apps/native/share-panel#32373830802f409c08ffcdfdc92e575542afe66d +#RS_Ver: 20200205_2 Summary: Share Panel Version: 1.0.0 Release: 1 @@ -8,12 +8,14 @@ Group: Applications/Core Applications License: Flora-1.1 Source0: %{name}-%{version}.tar.gz +ExclusiveArch: i586 x86 i486 i686 i386 armv7l arm + BuildRequires: pkgconfig(libtzplatform-config) Requires(post): /usr/bin/tpk-backend %define internal_name org.tizen.share-panel -%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,11 +29,12 @@ 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/share-panel#b51c79f739653f22062d812cf1e20d090af1274e -This is a container package which have preload TPK files +profile/mobile/apps/native/share-panel#32373830802f409c08ffcdfdc92e575542afe66d +This is a container package which have preload TPK/WGT files %prep %setup -q @@ -48,3 +51,4 @@ install %{internal_name}-%{version}-%{target}%{build_mode}.tpk %{buildroot}/%{pr %files %defattr(-,root,root,-) %{preload_tpk_path}/* + |