blob: 31aa5fbd64768d80a4a72293ad73c197b42cdc6e (
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
37
38
39
|
# 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.
#############
## Content ##
#############
%package sub1-domain_CSAPI-Content
Summary: Content Group for TizenFX C#
Suggests: %{name}-sub2-domain_CSAPI-Content-Download
Suggests: %{name}-sub2-domain_CSAPI-Content-MIME_Type
Suggests: %{name}-sub2-domain_CSAPI-Content-Media_Content
%description sub1-domain_CSAPI-Content
Tizen block (set of packages) for Group of domain API-Content
%files sub1-domain_CSAPI-Content
%package sub2-domain_CSAPI-Content-Download
Summary: Tizen.Content.Download
Requires: %{name}-sub2-domain_API-Content-Download
Requires: %{name}-sub2-domain_CSAPI-Applications-Common
%description sub2-domain_CSAPI-Content-Download
TizenFX C# for Content Download
%files sub2-domain_CSAPI-Content-Download
%package sub2-domain_CSAPI-Content-MIME_Type
Summary: Tizen.Content.MimeType
Requires: %{name}-sub2-domain_API-Content-MIME_Type
%description sub2-domain_CSAPI-Content-MIME_Type
TizenFX C# for Content MIME Type
%files sub2-domain_CSAPI-Content-MIME_Type
%package sub2-domain_CSAPI-Content-Media_Content
Summary: Tizen.Content.MediaContent
Requires: %{name}-sub2-domain_API-Content-Media_Content
Requires: %{name}-sub2-domain_CSAPI-System-Storage
Requires: %{name}-sub2-domain_CSAPI-System-Information
%description sub2-domain_CSAPI-Content-Media_Content
TizenFx C# for Media Content
%files sub2-domain_CSAPI-Content-Media_Content
|