!14 fix strip
From: @leeffo Reviewed-by: @HelloWorld_lvcongqing Signed-off-by: @HelloWorld_lvcongqing
This commit is contained in:
commit
fd8cdaea2f
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user