From 66b3059001a48bb6185994fa0af69b6f54fb4c295fdc69b067c5df4a12884c01 Mon Sep 17 00:00:00 2001 From: Steffen Winterfeldt Date: Mon, 27 Jan 2020 17:40:40 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/system:install:head/libx86emu?expand=0&rev=39 --- libx86emu.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/libx86emu.spec b/libx86emu.spec index ca646b4..5f6e3fe 100644 --- a/libx86emu.spec +++ b/libx86emu.spec @@ -32,18 +32,18 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build An x86 emulation library with focus on usage and execution logging functions. -%package -n libx86emu2 +%package -n libx86emu3 Summary: An x86 emulation library Group: System/Libraries -%description -n libx86emu2 +%description -n libx86emu3 An x86 emulation library with focus on usage and execution logging functions. %package -n libx86emu-devel Summary: Development files for libx86emu Group: Development/Libraries/C and C++ -Requires: libx86emu2 = %version +Requires: libx86emu3 = %version %description -n libx86emu-devel An x86 emulation library with focus on usage and @@ -61,11 +61,11 @@ make LIBDIR=%{_libdir} install -d -m 755 %{buildroot}%{_libdir} %make_install LIBDIR=%{_libdir} -%post -n libx86emu2 -p /sbin/ldconfig +%post -n libx86emu3 -p /sbin/ldconfig -%postun -n libx86emu2 -p /sbin/ldconfig +%postun -n libx86emu3 -p /sbin/ldconfig -%files -n libx86emu2 +%files -n libx86emu3 %defattr(-,root,root) %{_libdir}/*.so.* %doc README.md