!13 Update version to 3.5
From: @lauk001 Reviewed-by: @dwl301 Signed-off-by: @dwl301
This commit is contained in:
commit
404c4916a4
Binary file not shown.
BIN
libx86emu-3.5.tar.gz
Normal file
BIN
libx86emu-3.5.tar.gz
Normal file
Binary file not shown.
@ -7,8 +7,8 @@
|
|||||||
LDFLAGS="-fPIC %{__global_ldflags}"
|
LDFLAGS="-fPIC %{__global_ldflags}"
|
||||||
|
|
||||||
Name: libx86emu
|
Name: libx86emu
|
||||||
Version: 3.1
|
Version: 3.5
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: x86 emulation library
|
Summary: x86 emulation library
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://github.com/wfeldt/libx86emu
|
URL: https://github.com/wfeldt/libx86emu
|
||||||
@ -16,12 +16,13 @@ Source0: https://github.com/wfeldt/libx86emu/archive/%{version}/%{name}-%
|
|||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libx86emu is a small library to emulate x86 instructions.
|
Small x86 emulation library with focus of easy usage and extended execution
|
||||||
The focus here is not a complete emulation (go for qemu for this)
|
logging functions. The library features an API to create emulation objects
|
||||||
but to cover enough for typical firmware blobs.
|
for x86 architecture.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The %{name}-devel package contains development files for %{name}.
|
The %{name}-devel package contains development files for %{name}.
|
||||||
@ -32,7 +33,8 @@ The %{name}-devel package contains development files for %{name}.
|
|||||||
%build
|
%build
|
||||||
%make_build %{make_flags} shared
|
%make_build %{make_flags} shared
|
||||||
|
|
||||||
%ldconfig_scriptlets
|
%post -p /sbin/ldconfig
|
||||||
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install %{make_flags}
|
%make_install %{make_flags}
|
||||||
@ -49,6 +51,9 @@ The %{name}-devel package contains development files for %{name}.
|
|||||||
%{_libdir}/libx86emu.so
|
%{_libdir}/libx86emu.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 25 2022 liukuo <liukuo@kylinos.cn> - 3.5-1
|
||||||
|
- Update version to v3.5
|
||||||
|
|
||||||
* Fri Nov 5 2020 xingxing <xingxing9@huawei.com> - 3.1-2
|
* Fri Nov 5 2020 xingxing <xingxing9@huawei.com> - 3.1-2
|
||||||
- ID:NA
|
- ID:NA
|
||||||
- SUG:NA
|
- SUG:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user