From: Hyokeun Jeon Date: Tue, 1 Oct 2019 10:14:26 +0000 (+0900) Subject: [ABS] WebApp Addon Setting App X-Git-Tag: submit/tizen_test_mobile_wgt/20191001.162430~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=28526864f544414581c77e3e8de81361c361b451;p=scm%2Ftest2.git [ABS] WebApp Addon Setting App Create new project for WebApp Addon Setting App Reference: submit/tizen_test/20191001.162430 Commit id: c0c40fd641ae5dd4be132bf61375064da5b29138 Requested by: hyokeun.jeon@samsung.com SDK rootstrap version: 20190930_2 --- diff --git a/WebAppAddonSetting-1.0.0-arm.wgt b/WebAppAddonSetting-1.0.0-arm.wgt deleted file mode 100644 index b678818..0000000 Binary files a/WebAppAddonSetting-1.0.0-arm.wgt and /dev/null differ diff --git a/WebAppAddonSetting-1.0.0-x86.wgt b/WebAppAddonSetting-1.0.0.wgt similarity index 99% rename from WebAppAddonSetting-1.0.0-x86.wgt rename to WebAppAddonSetting-1.0.0.wgt index 09bce9e..a7f0fe5 100644 Binary files a/WebAppAddonSetting-1.0.0-x86.wgt and b/WebAppAddonSetting-1.0.0.wgt differ diff --git a/packaging/org.tizen.test2.spec b/packaging/org.tizen.test2.spec index b3c23cd..7f648b2 100644 --- a/packaging/org.tizen.test2.spec +++ b/packaging/org.tizen.test2.spec @@ -1,6 +1,5 @@ Name: org.tizen.test2 #VCS_FROM: scm/test2#c0c40fd641ae5dd4be132bf61375064da5b29138 -#RS_Ver: 20190930_2 Summary: org.tizen.test2 Version: 1.0.0 Release: 1 @@ -8,30 +7,12 @@ Group: N/A License: Apache-2.0 Source0: %{name}-%{version}.tar.gz -ExclusiveArch: i586 x86 i486 i686 i386 armv7l arm - - BuildRequires: pkgconfig(libtzplatform-config) Requires(post): /usr/bin/wgt-backend %define internal_name WebAppAddonSetting %define preload_wgt_path %{TZ_SYS_RO_APP}/.preload-wgt -%define build_mode %{nil} - -%ifarch arm armv7l -%define target arm -%endif -%ifarch aarch64 -%define target aarch64 -%endif -%ifarch x86_64 -%define target x86_64 -%endif -%ifarch i386 i486 i586 i686 -%define target x86 -%endif - %description scm/test2#c0c40fd641ae5dd4be132bf61375064da5b29138 This is a container package which have preload TPK/WGT files @@ -44,7 +25,7 @@ This is a container package which have preload TPK/WGT files %install rm -rf %{buildroot} mkdir -p %{buildroot}/%{preload_wgt_path} -install %{internal_name}-%{version}-%{target}%{build_mode}.wgt %{buildroot}/%{preload_wgt_path}/ +install %{internal_name}-%{version}.wgt %{buildroot}/%{preload_wgt_path}/ %post