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
This commit is contained in:
Steffen Winterfeldt 2018-11-29 13:02:35 +00:00 committed by Git OBS Bridge
parent 8d49f17420
commit cd4ace5790
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 - Fix README.md header typos
- 2.1 - 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 Wed Jul 25 08:42:44 UTC 2018 - wfeldt@opensuse.org

View File

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