feat: fix strip

This commit is contained in:
liweiganga 2023-03-15 15:08:40 +08:00
parent 3a33a66f78
commit d15f3dd68a

View File

@ -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 <liweiganga@uniontech.com> - 5.6.7-8
- feat: fix strip
* Fri Feb 10 2023 liweiganga <liweiganga@uniontech.com> - 5.6.7-7
- feat: fix compile fail