Steffen Winterfeldt 2020-01-27 17:40:40 +00:00 committed by Git OBS Bridge
parent cf27e8877f
commit 66b3059001

View File

@ -32,18 +32,18 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
An x86 emulation library with focus on usage and An x86 emulation library with focus on usage and
execution logging functions. execution logging functions.
%package -n libx86emu2 %package -n libx86emu3
Summary: An x86 emulation library Summary: An x86 emulation library
Group: System/Libraries Group: System/Libraries
%description -n libx86emu2 %description -n libx86emu3
An x86 emulation library with focus on usage and An x86 emulation library with focus on usage and
execution logging functions. execution logging functions.
%package -n libx86emu-devel %package -n libx86emu-devel
Summary: Development files for libx86emu Summary: Development files for libx86emu
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: libx86emu2 = %version Requires: libx86emu3 = %version
%description -n libx86emu-devel %description -n libx86emu-devel
An x86 emulation library with focus on usage and An x86 emulation library with focus on usage and
@ -61,11 +61,11 @@ make LIBDIR=%{_libdir}
install -d -m 755 %{buildroot}%{_libdir} install -d -m 755 %{buildroot}%{_libdir}
%make_install LIBDIR=%{_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) %defattr(-,root,root)
%{_libdir}/*.so.* %{_libdir}/*.so.*
%doc README.md %doc README.md