Add Tizen:5.5:Base and Tizen:5.5:Unified
[scm/meta/obs.git] / Tizen:5.5:Unified / _config
1 ################################################################################
2 # OBS Project config for Tizen:5.5:Unified
3 #
4 # vim: set syntax=spec:
5 ################################################################################
6
7 ############################# conflicts resolution #############################
8
9 FileProvides: /usr/sbin/groupadd shadow-utils
10 Prefer: bluetooth-tools-no-firmware
11
12 ############################# profile definition ###############################
13
14 %define _with_tizen 1
15
16 # For classifying debug/release mode
17 Macros:
18 %tizen_build_devel_mode 1
19 :Macros
20
21 # %release_name and %tizen_full_version are used in platform/upstream/tizen-release
22
23 Macros:
24 %release_name Tizen5/Unified
25
26 %tizen_version_major 5
27 %tizen_version_minor 5
28 %tizen_version_patch 0
29
30 %tizen_version %{tizen_version_major}.%{tizen_version_minor}
31 %tizen_full_version %{tizen_version}.%{tizen_version_patch}
32 %tizen %tizen_version
33 %vendor tizen
34 %_vendor tizen
35 %_with_tizen 1
36
37 #### %__spec_check_pre exit 0
38 #### %run_check_section 0
39 %opensuse_bs 1
40 %_default_patch_fuzz   2
41 :Macros
42
43 ########## mesa activation / coregl ##########
44
45 %define _with_mesa 1
46 Macros:
47 %_with_mesa 1
48 :Macros
49
50 Substitute: mesa-devel pkgconfig(glesv2)
51 Substitute: pkgconfig(gles20)  pkgconfig(egl) pkgconfig(glesv2)
52 Substitute: pkgconfig(gles11)  pkgconfig(egl) pkgconfig(glesv1) pkgconfig(gl)
53
54 Prefer: coregl coregl-devel
55 Prefer: libwayland-egl libwayland-egl-devel
56 Prefer: vulkan-loader vulkan-loader-devel
57 #libelementary.so (upstream, tizen-only ) so add below Prefer. Requested by EFL team. 
58 Prefer: elementary
59
60 ########## WAYLAND #########
61
62 %define _with_wayland 1
63 Macros:
64 %_with_wayland 1
65 :Macros
66
67 ########## RDP flag ##########
68
69 # enable/disable RDP (remote desktop protocol) for wayland
70 # flag: _with_rdp, used in repositories
71 # Affects: weston, freerdp
72 # Owner: Manuel <manuel.bachmann@open.eurogiciel.org>
73
74 ############################# target repositories #############################
75
76 %if "%_repository" == "standard"
77
78 Prefer: mesa libgbm
79 Substitute: mesa-libGLESv2 coregl
80 Substitute: mesa-libEGL coregl
81
82 %define _with_rdp 1
83 Macros:
84 %_with_rdp 1
85 :Macros
86
87 %endif
88
89 ############################# emulator repositories ############################
90
91 %if "%_repository" == "emulator"
92
93 Prefer: libgbm
94 Prefer: emulator-yagl emulator-yagl-devel
95
96 %define _with_emulator 1
97 Macros:
98 %_with_emulator 1
99 :Macros
100
101 %endif
102
103 ############################# misc config flags ################################
104 ########## USAGE ##########
105 #
106 # IMPORTANT: please follow the following rules when playing with flags
107 # ********************************************************************
108 #
109 # In spec file, call %bcond_with macro at the beginning and test with %with:
110 # -------------------------
111 # | %bcond_with myfeature
112 # | [...]
113 # | %if %{with myfeature}
114 # | [...]
115 # | %endif
116 # | [...]
117 # -------------------------
118 #
119 # To activate an option, use:
120 # -------------------------
121 # | %define _with_myfeature 1
122 # | Macros:
123 # | %_with_myfeature 1
124 # | :Macros
125 # -------------------------
126 #
127 # To disable an option, DON'T set the values to 0, as the option would still be defined
128 # but simply comment the lines: this will undefine the option.
129 # -------------------------
130 # | #%define _with_myfeature 1
131 # | #Macros:
132 # | #%_with_myfeature 1
133 # | #:Macros
134 # -------------------------
135 #
136 # More information here:
137 # https://en.opensuse.org/openSUSE:Build_Service_prjconf#.25bcond
138 #
139
140 ########## flags ##########
141
142 # Activate introspection
143 # This is needed on GuPNP to build Rygel correctly in IVI
144 # Impacts potentially packages that use gobject-introspection
145 # Owner: Mikko <mikko.ylinen@intel.com>
146
147 Macros:
148 %_with_introspection 1
149 :Macros
150
151 ############################# other config #####################################
152 # derived from Tizen:Base
153 ################################################################################