[ABS] WebApp Addon Setting App
authorHyokeun Jeon <hyokeun.jeon@samsung.com>
Tue, 1 Oct 2019 10:14:26 +0000 (19:14 +0900)
committerHyokeun Jeon <hyokeun.jeon@samsung.com>
Tue, 1 Oct 2019 10:14:26 +0000 (19:14 +0900)
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

WebAppAddonSetting-1.0.0-arm.wgt [deleted file]
WebAppAddonSetting-1.0.0.wgt [moved from WebAppAddonSetting-1.0.0-x86.wgt with 99% similarity]
packaging/org.tizen.test2.spec

diff --git a/WebAppAddonSetting-1.0.0-arm.wgt b/WebAppAddonSetting-1.0.0-arm.wgt
deleted file mode 100644 (file)
index b678818..0000000
Binary files a/WebAppAddonSetting-1.0.0-arm.wgt and /dev/null differ
similarity index 99%
rename from WebAppAddonSetting-1.0.0-x86.wgt
rename to WebAppAddonSetting-1.0.0.wgt
index 09bce9e..a7f0fe5 100644 (file)
Binary files a/WebAppAddonSetting-1.0.0-x86.wgt and b/WebAppAddonSetting-1.0.0.wgt differ
index b3c23cd..7f648b2 100644 (file)
@@ -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