!11 [sync] PR-10: fix strip

From: @openeuler-sync-bot 
Reviewed-by: @leeffo 
Signed-off-by: @leeffo
This commit is contained in:
openeuler-ci-bot 2023-03-17 05:34:08 +00:00 committed by Gitee
commit 6bee3db52c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -4,7 +4,7 @@
Name: blur-effect
Version: 1.1.3
Release: 6
Release: 7
Summary: A library for using 3D graphics hardware to draw pretty pictures
License: GPLv3
@ -18,6 +18,9 @@ BuildRequires: glew-devel mesa-libgbm-devel gdk-pixbuf2-devel libglvnd-devel mes
%prep
%setup
# fix strip
sed -i 's|no-error"|no-error -s"|' CMakeLists.txt
%build
cmake .
make
@ -32,7 +35,10 @@ make
%changelog
* Wed Feb 16 2022 liweigang <liweiganga@uniontech.com> - 1.1.3.-6
* Fri Mar 17 2023 liweiganga <liweiganga@uniontech.com> - 1.1.3-7
- feat: fix strip
* Wed Feb 16 2022 liweigang <liweiganga@uniontech.com> - 1.1.3-6
- fix build error
* Wed Oct 28 2020 weidong <weidong@uniontech.com> - 1.1.3-5