From aef236b54e46ea9b3d4a7dbd5aee0faa2fa916e0 Mon Sep 17 00:00:00 2001 From: Denis Arnaud Date: Aug 04 2020 21:29:40 +0000 Subject: CMake build out of source. Fixes BZ#1865515 --- diff --git a/stdair.spec b/stdair.spec index c29f2d9..abeb133 100644 --- a/stdair.spec +++ b/stdair.spec @@ -61,11 +61,11 @@ online (http://%{name}.org). %autosetup -n %{name}-%{name}-%{version} %build -%cmake . -%make_build +%cmake +%cmake_build %install -%make_install +%cmake_install # Fix some permissions find $RPM_BUILD_ROOT%{_libexecdir}/%{name} -type f -name '*.sh' -exec chmod +x {} \;