fix strip
Signed-off-by: leeffo <liweiganga@uniontech.com>
This commit is contained in:
parent
ac52208ae4
commit
a645fae511
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user