diff --git a/deepin-manual.spec b/deepin-manual.spec index e880817e85683e776a063f3185c0bf1a935e21cc..c4ab1cd4ac341551d4e92728b301f0cc0385e870 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