blob: fae792cd1ae81ca5eed6c8500cf0d62fd563fd5f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
Name: org.tizen.webapp-addon-setting_wearable
Summary: org.tizen.webapp-addon-setting_wearable for the wearable devices
Version: 1.0.1
Release: 2
Group: Applications/Web Framework
License: Apache-2.0
Source0: %{name}-%{version}.tar.gz
BuildRequires: pkgconfig(libtzplatform-config)
%define preload_wgt_path %{TZ_SYS_RO_APP}/.preload-wgt
%description
profile/wearable/apps/web/webapp-addon-setting
This is a container package which have preload TPK/WGT files
%prep
%setup -q
%build
%install
rm -rf %{buildroot}
mkdir -p %{buildroot}/%{preload_wgt_path}
install bin/%{name}-%{version}.wgt %{buildroot}/%{preload_wgt_path}/
%post
%files
%defattr(-,root,root,-)
%{preload_wgt_path}/*
|