Tizen:Mobile/TV - VMinstall pkg required by new util-linux
[scm/meta/obs.git] / Tizen:Mobile / _config
1 ################################################################################
2 # OBS Project config for Tizen:Mobile
3 #
4 # RE contacts:
5 # Joonsub Lee <joon-sub.lee@samsung.com>
6 #
7 # vim: set syntax=spec:
8 ################################################################################
9
10 Patterntype: rpm-md comps
11 Release: <CI_CNT>.<B_CNT>
12 Support: build
13 Support: build-compare build-mkbaselibs
14 Support: rpmlint-mini rpmlint-tizen
15
16 ############################# conflicts resolution #############################
17
18 FileProvides: /usr/sbin/groupadd pwdutils
19 Prefer: util-linux
20 Prefer: libtapi-devel
21 Prefer: libpci-devel
22
23 ############################# profile definition ###############################
24
25 %define profile mobile
26 %define _with_tizen 1
27
28 # For classifying debug/release mode
29 Macros:
30 %tizen_build_devel_mode 1
31 :Macros
32
33 # %release_name and %tizen_full_version are used in platform/upstream/tizen-release
34
35 Macros:
36 %profile mobile
37 %release_name Tizen3/Mobile
38
39 %tizen_version_major 3
40 %tizen_version_minor 0
41 %tizen_version_patch 0
42
43 %tizen_version %{tizen_version_major}.%{tizen_version_minor}
44 %tizen_full_version %{tizen_version}.%{tizen_version_patch}
45 %tizen %tizen_version
46 %vendor tizen
47 %_vendor tizen
48 %_with_tizen 1
49
50 %check exit 0
51 %run_check_section 0
52 %opensuse_bs 1
53 %_default_patch_fuzz   2
54 :Macros
55
56 ############################# display system ###################################
57
58 ########## display system selection ##########
59
60 # selection of the display system
61 # this selection is done for each repository
62 #
63 # flags combinations:
64 # |----------------------------------------------------
65 # | wayland |  x  | meaning
66 # |----------------------------------------------------
67 # |         |  1  | pure X11 platform(no wayland)
68 # |   1     |     | pure wayland platform (no X11)
69 # |   1     |  1  | wayland but X compatibility
70 # |         |     | no X and no wayland
71 # |----------------------------------------------------
72 #
73 # Owner: Stephane <stephane.desneux@open.eurogiciel.org>
74
75 ########## RDP flag ##########
76
77 # enable/disable RDP (remote desktop protocol) for wayland
78 # flag: _with_rdp, used in repositories
79 # Affects: weston, freerdp
80 # Owner: Manuel <manuel.bachmann@open.eurogiciel.org>
81
82 ########## mesa activation ##########
83
84 %define _with_mesa 1
85 Macros:
86 %_with_mesa 1
87 :Macros
88
89 %ifarch %arm armv7l %{aarch64}
90    Substitute: mesa-devel pkgconfig(glesv2)
91    #FIXME Substitute: pkgconfig(egl)
92 %endif
93
94 ############################# wayland repositories #############################
95
96 %if "%_repository" == "atom-wayland" || "%_repository" == "x86_64-wayland" || "%_repository" == "arm-wayland" || "%_repository" == "arm64-wayland"
97
98 Substitute: pkgconfig(gles20)  pkgconfig(egl) pkgconfig(glesv2)
99 Substitute: pkgconfig(gles11)  pkgconfig(egl) pkgconfig(glesv1) pkgconfig(gl)
100
101 %define _with_wayland 1
102 %define _with_rdp 1
103
104 Macros:
105 %_with_wayland 1
106 %_with_rdp 1
107 :Macros
108
109 %endif
110
111 ############################# X11 repositories #################################
112
113 %if "%_repository" == "atom-x11" || "%_repository" == "x86_64-x11" || "%_repository" == "arm-x11" || "%_repository" == "arm64-x11"
114 Substitute: pkgconfig(gles20) pkgconfig(egl) pkgconfig(glesv2) pkgconfig(gl)
115 Substitute: pkgconfig(gles11) pkgconfig(egl) pkgconfig(glesv1_cm) pkgconfig(gl)
116
117 %define _with_x 1
118
119 Macros:
120 %_with_x 1
121 :Macros
122
123 %endif
124
125 ############################# emulator repositories ############################
126
127 %if "%_repository" == "emulator32-wayland" || "%_repository" == "emulator64-wayland"
128
129 Prefer: mesa-libGLESv2
130 Prefer: libwayland-egl
131 Prefer: libgbm
132 Prefer: mesa-libGL
133 Prefer: mesa-libEGL
134 Prefer: emulator-yagl
135
136 Substitute: pkgconfig(gles20)  pkgconfig(egl) pkgconfig(glesv2)
137 Substitute: pkgconfig(gles11)  pkgconfig(egl) pkgconfig(glesv1) pkgconfig(gl)
138
139 %define _with_wayland 1
140 %define _with_emulator 1
141
142 Macros:
143 %_with_wayland 1
144 %_with_emulator 1
145 :Macros
146
147 %endif
148
149 ############################# misc config flags ################################
150
151 # This build macro controls the libdlog output. If enabled,
152 # libdlog writes to Systemd Journal. If disabled, libdlog writes to kernel Android
153 # logger FIFO. Affects: dlog.
154 # Owner: Mikko <mikko.ylinen@intel.com>
155 Macros:
156 %_with_dlog_to_systemd_journal 1
157 :Macros
158
159 # Macro used to handle bluetooth popups without syspopup/bt-syspopup which needs OSP .
160 # In IVI, this macro permits to address bluetooth notifications (using C API) to notification-service daemon.
161 # Then homescreen is supposed to deal with those notifications and display relevant popups.
162 # Affects: bluetooth-frwk
163 # Owner: Corentin Lecouvey <corentin.lecouvey@open.eurogiciel.org>
164 Macros:
165 %_with_bluetooth_frwk_libnotification 1
166 :Macros
167
168 # This build macro controls whether the OS uses
169 # legacy nfc-manager or neard enabled nfc-manager-neard. If enabled,
170 # nfc-manager-neard is used. Affects: nfc CAPI, emulator-plugin-nfc
171 # Owner: Arron Wang <arron.wang@intel.com>
172 Macros:
173 %_with_neard_nfc 1
174 :Macros
175
176 # Uses mobile-specific Samsung patches for PulseAudio. Tizen Mobile needs
177 # this -> Tizen Mobile is compiled with this option.
178 # Owner: Ismo Puustinen <ismo.puustinen@intel.com>
179 # FIXME: Why this extra define in the obs config ?
180 %define _with_pulseaudio_samsung_policy 1
181 Macros:
182 %_with_pulseaudio_samsung_policy 1
183 :Macros
184
185 # Activate introspection
186 # This is needed on GuPNP to build Rygel correctly in IVI
187 # Impacts potentially packages that use gobject-introspection
188 # Owner: Mikko <mikko.ylinen@intel.com>
189 Macros:
190 %_with_introspection 1
191 :Macros
192
193 ############################# build config #####################################
194
195 %define gcc_version 49
196 Macros:
197 %gcc_version 49
198 :Macros
199
200 ########## targets ##########
201
202 %ifarch i586
203 Target: i686-tizen-linux
204 %endif
205
206 %ifarch armv7hl
207 Target: armv7hl-tizen-linux
208 %endif
209
210 %ifarch armv7l
211 Target: armv7l-tizen-linux
212 %endif
213
214 %ifarch aarch64
215 Target: aarch64-tizen-linux
216 %endif
217
218 ########## cross build ##########/ex
219
220 %ifarch %arm armv7l
221 Hostarch: x86_64
222 # cross build support for the build hosts
223 Preinstall: qemu-linux-user-cross-arm
224 Keep: qemu-linux-user-cross-arm
225 %endif
226
227 %ifarch armv7hl
228 Preinstall: qemu-accel-armv7hl
229 Runscripts: qemu-accel-armv7hl
230 Preinstall: libmount libblkid libuuid
231 %endif
232
233 %ifarch armv7l
234 Preinstall: qemu-accel-armv7l-cross-arm
235 Runscripts: qemu-accel-armv7l-cross-arm
236 Preinstall: libmount libblkid libuuid
237 %endif
238
239 %ifarch aarch64
240 Hostarch: x86_64
241 Preinstall: qemu-linux-user-cross-arm
242 Keep: qemu-linux-user-cross-arm
243 Preinstall: qemu-accel-aarch64-cross-aarch64
244 Runscripts: qemu-accel-aarch64-cross-aarch64
245 Preinstall: libmount libblkid libuuid
246 %endif
247
248 ########## exports for different architectures ##########
249
250 ExportFilter: \.armv7l\.rpm$ armv7l
251 ExportFilter: \.aarch64\.rpm$ aarch64
252 ExportFilter: \.x86_64\.rpm$ x86_64
253
254 ########## buildroot config ##########
255
256 Preinstall: setup filesystem
257 RunScripts: setup
258
259 Preinstall: bash bzip2 coreutils diffutils grep rpm
260 Preinstall: glibc libacl libattr
261 Preinstall: libcap
262 Preinstall: libgcc_s1
263 Preinstall: libpopt sed tar zlib
264 Preinstall: libncurses libreadline
265 Preinstall: libelf libbz2
266 Preinstall: liblzma
267 Preinstall: nss nspr libfreebl3 libsoftokn3
268 Preinstall: libmagic
269 Preinstall: liblua
270 Preinstall: smack libsmack libxml2 libmagic  libmagic-data
271 Preinstall: libsqlite
272 #Preinstall: rpm-security-plugin
273 Preinstall: util-linux
274
275 VMinstall: perl libmount libblkid libext2fs libuuid  grep libpcre util-linux libsmartcols
276
277 Required: binutils gcc glibc rpm-build libtool
278
279 Support: glibc-locale
280 Support: perl
281 Support: hostname
282 Support: cpio findutils
283 Support: file findutils zlib bzip2
284 Support: gzip hostname net-tools
285 Support: make  patch sed  gawk tar grep coreutils pkg-config
286 Support: m4  tzdata
287 Support: util-linux
288 Support: less
289 Support: which  elfutils
290 Support: update-alternatives
291
292 # FIXME: TO REMOVE (? comes from IVI)
293 Support: gcc-c++
294
295 Keep: cpp%{gcc_version} gcc%{gcc_version} gcc%{gcc_version}-ada libstdc++%{gcc_version}
296 Keep: libstdc++%{gcc_version}-devel gcc%{gcc_version}-c++
297 Keep: cpp gcc libstdc++
298 Keep: pam
299 Keep: binutils cpp  libmagic-data file findutils gawk gcc  gcc-c++
300 Keep: gdbm gzip libada libunwind  glibc-devel libpcre xz-lzma-compat
301 Keep: make  gmp libcap groff cpio
302 Keep: patch rpm-build  nss nspr elfutils python grep libgcc gcc-c++
303 Keep: kernel-headers  perl-libs perl
304 Keep: pkgconfig glib2 tizen-rpm-config
305 Keep: libmpc libmpfr libppl libgmp libppl_c
306 Keep: libcloog libppl libgmpxx
307 Keep: nss-softokn-freebl libmagic libmagic-data
308 Keep: setup
309 Keep: update-alternatives
310 Prefer: libstdc++%{gcc_version} libgcc%{gcc_version}
311 Prefer: libstdc++%{gcc_version}-32bit libstdc++%{gcc_version}-64bit
312
313 Substitute: gettext gettext-tools
314
315 %ifarch x86_64
316 Substitute: glibc-devel-32bit glibc-devel-32bit glibc-32bit
317 %else
318 Substitute: glibc-devel-32bit
319 %endif
320
321 ########## compilation flags ##########
322 Optflags: armv7l -O2 -g2 -feliminate-unused-debug-types -pipe -Wall  -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector  --param=ssp-buffer-size=32 -Wformat -Wformat-security -fmessage-length=0 -march=armv7-a -mtune=cortex-a8 -mlittle-endian  -mfpu=neon -mfloat-abi=softfp -Wp,-D__SOFTFP__
323 Optflags: aarch64 -O2 -g2 -feliminate-unused-debug-types -pipe -Wall  -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector  -Wformat -Wformat-security -fmessage-length=0 -march=armv8-a+fp+simd+crc+crypto
324 Optflags: i686 -O2 -g2 -feliminate-unused-debug-types -pipe -Wall  -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector  --param=ssp-buffer-size=32 -Wformat -Wformat-security -fmessage-length=0 -m32 -march=i686 -mtune=i686 -msse4.2 -mfpmath=sse -fasynchronous-unwind-tables -fno-omit-frame-pointer
325 Optflags: x86_64 -O2 -g2 -feliminate-unused-debug-types -pipe -Wall  -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector  --param=ssp-buffer-size=32 -Wformat -Wformat-security -fmessage-length=0 -m64 -march=corei7 -msse4.2  -mtune=corei7-avx -mfpmath=sse -fasynchronous-unwind-tables -fno-omit-frame-pointer  -fipa-cp-clone