From 975c3f40c7970aeaf83f8aab5b7eb52cd41c2bee Mon Sep 17 00:00:00 2001 From: pangqing Date: Thu, 20 Feb 2025 14:54:01 +0800 Subject: [PATCH] fix build error Signed-off-by: pangqing --- dde-clipboard.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dde-clipboard.spec b/dde-clipboard.spec index 31c0bb3..5a16929 100644 --- a/dde-clipboard.spec +++ b/dde-clipboard.spec @@ -2,6 +2,7 @@ # disable for bootstrapping %bcond_with check +%define __cmake_builddir $(pwd) %global with_debug 1 %if 0%{?with_debug} @@ -10,7 +11,7 @@ Name: dde-clipboard Version: 5.4.24 -Release: 1 +Release: 2 Summary: Qt platform theme integration plugins for DDE License: GPLv3+ URL: https://github.com/linuxdeepin/dde-clipboard @@ -60,6 +61,9 @@ popd %changelog +* Thu Feb 20 2025 pangqing - 5.4.24-2 +- fix build error + * Wed Aug 02 2023 leeffo - 5.4.24-1 - upgrade to version 5.4.24 -- Gitee