blob: 9db3cbe9cfde699ce83bccb0922ce21dd9bdc061 (
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
32
33
34
35
36
|
# Maintainer: TBD: This is temporary block for TDC Demo. You may proceed with this later anyway.
# You need ACK (+1) from the maintainer to be reviewed by building-blocks maintainers.
#########
## Web ##
#########
%package sub1-domain_API-Web
Summary: Web API Group
Suggests: %{name}-sub2-domain_API-Web-json_Glib
Suggests: %{name}-sub2-domain_API-Web-WebView
%description sub1-domain_API-Web
Tizen block (set of packages) for Group of domain API-Web
%files sub1-domain_API-Web
%package sub2-domain_API-Web-json_Glib
Summary: json_Glib
Requires: libjson-glib
%description sub2-domain_API-Web-json_Glib
Library for JavaScript Object Notation format
%files sub2-domain_API-Web-json_Glib
%package sub2-domain_API-Web-WebView
Summary: WebView
Requires: chromium-efl
Requires: %{name}-sub2-domain_API-UI-Display_Server
Requires: %{name}-sub2-domain_API-UI-FontConfig
%description sub2-domain_API-Web-WebView
The WebView API provides functions to display web pages and control web pages.
%files sub2-domain_API-Web-WebView
|