add options for i686

This commit is contained in:
zhangpan 2024-08-01 11:14:50 +00:00
parent e6fdb31b3a
commit a3c817e54e

View File

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