forked from pool/knights
This commit is contained in:
@@ -54,9 +54,6 @@ Source2: applications.keyring
|
||||
%if 0%{?suse_version}
|
||||
BuildRequires: update-desktop-files
|
||||
%endif
|
||||
%if 0%{?suse_version} < 1500
|
||||
BuildRequires: gcc7-c++
|
||||
%endif
|
||||
|
||||
%description
|
||||
Knights is KDE's chess frontend. It supports playing local games against
|
||||
@@ -71,11 +68,6 @@ against each other.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%if 0%{?suse_version} < 1500
|
||||
# gcc 4.8.5 is too old
|
||||
export CC=gcc-7
|
||||
export CXX=g++-7
|
||||
%endif
|
||||
%cmake_kf5 -d build
|
||||
%cmake_build
|
||||
|
||||
|
Reference in New Issue
Block a user