!30 add options for i686

From: @zppzhangpan 
Reviewed-by: @open-bot 
Signed-off-by: @open-bot
This commit is contained in:
openeuler-ci-bot 2024-09-06 09:29:54 +00:00 committed by Gitee
commit b3b42844e7
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: libepoxy
Version: 1.5.10
Release: 2
Release: 3
Summary: library work with epoxy runtime
License: MIT
URL: https://github.com/anholt/%{name}
@ -28,7 +28,11 @@ applications that want to make use of %{name}.
%autosetup -n %{name}-%{version} -p1
%build
%if 0%{?build_cross} == 1
%meson -Degl=no -Dtests=false
%else
%meson
%endif
%meson_build
%install
@ -58,6 +62,9 @@ xvfb-run -d -s "-screen 0 640x480x24" ninja -C %{_vpath_builddir} test || \
%doc README.md
%changelog
* Thu Aug 1 2024 zhangpan <zhangpan103@h-partners.com> - 1.5.10-3
- add options for i686
* Mon Mar 06 2023 laokz <zhangkai@iscas.ac.cn> - 1.5.10-2
- add GLIBC_2.27 to test/dlwrap.c for riscv