This commit is contained in:
parent
279395306b
commit
80e9e14309
@ -41,11 +41,11 @@ Authors:
|
||||
--------
|
||||
Steffen Winterfeldt
|
||||
|
||||
%package -n libx86emu1
|
||||
%package -n libx86emu2
|
||||
Summary: A small x86 emulation library.
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libx86emu1
|
||||
%description -n libx86emu2
|
||||
Small x86 emulation library with focus of easy usage and extended
|
||||
execution logging functions.
|
||||
|
||||
@ -58,7 +58,7 @@ Authors:
|
||||
%package -n libx86emu-devel
|
||||
Summary: A small x86 emulation library.
|
||||
Group: System/Libraries
|
||||
Requires: libx86emu1 = %version
|
||||
Requires: libx86emu2 = %version
|
||||
|
||||
%description -n libx86emu-devel
|
||||
Small x86 emulation library with focus of easy usage and extended
|
||||
@ -80,11 +80,11 @@ make LIBDIR=%{_libdir}
|
||||
install -d -m 755 %{buildroot}%{_libdir}
|
||||
make install DESTDIR=%{buildroot} LIBDIR=%{_libdir}
|
||||
|
||||
%post -n libx86emu1 -p /sbin/ldconfig
|
||||
%post -n libx86emu2 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libx86emu1 -p /sbin/ldconfig
|
||||
%postun -n libx86emu2 -p /sbin/ldconfig
|
||||
|
||||
%files -n libx86emu1
|
||||
%files -n libx86emu2
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/*.so.*
|
||||
%doc README.md LICENSE*
|
||||
|
Loading…
Reference in New Issue
Block a user