feat: fix strip
(cherry picked from commit 455325bce94677143722d49fc21b2b9fb6f737d7)
This commit is contained in:
parent
a8747da2d0
commit
973c701dde
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: blur-effect
|
Name: blur-effect
|
||||||
Version: 1.1.3
|
Version: 1.1.3
|
||||||
Release: 6
|
Release: 7
|
||||||
Summary: A library for using 3D graphics hardware to draw pretty pictures
|
Summary: A library for using 3D graphics hardware to draw pretty pictures
|
||||||
|
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
@ -18,6 +18,9 @@ BuildRequires: glew-devel mesa-libgbm-devel gdk-pixbuf2-devel libglvnd-devel mes
|
|||||||
%prep
|
%prep
|
||||||
%setup
|
%setup
|
||||||
|
|
||||||
|
# fix strip
|
||||||
|
sed -i 's|no-error"|no-error -s"|' CMakeLists.txt
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cmake .
|
cmake .
|
||||||
make
|
make
|
||||||
@ -32,7 +35,10 @@ make
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
- fix build error
|
||||||
|
|
||||||
* Wed Oct 28 2020 weidong <weidong@uniontech.com> - 1.1.3-5
|
* Wed Oct 28 2020 weidong <weidong@uniontech.com> - 1.1.3-5
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user