[packages/seabios] - doh, wrong repo again, revert update to 1.8.2
hawk
hawk at pld-linux.org
Tue Aug 25 08:31:02 CEST 2015
commit 6d08863170f1f7ac661e086321baaa366c892e4f
Author: Marcin Krol <hawk at tld-linux.org>
Date: Tue Aug 25 06:29:54 2015 +0000
- doh, wrong repo again, revert update to 1.8.2
seabios.spec | 20 +++++++++++++++-----
1 file changed, 15 insertions(+), 5 deletions(-)
---
diff --git a/seabios.spec b/seabios.spec
index dbbe8ab..d2a48a4 100644
--- a/seabios.spec
+++ b/seabios.spec
@@ -1,14 +1,16 @@
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
-Release: 1
+Version: 1.7.5
+Release: 2
License: LGPL v3
Group: Applications/System
Source0: http://code.coreboot.org/p/seabios/downloads/get/%{name}-%{version}.tar.gz
-# Source0-md5: d08a501fb918698f24a0de012c687729
+# Source0-md5: 3f1e17485ca327b245ae5938d9aa02d9
+# binary for non-x86 archs
+Source1: http://code.coreboot.org/p/seabios/downloads/get/bios.bin-%{version}.gz
+# Source1-md5: f14eccbad35cd802ef785bde48a43519
URL: http://seabios.org/
-ExclusiveArch: %{ix86} %{x8664}
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -29,22 +31,30 @@ 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
+%doc README TODO
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/bios.bin
+%ifarch %{ix86} %{x8664}
%{_datadir}/%{name}/*.aml
+%endif
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/seabios.git/commitdiff/6d08863170f1f7ac661e086321baaa366c892e4f
More information about the pld-cvs-commit
mailing list