commit 629ad6e56fc4f224640b56ba968bf94c5636ebb1
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Thu Oct 14 15:43:28 2021 +0200
Drop obsolete cmake version suffix
mixxx.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index 172f9ae..98e9d19 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -37,7 +37,7 @@ Source1:
https://github.com/mixxxdj/libkeyfinder/archive/%{libkeyfinder_a
BuildRequires: desktop-file-utils
BuildRequires: appstream
BuildRequires: protobuf-compiler
-BuildRequires: cmake3
+BuildRequires: cmake
BuildRequires: ccache
BuildRequires: gcc-c++
BuildRequires: ninja-build
@@ -116,7 +116,7 @@ cp %{SOURCE1}
%{__cmake_builddir}/download/libkeyfinder/%{libkeyfinder_archive}
%build
-%cmake3 \
+%cmake \
-GNinja \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DOPTIMIZE=portable \
@@ -138,13 +138,13 @@ cp %{SOURCE1}
%{__cmake_builddir}/download/libkeyfinder/%{libkeyfinder_archive}
-DVINYLCONTROL=ON \
-DWAVPACK=ON
-%cmake3_build
+%cmake_build
%install
# Install build artifacts
-%cmake3_install
+%cmake_install
# Install desktop launcher
desktop-file-install \