adapt to the new CMake macros to fix build failure

This commit is contained in:
ChenYanpan 2024-11-15 19:39:47 +08:00
parent d51028d676
commit dc45e24ca2
No known key found for this signature in database
GPG Key ID: 743990DD9697055F

View File

@ -10,7 +10,7 @@
Name: kf5-%{framework}
Summary: A Tier 2 KDE Framework for extracting file metadata
Version: 5.113.0
Release: 1
Release: 2
License: LGPLv2 or LGPLv3
URL: https://cgit.kde.org/%{framework}
@ -70,11 +70,11 @@ Requires: qt5-qtbase-devel
%build
%{cmake_kf5}
%make_build
%{cmake_build}
%install
make install/fast DESTDIR=%{buildroot}
%{cmake_install}
%find_lang %{name} --all-name
@ -103,6 +103,9 @@ mkdir -p %{buildroot}%{_kf5_plugindir}/kfilemetadata/writers/
%changelog
* Fri Nov 15 2024 ChenYanpan <chenyanpan@xfusion.com> - 5.113.0-2
- adapt to the new CMake macros to fix build failure
* Mon Jan 08 2024 peijiankang <peijiankang@kylinos.cn> - 5.113.0-1
- update verison to 5.113.0