Accepting request 652612 from system:install:head

- Fix RPM groups. Trim bias from descriptions. (forwarded request 633052 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/652612
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libx86emu?expand=0&rev=24
This commit is contained in:
Dominique Leuenberger 2018-12-05 08:36:58 +00:00 committed by Git OBS Bridge
commit ad25eee826
2 changed files with 15 additions and 29 deletions

View File

@ -5,6 +5,11 @@ Thu Aug 30 13:31:45 UTC 2018 - snwint@suse.de
- Fix README.md header typos
- 2.1
-------------------------------------------------------------------
Thu Jul 26 10:54:27 UTC 2018 - jengelh@inai.de
- Fix RPM groups. Trim bias from descriptions.
--------------------------------------------------------------------
Wed Jul 25 08:42:44 UTC 2018 - wfeldt@opensuse.org

View File

@ -17,58 +17,39 @@
#
# ExclusiveArch: %ix86 x86_64
Name: libx86emu
BuildRequires: xz
Summary: A small x86 emulation library.
Summary: An x86 emulation library
License: BSD-3-Clause
Group: System/Libraries
Group: Development/Libraries/C and C++
Version: 2.1
Release: 0
PreReq: /sbin/ldconfig
Source: %{name}-%{version}.tar.xz
Url: https://github.com/wfeldt/libx86emu
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Small x86 emulation library with focus of easy usage and extended
An x86 emulation library with focus on usage and
execution logging functions.
Authors:
--------
Steffen Winterfeldt
%package -n libx86emu2
Summary: A small x86 emulation library.
Summary: An x86 emulation library
Group: System/Libraries
%description -n libx86emu2
Small x86 emulation library with focus of easy usage and extended
An x86 emulation library with focus on usage and
execution logging functions.
Authors:
--------
Steffen Winterfeldt
%package -n libx86emu-devel
Summary: A small x86 emulation library.
Group: System/Libraries
Summary: Development files for libx86emu
Group: Development/Libraries/C and C++
Requires: libx86emu2 = %version
%description -n libx86emu-devel
Small x86 emulation library with focus of easy usage and extended
An x86 emulation library with focus on usage and
execution logging functions.
Authors:
--------
Steffen Winterfeldt
This package contains the header files for the library API.
%prep
%setup -n libx86emu-%{version}
@ -78,7 +59,7 @@ make LIBDIR=%{_libdir}
%install
install -d -m 755 %{buildroot}%{_libdir}
make install DESTDIR=%{buildroot} LIBDIR=%{_libdir}
%make_install LIBDIR=%{_libdir}
%post -n libx86emu2 -p /sbin/ldconfig