Summary: Open source implementation of a 16-bit x86 BIOS Summary(pl.UTF-8): Implementacja 16-bitowego BIOS-u x86 o otwartych źródłach Name: seabios Version: 1.11.0 Release: 1 License: LGPL v3 Group: Applications/System Source0: http://code.coreboot.org/p/seabios/downloads/get/%{name}-%{version}.tar.gz # Source0-md5: 422b724695d2b5868cfdd263c5413356 URL: http://seabios.org/ ExclusiveArch: %{ix86} %{x8664} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description SeaBIOS is an open source implementation of a 16-bit X86 BIOS. SeaBIOS can run in an emulator or it can run natively on X86 hardware with the use of coreboot. SeaBIOS is the default BIOS for QEMU, KVM and Xen HVM. %description -l pl.UTF-8 SeaBIOS to mająca otwarte źródła implementacją 16-bitowego BIOS-u X86. SeaBIOS może działać pod kontrolą emulatora lub natywnie na sprzęcie X86 przy użyciu bootloadera coreboot. SeaBIOS to domyślny BIOS dla narzędzi QEMU, KVM i Xen HVM. %prep %setup -q %build %{__make} %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_datadir}/%{name} install out/bios.bin $RPM_BUILD_ROOT%{_datadir}/%{name}/bios.bin %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc README docs/{Debugging.md,Mailinglist.md,Memory_Model.md,Releases.md,Runtime_config.md,SeaBIOS.md,SeaVGABIOS.md} %dir %{_datadir}/%{name} %{_datadir}/%{name}/bios.bin