From a4ac8a1677991d901f014bde0920f310e7184934 Mon Sep 17 00:00:00 2001 From: ChenYanpan Date: Fri, 15 Nov 2024 19:39:47 +0800 Subject: [PATCH] adapt to the new CMake macros to fix build failure (cherry picked from commit dc45e24ca2fe9a1e9aff85d32cb212fe73ac851b) --- kf5-kfilemetadata.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/kf5-kfilemetadata.spec b/kf5-kfilemetadata.spec index 33c4d0c..9bd29c9 100644 --- a/kf5-kfilemetadata.spec +++ b/kf5-kfilemetadata.spec @@ -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 - 5.113.0-2 +- adapt to the new CMake macros to fix build failure + * Mon Jan 08 2024 peijiankang - 5.113.0-1 - update verison to 5.113.0 -- Gitee