diff --git a/pulseaudio-qt.spec b/pulseaudio-qt.spec index 2c0833c..c092158 100644 --- a/pulseaudio-qt.spec +++ b/pulseaudio-qt.spec @@ -1,7 +1,7 @@ Name: pulseaudio-qt Summary: Qt bindings for PulseAudio Version: 1.2 -Release: 3%{?dist} +Release: 4%{?dist} License: LGPLv2+ URL: https://cgit.kde.org/%{name}.git @@ -31,16 +31,13 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %build -mkdir %{_target_platform} -pushd %{_target_platform} -%{cmake_kf5} .. -popd +%cmake_kf5 -%make_build -C %{_target_platform} +%cmake_build %install -make install/fast DESTDIR=%{buildroot} -C %{_target_platform} +%cmake_install %files @@ -57,6 +54,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Aug 10 2020 Rex Dieter - 1.2-4 +- use new %%cmake macros + * Sat Aug 01 2020 Fedora Release Engineering - 1.2-3 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild