!5 【轻量级 PR】:fix strip

From: @leeffo 
Reviewed-by: @weidongkl 
Signed-off-by: @weidongkl
This commit is contained in:
openeuler-ci-bot 2023-04-13 06:33:50 +00:00 committed by Gitee
commit 8223591efd
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -5,7 +5,7 @@
Name: gio-qt
Version: 0.0.8
Release: 1
Release: 2
Summary: This library is designed to be exception-free and avoid Qt application developer do direct access to glib/glibmm
License: GPLv3
@ -32,6 +32,7 @@ Summary: %{summary}
%setup
sed -i 's|VERSION 3.12.4|VERSION 3.11.4|g' CMakeLists.txt
sed -i 's|BUILD_DOCS "Build documentation" ON|BUILD_DOCS "Build documentation" OFF|g' CMakeLists.txt
sed -i 's|Wall|Wall -s -fPIE|' CMakeLists.txt
%build
cmake .
@ -62,5 +63,8 @@ make
%changelog
* Thu Apr 13 2023 liweiganga <liweiganga@uniontech.com> - 0.0.8-2
- fix strip
* Fri Aug 7 2020 weidong <weidong@uniontech.com> - 0.0.8-1
- Initial release for OpenEuler