From e86ef2cc8f765181683aec2de40286bb45bacdbb Mon Sep 17 00:00:00 2001 From: Pier Luigi Fiorini Date: Oct 04 2020 08:36:03 +0000 Subject: Use new CMake macros --- diff --git a/fluid.spec b/fluid.spec index c9a34b4..60946fb 100644 --- a/fluid.spec +++ b/fluid.spec @@ -29,16 +29,12 @@ Library for fluid and dynamic applications development with QtQuick. %build -mkdir -p %{_target_platform} -pushd %{_target_platform} -%{cmake_kf5} .. -popd - -make %{?_smp_mflags} -C %{_target_platform} +%cmake +%cmake_build %install -make install/fast DESTDIR=%{buildroot} -C %{_target_platform} +%cmake_install %files @@ -50,6 +46,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog * Sun Oct 04 2020 Pier Luigi Fiorini - 0.8.0-12 - Update URL. +- Use new CMake macros. * Sat Aug 01 2020 Fedora Release Engineering - 0.8.0-11 - Second attempt - Rebuilt for