blob: 3ce6e429b42e03d84aeb4a168def04350c3be611 (
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
|
# 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.
%if %{dotnet_feature} == "on"
##########
## .NET ##
##########
%package sub1-domain_Feature-DotNET
Summary: DotNET feature packages
Requires: coreclr
Requires: corefx-managed
Requires: corefx-native
Requires: dotnet-launcher
Requires: mscorlib
Requires: tar
Requires: gzip
Requires: jsoncpp
Suggests: coreclr-diagnostics
Suggests: elm-sharp-theme-common
Suggests: dali-csharp-binder
Suggests: dali2-csharp-binder
Requires: %{name}-sub2-domain_CSAPI-Applications-Common
Requires: %{name}-sub2-domain_CSAPI-Applications-Preference
Requires: %{name}-sub2-domain_CSAPI-Applications-Service
Requires: %{name}-sub2-domain_CSAPI-Network-Connection
Requires: %{name}-sub2-domain_CSAPI-Network-IoTCon
Requires: %{name}-sub2-domain_CSAPI-Network-WiFi
Requires: %{name}-sub2-domain_CSAPI-Security-Repository
Requires: %{name}-sub2-domain_CSAPI-System-PlatformConfig
%description sub1-domain_Feature-DotNET
Tizen block (set of packages) for supporting .NET of Tizen
%files sub1-domain_Feature-DotNET
%endif
|