From ff8adeb9b9f8b92030cbf1f86c0629ddab34d44e Mon Sep 17 00:00:00 2001 From: pangqing Date: Thu, 20 Feb 2025 15:57:00 +0800 Subject: [PATCH] fix build error Signed-off-by: pangqing --- deepin-manual.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/deepin-manual.spec b/deepin-manual.spec index 1344f02..81a162f 100644 --- a/deepin-manual.spec +++ b/deepin-manual.spec @@ -1,9 +1,10 @@ %bcond_with check +%define __cmake_builddir $(pwd) %global debug_package %{nil} %global _unpackaged_files_terminate_build 0 Name: deepin-manual Version: 5.8.15 -Release: 1 +Release: 2 Summary: Manual is designed to help users learn the operating system and its applications, providing specific instructions and function descriptions. License: GPLv3 URL: https://uos-packages.deepin.com/uos/pool/main/d/deepin-manual/ @@ -62,6 +63,9 @@ export PATH=$PATH:/usr/lib64/qt5/bin %changelog +* Thu Feb 20 2025 pangqing - 5.8.15-2 +- fix build error + * Wed Jul 26 2023 leeffo - 5.8.15-1 - upgrade to version 5.8.15 -- Gitee