summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--qnetwalk.spec8
1 files changed, 4 insertions, 4 deletions
diff --git a/qnetwalk.spec b/qnetwalk.spec
index b26c819..6d814f5 100644
--- a/qnetwalk.spec
+++ b/qnetwalk.spec
@@ -6,7 +6,7 @@ License: GPLv2
URL: https://github.com/AMDmi3/%{name}/
Source0: https://github.com/AMDmi3/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
-BuildRequires: cmake
+BuildRequires: cmake3
BuildRequires: desktop-file-utils
BuildRequires: qt5-qttools-devel
BuildRequires: SDL_mixer-devel
@@ -18,11 +18,11 @@ QNetWalk is a game for system administrators.
%setup -q
%build
-%cmake
-%cmake_build
+%cmake3
+%cmake3_build
%install
-%cmake_install
+%cmake3_install
%find_lang %{name} --with-qt --without-mo