From e976071fcf1d2cab88f1abf01a79e794d1f99369 Mon Sep 17 00:00:00 2001 From: Erich Eickmeyer Date: Aug 03 2020 17:07:31 +0000 Subject: Remove target platform macros (implied with cmake macros) --- diff --git a/fluidsynth.spec b/fluidsynth.spec index 75e171e..16e78d4 100644 --- a/fluidsynth.spec +++ b/fluidsynth.spec @@ -75,14 +75,14 @@ pushd %{_target_platform} popd # build fluidsynth -%cmake_build -C %{_target_platform} +%cmake_build # build docs -%cmake_build doxygen -C %{_target_platform}/doc +%cmake_build doxygen %install -%cmake_install DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform} +%cmake_install DESTDIR=$RPM_BUILD_ROOT %files