adapt to the new CMake macros to fix build failure

This commit is contained in:
ChenYanpan 2024-11-15 19:44:34 +08:00
parent 389d1fb3af
commit 751c01b724
No known key found for this signature in database
GPG Key ID: 743990DD9697055F

View File

@ -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 <chenyanpan@xfusion.com> - 1.3-2
- adapt to the new CMake macros to fix build failure
* Thu Jul 14 2022 misaka00251 <misaka00251@misakanet.cn> - 1.3-1
- Init package