Project Configuration of Multimedia
59
1
# vim: syntax=spec
2
3
#
4
%if 0%{?suse_version} == 1500
5
%define _without_mpd_iso9660 1
6
Macros:
7
%_without_mpd_iso9660 1
8
:Macros
9
%if 0%{?is_opensuse}
10
#
11
%else
12
# SLE_15 !is_opensuse
13
Macros:
14
:Macros
15
# !is_opensuse
16
%endif
17
# suse_version 1500
18
%endif
19
#
20
21
Prefer: clucene-core-devel
22
Prefer: -omxplayer
23
24
%ifarch armv6l armv6hl
25
%define _with_enable_rpi_build 1
26
Macros:
27
%_with_enable_rpi_build 1
28
:Macros
29
%endif
30
31
%define _with_audacious 1
32
%define _with_cmus 1
33
%define _with_libXNVCtrl 1
34
Macros:
35
%_with_audacious 1
36
%_with_cmus 1
37
%_with_libXNVCtrl 1
38
:Macros
39
40
#%ifarch armv6l armv6hl armv7l aarch64
41
#Support: !build-compare
42
#%endif
43
44
45
46
#### seife 20230315 #####
47
#### try to exclude "obs-kamionche" worker from building armv7l packages
48
#### (it is broken apparently)
49
#### obs-kamionche has (currently...)
50
## <linux>
51
## <version>5.4.17</version>
52
## <flavor>2136.306.1.3.el8uek.aarch64</flavor>
53
## </linux>
54
#### "my" raspis all have at least Leap 15.4's 5.14.21
55
%ifarch armv7l
56
Constraint: linux:version:min 5.14
57
%endif
58
######################### end 202301315
59