From 885c42bd6611ac80ea45665815d0933615446c03 Mon Sep 17 00:00:00 2001 From: yangxianzhao Date: Tue, 11 Jul 2023 14:52:07 +0800 Subject: [PATCH] fix build error on anolis 8.9 --- kf5-kwayland.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 2325061..916ec39 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -1,3 +1,4 @@ +%define anolis_release .0.1 %global framework kwayland %global wayland_min_version 1.3 @@ -14,7 +15,7 @@ Name: kf5-%{framework} Version: 5.68.0 -Release: 1%{?dist}.5 +Release: 1%{anolis_release}%{?dist}.5 Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -69,10 +70,10 @@ developing applications that use %{name}. %build mkdir %{_target_platform} -#pushd %{_target_platform} +pushd %{_target_platform} %{cmake_kf5} .. \ -DBUILD_TESTING:BOOL=%{?tests:ON}%{!?tests:OFF} -#popd +popd %make_build -C %{_target_platform} @@ -113,6 +114,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Tue Jul 11 2023 yangxianzhao - 5.68.0-1.0.1.5 +- fix build error + * Thu Jan 05 2023 liweiganga - 5.68.0-1.5 - rebuild -- Gitee