enable make check
(cherry picked from commit def3e3e31a23054b3a3765d78cf9091e148642b0)
This commit is contained in:
parent
b1e0c10cb0
commit
f32fe09505
@ -8,12 +8,12 @@
|
|||||||
|
|
||||||
Name: libx86emu
|
Name: libx86emu
|
||||||
Version: 3.5
|
Version: 3.5
|
||||||
Release: 1
|
Release: 2
|
||||||
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
|
||||||
Small x86 emulation library with focus of easy usage and extended execution
|
Small x86 emulation library with focus of easy usage and extended execution
|
||||||
@ -39,6 +39,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
|
||||||
@ -51,6 +56,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.5-2
|
||||||
|
- enable make check
|
||||||
|
|
||||||
* Fri Mar 25 2022 liukuo <liukuo@kylinos.cn> - 3.5-1
|
* Fri Mar 25 2022 liukuo <liukuo@kylinos.cn> - 3.5-1
|
||||||
- Update version to v3.5
|
- Update version to v3.5
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user