From cd4ace57900c5a257b18309684a878b15bcf4287da61581fb07f998869eeb1f6 Mon Sep 17 00:00:00 2001 From: Steffen Winterfeldt Date: Thu, 29 Nov 2018 13:02:35 +0000 Subject: [PATCH] Accepting request 633052 from home:jengelh:branches:system:install:head - Fix RPM groups. Trim bias from descriptions. OBS-URL: https://build.opensuse.org/request/show/633052 OBS-URL: https://build.opensuse.org/package/show/system:install:head/libx86emu?expand=0&rev=31 --- libx86emu.changes | 5 +++++ libx86emu.spec | 39 ++++++++++----------------------------- 2 files changed, 15 insertions(+), 29 deletions(-) diff --git a/libx86emu.changes b/libx86emu.changes index c89e650..49ef258 100644 --- a/libx86emu.changes +++ b/libx86emu.changes @@ -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 diff --git a/libx86emu.spec b/libx86emu.spec index 91eec94..20e3aa3 100644 --- a/libx86emu.spec +++ b/libx86emu.spec @@ -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