!4 fixed pulseaudio-qt build failure in openEuler-24.03-LTS-SP1:epol
From: @chenyanpanX Reviewed-by: @misaka00251 Signed-off-by: @misaka00251
This commit is contained in:
commit
5ef0c8da61
@ -1,7 +1,7 @@
|
|||||||
Name: pulseaudio-qt
|
Name: pulseaudio-qt
|
||||||
Summary: Qt bindings for PulseAudio
|
Summary: Qt bindings for PulseAudio
|
||||||
Version: 1.3
|
Version: 1.3
|
||||||
Release: 1
|
Release: 2
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://invent.kde.org/libraries/pulseaudio-qt
|
URL: https://invent.kde.org/libraries/pulseaudio-qt
|
||||||
@ -31,11 +31,11 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%{cmake_kf5}
|
%{cmake_kf5}
|
||||||
%make_build
|
%{cmake_build}
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install/fast DESTDIR=%{buildroot}
|
%{cmake_install}
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -52,5 +52,8 @@ make install/fast DESTDIR=%{buildroot}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jul 14 2022 misaka00251 <misaka00251@misakanet.cn> - 1.3-1
|
||||||
- Init package
|
- Init package
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user