From cd009ffec5144175204f24fcf1ab58f44c56f242 Mon Sep 17 00:00:00 2001 From: panchenbo Date: Fri, 28 Aug 2020 10:51:41 +0800 Subject: [PATCH] fix compile fail --- deepin-manual.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/deepin-manual.spec b/deepin-manual.spec index 05ca8d6..77095a3 100644 --- a/deepin-manual.spec +++ b/deepin-manual.spec @@ -3,13 +3,14 @@ %global _unpackaged_files_terminate_build 0 Name: deepin-manual Version: 5.6.7 -Release: 3 +Release: 4 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/ Source0: %{name}-%{version}.tar.gz BuildRequires: cmake +BuildRequires: dtkcore-devel BuildRequires: dtkwidget-devel BuildRequires: dtkgui-devel BuildRequires: qt5-qtx11extras-devel @@ -55,5 +56,8 @@ export PATH=$PATH:/usr/lib64/qt5/bin %changelog +* Fri Aug 28 2020 chenbo pan - 5.6.7-4 +- fix compile fail + * Thu Jul 30 2020 openEuler Buildteam - 5.6.7-3 - Package init -- Gitee