From c975df37019c9ae5ccf5a82379b7844c1034b38d Mon Sep 17 00:00:00 2001 From: liweiganga Date: Wed, 15 Mar 2023 15:08:40 +0800 Subject: [PATCH] feat: fix strip (cherry picked from commit d15f3dd68a0611e6c74acd361eff96635d0a9b11) --- deepin-manual.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/deepin-manual.spec b/deepin-manual.spec index e880817..c4ab1cd 100644 --- a/deepin-manual.spec +++ b/deepin-manual.spec @@ -3,7 +3,7 @@ %global _unpackaged_files_terminate_build 0 Name: deepin-manual Version: 5.6.7 -Release: 7 +Release: 8 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/ @@ -31,6 +31,9 @@ Manual is designed to help users learn the operating system and its applications %setup -q %patch9000 -p1 +# fix strip +sed -i 's|gc-sections"|gc-sections -s"|' src/CMakeLists.txt + %build export PATH=$PATH:/usr/lib64/qt5/bin %cmake @@ -59,6 +62,9 @@ export PATH=$PATH:/usr/lib64/qt5/bin %changelog +* Wed Mar 15 2023 liweiganga - 5.6.7-8 +- feat: fix strip + * Fri Feb 10 2023 liweiganga - 5.6.7-7 - feat: fix compile fail -- Gitee