diff --git a/libx86emu.spec b/libx86emu.spec index 09c0ea8424b9ac895ae4baba02dcbca6d21892b1..a85b201ff206a530992c2c4301c858fc127d982c 100644 --- a/libx86emu.spec +++ b/libx86emu.spec @@ -8,12 +8,12 @@ Name: libx86emu Version: 3.1 -Release: 3 +Release: 4 Summary: x86 emulation library License: BSD URL: https://github.com/wfeldt/libx86emu Source0: https://github.com/wfeldt/libx86emu/archive/%{version}/%{name}-%{version}.tar.gz -BuildRequires: gcc +BuildRequires: gcc nasm perl %description libx86emu is a small library to emulate x86 instructions. @@ -38,6 +38,11 @@ The %{name}-devel package contains development files for %{name}. %install %make_install %{make_flags} +%check +%ifarch x86_64 +make -C test +%endif + %files %defattr(-,root,root) %doc README.md @@ -50,6 +55,9 @@ The %{name}-devel package contains development files for %{name}. %{_libdir}/libx86emu.so %changelog +* Fri Nov 17 2023 zhangpan - 3.1-4 +- enable make check + * Mon Jul 11 2022 wangkerong - 3.1-3 - add missig requires