- Adjust usage of gccN for Leap42 and SLE12
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpd?expand=0&rev=5
This commit is contained in:
parent
9a0fb944dd
commit
d03c1a3f54
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 31 10:42:14 UTC 2018 - olaf@aepfle.de
|
||||
|
||||
- Adjust usage of gccN for Leap42 and SLE12
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 2 09:23:24 UTC 2018 - aloisio@gmx.com
|
||||
|
||||
|
8
mpd.spec
8
mpd.spec
@ -44,9 +44,15 @@ BuildRequires: libboost_headers-devel
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
%else
|
||||
# Leap 42.2+ / SLE12SP2Backports
|
||||
%if 0%{?sle_version} == 120200
|
||||
# Leap 42.2
|
||||
BuildRequires: gcc6
|
||||
BuildRequires: gcc6-c++
|
||||
%else
|
||||
# Leap 42.3+ / SLE12SP3Backports
|
||||
BuildRequires: gcc7
|
||||
BuildRequires: gcc7-c++
|
||||
%endif
|
||||
%endif
|
||||
BuildRequires: libcue-devel
|
||||
BuildRequires: libmikmod-devel
|
||||
|
Loading…
Reference in New Issue
Block a user