From a645fae511e4a51882a6c991336332a70c618b0a Mon Sep 17 00:00:00 2001 From: leeffo Date: Thu, 13 Apr 2023 06:07:49 +0000 Subject: [PATCH] fix strip Signed-off-by: leeffo --- gio-qt.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gio-qt.spec b/gio-qt.spec index c13ec3c..7e90eb4 100644 --- a/gio-qt.spec +++ b/gio-qt.spec @@ -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 - 0.0.8-2 +- fix strip + * Fri Aug 7 2020 weidong - 0.0.8-1 - Initial release for OpenEuler