X-Git-Url: https://git.tld-linux.org/?p=packages%2Fseabios.git;a=blobdiff_plain;f=seabios.spec;h=13328f412eb81179c932cd6d420a699a737bf441;hp=d2a48a4b1e52f26c42b4cf0e4cf3131468fc9cc1;hb=b890b63985a80e6e10f224b1cdb09f7a74c2cbaa;hpb=e5fb81a440d7e8edb14e196304116fcaeaca31f5;ds=sidebyside diff --git a/seabios.spec b/seabios.spec index d2a48a4..13328f4 100644 --- a/seabios.spec +++ b/seabios.spec @@ -1,16 +1,14 @@ 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.7.5 -Release: 2 +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: 3f1e17485ca327b245ae5938d9aa02d9 -# binary for non-x86 archs -Source1: http://code.coreboot.org/p/seabios/downloads/get/bios.bin-%{version}.gz -# Source1-md5: f14eccbad35cd802ef785bde48a43519 +# Source0-md5: 422b724695d2b5868cfdd263c5413356 URL: http://seabios.org/ +ExclusiveArch: %{ix86} %{x8664} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -31,30 +29,20 @@ SeaBIOS to domyślny BIOS dla narzędzi QEMU, KVM i Xen HVM. %setup -q %build -%ifarch %{ix86} %{x8664} %{__make} -%endif %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_datadir}/%{name} -%ifarch %{ix86} %{x8664} install out/bios.bin $RPM_BUILD_ROOT%{_datadir}/%{name}/bios.bin -install out/src/fw/*.aml $RPM_BUILD_ROOT%{_datadir}/%{name} -%else -gunzip -c %{SOURCE1} > $RPM_BUILD_ROOT%{_datadir}/%{name}/bios.bin -%endif %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc README TODO +%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 -%ifarch %{ix86} %{x8664} -%{_datadir}/%{name}/*.aml -%endif