enable make check
(cherry picked from commit deb4397fdb1e9c48986a2ad17a8bfa8e613ec31e)
This commit is contained in:
parent
33dea3fa98
commit
78ef1ca33c
@ -8,12 +8,12 @@
|
|||||||
|
|
||||||
Name: libx86emu
|
Name: libx86emu
|
||||||
Version: 3.1
|
Version: 3.1
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: x86 emulation library
|
Summary: x86 emulation library
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://github.com/wfeldt/libx86emu
|
URL: https://github.com/wfeldt/libx86emu
|
||||||
Source0: https://github.com/wfeldt/libx86emu/archive/%{version}/%{name}-%{version}.tar.gz
|
Source0: https://github.com/wfeldt/libx86emu/archive/%{version}/%{name}-%{version}.tar.gz
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc nasm perl
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libx86emu is a small library to emulate x86 instructions.
|
libx86emu is a small library to emulate x86 instructions.
|
||||||
@ -38,6 +38,11 @@ The %{name}-devel package contains development files for %{name}.
|
|||||||
%install
|
%install
|
||||||
%make_install %{make_flags}
|
%make_install %{make_flags}
|
||||||
|
|
||||||
|
%check
|
||||||
|
%ifarch x86_64
|
||||||
|
make -C test
|
||||||
|
%endif
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README.md
|
%doc README.md
|
||||||
@ -50,6 +55,9 @@ The %{name}-devel package contains development files for %{name}.
|
|||||||
%{_libdir}/libx86emu.so
|
%{_libdir}/libx86emu.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 17 2023 zhangpan <zhangpan103@h-partners.com> 3.1-3
|
||||||
|
- enable make check
|
||||||
|
|
||||||
* Sat Jun 11 2022 hanhui <hanhui15@h-partners.com> 3.1-2
|
* Sat Jun 11 2022 hanhui <hanhui15@h-partners.com> 3.1-2
|
||||||
- DESC:remove libx86emu.so.1*
|
- DESC:remove libx86emu.so.1*
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user