]> TLD Linux GIT Repositories - packages/seabios.git/blob - seabios.spec
- updated to 1.9.1
[packages/seabios.git] / seabios.spec
1 Summary:        Open source implementation of a 16-bit x86 BIOS
2 Summary(pl.UTF-8):      Implementacja 16-bitowego BIOS-u x86 o otwartych źródłach
3 Name:           seabios
4 Version:        1.9.1
5 Release:        1
6 License:        LGPL v3
7 Group:          Applications/System
8 Source0:        http://code.coreboot.org/p/seabios/downloads/get/%{name}-%{version}.tar.gz
9 # Source0-md5:  e21b6f3e54d492be837ef20d66617f81
10 URL:            http://seabios.org/
11 ExclusiveArch:  %{ix86} %{x8664}
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 SeaBIOS is an open source implementation of a 16-bit X86 BIOS. SeaBIOS
16 can run in an emulator or it can run natively on X86 hardware with the
17 use of coreboot.
18
19 SeaBIOS is the default BIOS for QEMU, KVM and Xen HVM.
20
21 %description -l pl.UTF-8
22 SeaBIOS to mająca otwarte źródła implementacją 16-bitowego BIOS-u X86.
23 SeaBIOS może działać pod kontrolą emulatora lub natywnie na sprzęcie
24 X86 przy użyciu bootloadera coreboot.
25
26 SeaBIOS to domyślny BIOS dla narzędzi QEMU, KVM i Xen HVM.
27
28 %prep
29 %setup -q
30
31 %build
32 %{__make}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
38
39 install out/bios.bin $RPM_BUILD_ROOT%{_datadir}/%{name}/bios.bin
40 install out/src/fw/*.aml $RPM_BUILD_ROOT%{_datadir}/%{name}
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc README docs/{Debugging.md,Mailinglist.md,Memory_Model.md,Releases.md,Runtime_config.md,SeaBIOS.md,SeaVGABIOS.md}
48 %dir %{_datadir}/%{name}
49 %{_datadir}/%{name}/bios.bin
50 %{_datadir}/%{name}/*.aml