diff options
| author | Yaakov Selkowitz <yselkowi@redhat.com> | 2021-11-29 21:48:51 -0500 |
|---|---|---|
| committer | Yaakov Selkowitz <yselkowi@redhat.com> | 2021-11-29 22:08:40 -0500 |
| commit | 8aab03644daaf11ba5dc937d5ebef4aa7dd3772f (patch) | |
| tree | 2a3d80a3f8c1ac5893a7f4d6b32dc0322c0f0cf8 | |
| parent | ee1a4c86606a60464739336fe8a8b3b36cf0ab4d (diff) | |
| download | qnetwalk-epel7.tar.gz qnetwalk-epel7.tar.xz qnetwalk-epel7.zip | |
Use cmake3 for EPEL7epel7
| -rw-r--r-- | qnetwalk.spec | 8 |
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 |
