]> TLD Linux GIT Repositories - packages/seabios.git/blobdiff - seabios.spec
- updated to 1.11.0
[packages/seabios.git] / seabios.spec
index dbbe8ab94b09cc2709e7296d99495ae25b57a505..13328f412eb81179c932cd6d420a699a737bf441 100644 (file)
@@ -1,12 +1,12 @@
 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.8.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: d08a501fb918698f24a0de012c687729
+# Source0-md5: 422b724695d2b5868cfdd263c5413356
 URL:           http://seabios.org/
 ExclusiveArch: %{ix86} %{x8664}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -37,14 +37,12 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
 
 install out/bios.bin $RPM_BUILD_ROOT%{_datadir}/%{name}/bios.bin
-install out/src/fw/*.aml $RPM_BUILD_ROOT%{_datadir}/%{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README
+%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
-%{_datadir}/%{name}/*.aml