Accepting request 625207 from system:install:head
submitted by snwint via jenkins OBS-URL: https://build.opensuse.org/request/show/625207 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libx86emu?expand=0&rev=22
This commit is contained in:
commit
e04c7ecf16
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f21ee6e8e2c2a014d2b9140b25ac283ed886074f107558d7eefd71db2c4913cf
|
||||
size 83556
|
3
libx86emu-2.0.tar.xz
Normal file
3
libx86emu-2.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ff27a8fc1380c5c06239bdd1f8131218dcb9f3eb171e2fd40ba1d80653d2a828
|
||||
size 84216
|
@ -1,3 +1,10 @@
|
||||
--------------------------------------------------------------------
|
||||
Wed Jul 25 08:42:44 UTC 2018 - wfeldt@opensuse.org
|
||||
|
||||
- merge gh#wfeldt/libx86emu#12
|
||||
- fstirlitz: make libx86emu re-entrant
|
||||
- 2.0
|
||||
|
||||
--------------------------------------------------------------------
|
||||
Fri Apr 27 12:22:24 UTC 2018 - wfeldt@opensuse.org
|
||||
|
||||
|
@ -24,7 +24,7 @@ BuildRequires: xz
|
||||
Summary: A small x86 emulation library.
|
||||
License: BSD-3-Clause
|
||||
Group: System/Libraries
|
||||
Version: 1.14
|
||||
Version: 2.0
|
||||
Release: 0
|
||||
PreReq: /sbin/ldconfig
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
@ -41,11 +41,11 @@ Authors:
|
||||
--------
|
||||
Steffen Winterfeldt
|
||||
|
||||
%package -n libx86emu1
|
||||
%package -n libx86emu2
|
||||
Summary: A small x86 emulation library.
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libx86emu1
|
||||
%description -n libx86emu2
|
||||
Small x86 emulation library with focus of easy usage and extended
|
||||
execution logging functions.
|
||||
|
||||
@ -58,7 +58,7 @@ Authors:
|
||||
%package -n libx86emu-devel
|
||||
Summary: A small x86 emulation library.
|
||||
Group: System/Libraries
|
||||
Requires: libx86emu1 = %version
|
||||
Requires: libx86emu2 = %version
|
||||
|
||||
%description -n libx86emu-devel
|
||||
Small x86 emulation library with focus of easy usage and extended
|
||||
@ -80,11 +80,11 @@ make LIBDIR=%{_libdir}
|
||||
install -d -m 755 %{buildroot}%{_libdir}
|
||||
make install DESTDIR=%{buildroot} LIBDIR=%{_libdir}
|
||||
|
||||
%post -n libx86emu1 -p /sbin/ldconfig
|
||||
%post -n libx86emu2 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libx86emu1 -p /sbin/ldconfig
|
||||
%postun -n libx86emu2 -p /sbin/ldconfig
|
||||
|
||||
%files -n libx86emu1
|
||||
%files -n libx86emu2
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/*.so.*
|
||||
%doc README.md LICENSE*
|
||||
|
Loading…
x
Reference in New Issue
Block a user