!5 【轻量级 PR】:fix strip
From: @leeffo Reviewed-by: @weidongkl Signed-off-by: @weidongkl
This commit is contained in:
commit
8223591efd
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: gio-qt
|
Name: gio-qt
|
||||||
Version: 0.0.8
|
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
|
Summary: This library is designed to be exception-free and avoid Qt application developer do direct access to glib/glibmm
|
||||||
|
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
@ -32,6 +32,7 @@ Summary: %{summary}
|
|||||||
%setup
|
%setup
|
||||||
sed -i 's|VERSION 3.12.4|VERSION 3.11.4|g' CMakeLists.txt
|
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|BUILD_DOCS "Build documentation" ON|BUILD_DOCS "Build documentation" OFF|g' CMakeLists.txt
|
||||||
|
sed -i 's|Wall|Wall -s -fPIE|' CMakeLists.txt
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cmake .
|
cmake .
|
||||||
@ -62,5 +63,8 @@ make
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Aug 7 2020 weidong <weidong@uniontech.com> - 0.0.8-1
|
||||||
- Initial release for OpenEuler
|
- Initial release for OpenEuler
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user