use %cmake_build and %cmake_install to fix build failure

This commit is contained in:
ChenYanpan 2024-11-15 12:04:38 +08:00
parent f0a68af29b
commit cf69c5e3f3
No known key found for this signature in database
GPG Key ID: 743990DD9697055F

View File

@ -1,6 +1,6 @@
Name: ktextaddons
Version: 1.5.2
Release: 1
Release: 2
Summary: Various text handling addons
License: CC0-1.0 AND LGPL-2.0-or-later AND GPL-2.0-or-later AND BSD-3-Clause
@ -45,11 +45,11 @@ Summary: Development files for %{name}
%build
%{cmake_kf5}
%make_build
%cmake_build
%install
%make_install
%cmake_install
%find_lang %{name} --all-name
@ -132,6 +132,9 @@ Summary: Development files for %{name}
%changelog
* Fri Nov 15 2024 ChenYanpan <chenyanpan@xfusion.com> - 1.5.2-2
- use %cmake_build and %cmake_install to fix build failure
* Fri Jan 12 2024 zhangxianting <zhangxianting@unintech.com> - 1.5.2-1
- update verison to 1.5.2