Accepting request 523692 from system:install:head
submitted by snwint via jenkins OBS-URL: https://build.opensuse.org/request/show/523692 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libx86emu?expand=0&rev=20
This commit is contained in:
commit
1742cc9742
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6d9ebf3a4691c047a8950ddea3ad181aafa56c12d3f4186469a9bc1809818d59
|
||||
size 77440
|
3
libx86emu-1.12.tar.xz
Normal file
3
libx86emu-1.12.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:89c62e10e6486873fdb7add9ac1d84de10f2b52fd29287e3b5c40207d8c867bc
|
||||
size 77584
|
@ -1,3 +1,11 @@
|
||||
--------------------------------------------------------------------
|
||||
Tue Sep 12 11:49:46 UTC 2017 - wfeldt@opensuse.org
|
||||
|
||||
- merge gh#wfeldt/libx86emu#9
|
||||
- add proper LICENSE file (containing the actual license) and add
|
||||
it consistently to all source files
|
||||
- 1.12
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 22 12:18:16 UTC 2016 - snwint@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libx86emu
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2008 Steffen Winterfeldt
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -24,7 +24,7 @@ BuildRequires: xz
|
||||
Summary: A small x86 emulation library.
|
||||
License: BSD-3-Clause
|
||||
Group: System/Libraries
|
||||
Version: 1.11
|
||||
Version: 1.12
|
||||
Release: 0
|
||||
PreReq: /sbin/ldconfig
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
@ -87,7 +87,7 @@ make install DESTDIR=%{buildroot} LIBDIR=%{_libdir}
|
||||
%files -n libx86emu1
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/*.so.*
|
||||
%doc README.md LICENSE
|
||||
%doc README.md LICENSE*
|
||||
|
||||
%files -n libx86emu-devel
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
Reference in New Issue
Block a user