blob: bfee203adf0d4a7f62d5bff8afc013308eb74927 (
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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
|
################################################################################
# OBS Project config for Tizen:Common
#
# RE contacts:
# Maciej Wereski <m.wereski@partner.samsung.com>
# Pawel Wieczorek <p.wieczorek2@samsung.com>
#
# Git mirror for OBS config: review.tizen.org:scm/meta/build-config / branch tizen_common
#
# vim: set syntax=spec:
################################################################################
############################# conflicts resolution #############################
FileProvides: /etc/default/useradd shadow-utils
FileProvides: /usr/sbin/useradd shadow-utils
FileProvides: /etc/login.defs shadow-utils
FileProvides: /usr/sbin/chpasswd shadow-utils
FileProvides: /usr/sbin/groupadd shadow-utils
FileProvides: /usr/sbin/groupdel shadow-utils
FileProvides: /usr/sbin/groupmod shadow-utils
FileProvides: /usr/sbin/userdel shadow-utils
FileProvides: /usr/sbin/usermod shadow-utils
Prefer: shadow-utils
Prefer: libtapi-devel
Prefer: libpci-devel
Prefer: bluetooth-tools-no-firmware
Prefer: vconf-buxton
Prefer: vconf-buxton-devel
Prefer: vconf-buxton-keys-devel
############################# profile definition ###############################
%define profile common
%define _with_tizen 1
# %release_name and %tizen_full_version are used in platform/upstream/tizen-release
Macros:
%profile common
%release_name Tizen3/Common
%tizen_version_major 3
%tizen_version_minor 0
%tizen_version_patch 0
%tizen_version %{tizen_version_major}.%{tizen_version_minor}
%tizen_full_version %{tizen_version}.%{tizen_version_patch}
%tizen %tizen_version
%vendor tizen
%_vendor tizen
%_with_tizen 1
%__spec_check_pre exit 0
%run_check_section 0
%opensuse_bs 1
%_default_patch_fuzz 2
:Macros
########## RDP flag ##########
# enable/disable RDP (remote desktop protocol) for wayland
# flag: _with_rdp, used in repositories
# Affects: weston, freerdp
# Owner: Manuel <manuel.bachmann@open.eurogiciel.org>
########## mesa activation ##########
%define _with_mesa 1
Macros:
%_with_mesa 1
:Macros
Substitute: mesa-devel pkgconfig(glesv2)
Substitute: pkgconfig(gles20) pkgconfig(egl) pkgconfig(glesv2)
Substitute: pkgconfig(gles11) pkgconfig(egl) pkgconfig(glesv1) pkgconfig(gl)
############################# common config ####################################
Prefer: coregl coregl-devel
Prefer: libwayland-egl libwayland-egl-devel
%define _with_wayland 1
Macros:
%_with_wayland 1
:Macros
############################# wayland repositories #############################
%if "%_repository" == "arm-wayland" || "%_repository" == "arm64-wayland" || "%_repository" == "ia32-wayland" || "%_repository" == "x86_64-wayland"
Prefer: mesa libgbm
Substitute: mesa-libGLESv2 coregl
Substitute: mesa-libEGL coregl
%define _with_rdp 1
Macros:
%_with_rdp 1
:Macros
%endif
############################# emulator repositories ############################
%if "%_repository" == "emulator32-wayland"
Prefer: libgbm
Prefer: emulator-yagl emulator-yagl-devel
%define _with_emulator 1
Macros:
%_with_emulator 1
:Macros
%endif
############################# misc config flags ################################
########## USAGE ##########
#
# IMPORTANT: please follow the following rules when playing with flags
# ********************************************************************
#
# In spec file, call %bcond_with macro at the beginning and test with %with:
# -------------------------
# | %bcond_with myfeature
# | [...]
# | %if %{with myfeature}
# | [...]
# | %endif
# | [...]
# -------------------------
#
# To activate an option, use:
# -------------------------
# | %define _with_myfeature 1
# | Macros:
# | %_with_myfeature 1
# | :Macros
# -------------------------
#
# To disable an option, DON'T set the values to 0, as the option would still be defined
# but simply comment the lines: this will undefine the option.
# -------------------------
# | #%define _with_myfeature 1
# | #Macros:
# | #%_with_myfeature 1
# | #:Macros
# -------------------------
#
# More information here:
# https://en.opensuse.org/openSUSE:Build_Service_prjconf#.25bcond
#
########## flags ##########
# This build macro controls the libdlog output. If enabled,
# libdlog writes to Systemd Journal. If disabled, libdlog writes to kernel Android
# logger FIFO. Affects: dlog.
# Owner: Mikko <mikko.ylinen@intel.com>
Macros:
%_with_dlog_to_systemd_journal 1
:Macros
# Macro used for testing gstreamer 1.X API
# Used: qt*
# Owner: Philippe Coval <philippe.coval@open.eurogiciel.org>
%define _with_gstreamer1 1
Macros:
%_with_gstreamer1 1
:Macros
# Macro used for testing libva availability
# Used: weston
# Owner: Philippe Coval <philippe.coval@open.eurogiciel.org>
%ifarch x86_64 i586
%define _with_libva 1
Macros:
%_with_libva 1
:Macros
%endif
# Macro used for testing Input methods
# Used: qt*
# Owner: Philippe Coval <philippe.coval@open.eurogiciel.org>
#%define _with_tizenscim 1
#Macros:
#%_with_tizenscim 1
#:Macros
# Activate introspection
# This is needed on GuPNP to build Rygel correctly in IVI
# Impacts potentially packages that use gobject-introspection
# Owner: Mikko <mikko.ylinen@intel.com>
Macros:
%_with_introspection 1
:Macros
# Activate KDBUS
# This configuration flag enables the support of KDBUS
# Used: platform/upstream/setup
# Owner: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
#%define _with_kdbus 1
#Macros:
#%_with_kdbus 1
#:Macros
############################# build config #####################################
# derived from Tizen:Base
################################################################################
########## compilation flags ##########
# derived from Tizen:Base
#######################################
|