summaryrefslogtreecommitdiff
path: root/packaging/epicfeature-development.inc
blob: 8b64d8d2074de08ccab7555e5038f83cc57d1205 (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
# Maintainer: MyungJoo Ham <myungjoo.ham@samsung.com> : Awaiting for successor.
# You need ACK (+1) from the maintainer to be reviewed by building-blocks maintainers.

%package root-feature_Development
Summary:	Development Tools
Suggests:	%{name}-sub1-feature_Development-Build
Suggests:	%{name}-sub1-feature_Development-Language
Suggests:	%{name}-sub1-feature_Development-Debug
Suggests:	%{name}-sub1-feature_Development-Utility
%description root-feature_Development
Develpoment tools that are generally not required by target devices while
being useful for developers.
%files root-feature_Development

%package sub1-feature_Development-Build
Summary:	Build tools and compilers
Suggests:	%{name}-sub2-feature_Development-Build-GCC
Suggests:	%{name}-sub2-feature_Development-Build-LLVM
Suggests:	%{name}-sub2-feature_Development-Build-CS_dotnet
Suggests:	make
Suggests:	cmake
Suggests:	dotnet-build-tools
Suggests:	ninja
%description sub1-feature_Development-Build
Build tools and compilers from Tizen
%files sub1-feature_Development-Build

%package sub2-feature_Development-Build-GCC
Summary:	GCC, the GNU Compiler Collection
Requires:	gcc
Suggests:	cpp
Suggests:	gcc-c++
Suggests:	libstdc++
Suggests:	libstdc++-devel
Suggests:	libgcc
Suggests:	libgomp
Suggests:	libobjc
Suggests:	libcc1
%description sub2-feature_Development-Build-GCC
%files sub2-feature_Development-Build-GCC

%package sub2-feature_Development-Build-LLVM
Summary:	The LLVM Compiler Infrastructure
Requires:	llvm
Requires:	clang
Suggests:	lldb
Suggests:	lldb-devel
Suggests:	llvm-devel
Suggests:	clang-devel
Suggests:	libllvm
%description sub2-feature_Development-Build-LLVM
%files sub2-feature_Development-Build-LLVM

%package sub2-feature_Development-Build-CS_dotnet
Summary:	C# Build Toold (dotnet-core)
Requires:	dotnet-build-tools
%description sub2-feature_Development-Build-CS_dotnet
%files sub2-feature_Development-Build-CS_dotnet






%package sub1-feature_Development-Language
Summary:	Languages (Runtime)
Suggests:	%{name}-sub2-feature_Development-Language-python
Suggests:	%{name}-sub2-feature_Development-Language-python3
Suggests:	%{name}-sub2-feature_Development-Language-perl
Suggests:	lua
Suggests:	%{name}-sub2-feature_Development-Language-CS_dotnet
%description sub1-feature_Development-Language
Language Support (Runtimes)
%files sub1-feature_Development-Language


%package sub2-feature_Development-Language-CS_dotnet
Summary:	C# Runtime (dotnet-core)
Requires:	coreclr
Requires:	mscorlib
Requires:	corefx-native
Requires:	corefx-managed
Suggests:	corefx-managed-ref
Suggests:	corefx-test
Suggests:	dotnet-launcher
Suggests:	scd-launcher
%description sub2-feature_Development-Language-CS_dotnet
%files sub2-feature_Development-Language-CS_dotnet



%package sub2-feature_Development-Language-python
Summary:	Python 2
Requires:	python
Suggests:	python-curses
Suggests:	python-devel
Suggests:	python-libxml2
Suggests:	python-lxml
Suggests:	python-rpm
Suggests:	python-xml
Suggests:	libpython
%description sub2-feature_Development-Language-python
%files sub2-feature_Development-Language-python

%package sub2-feature_Development-Language-python3
Summary:	Python 3
Requires:	python3
Suggests:	python3-base
Suggests:	python3-curses
Suggests:	python3-devel
Suggests:	python3-dummy
Suggests:	python3-idle
Suggests:	python3-testsuite
Suggests:	python3-tools
Suggests:	libpython3
%description sub2-feature_Development-Language-python3
%files sub2-feature_Development-Language-python3

%package sub2-feature_Development-Language-perl
Summary:	Perl
Requires:	perl
Suggests:	perl-Devel-Symdump
Suggests:	perl-HTML-Parser
Suggests:	perl-HTML-Parser-docs
Suggests:	perl-XML-Parser
Suggests:	perl-gettext
%description sub2-feature_Development-Language-perl
%files sub2-feature_Development-Language-perl




%package sub1-feature_Development-Debug
Summary:	Debugging tools
Suggests:	gdb
Suggests:	lldb
Suggests:	valgrind
Suggests:	sdbd
%description sub1-feature_Development-Debug
Debugging tools installable at Tizen targets
%files sub1-feature_Development-Debug


%package sub1-feature_Development-Utility
Summary:	Other utilities
Suggests:	bash
Suggests:	bc
Suggests:	binutils
Suggests:	busybox
Suggests:	coreutils
Suggests:	diffutils
Suggests:	findutils
Suggests:	gawk
Suggests:	grep
Suggests:	gzip
Suggests:	net-tools
Suggests:	rpm
Suggests:	sed
Suggests:	tar
Suggests:	unzip
Suggests:	xz
Suggests:	zip
%description sub1-feature_Development-Utility
Other utilities useful for in-target developoment
%files sub1-feature_Development-Utility