From 9b46ee2facf4b5535b3a66be6b6f4c53b42ff89e Mon Sep 17 00:00:00 2001 From: ChenYanpan Date: Fri, 15 Nov 2024 19:44:34 +0800 Subject: [PATCH] adapt to the new CMake macros to fix build failure (cherry picked from commit 751c01b7242f61ccf882da41a457d03148ef0435) --- pulseaudio-qt.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pulseaudio-qt.spec b/pulseaudio-qt.spec index fce34ed..ef293a5 100644 --- a/pulseaudio-qt.spec +++ b/pulseaudio-qt.spec @@ -1,7 +1,7 @@ Name: pulseaudio-qt Summary: Qt bindings for PulseAudio Version: 1.3 -Release: 1 +Release: 2 License: LGPLv2+ URL: https://invent.kde.org/libraries/pulseaudio-qt @@ -31,11 +31,11 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %build %{cmake_kf5} -%make_build +%{cmake_build} %install -make install/fast DESTDIR=%{buildroot} +%{cmake_install} %files @@ -52,5 +52,8 @@ make install/fast DESTDIR=%{buildroot} %changelog +* Fri Nov 15 2024 ChenYanpan - 1.3-2 +- adapt to the new CMake macros to fix build failure + * Thu Jul 14 2022 misaka00251 - 1.3-1 - Init package -- Gitee