summaryrefslogtreecommitdiffstats
path: root/qboot.git.spec
blob: 1c820dae9e7d5ec3cebdc9487f26e7e43defc58a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
%global debug_package %{nil}

Name:		qboot.git
Version:	0
Release:	20100422.g23d4749%{?dist}

Summary:	A simple x86 firmware that can boot Linux
Group:		Applications/Emulators
License:	GPL

Source0:	qboot.git-g23d4749.tar.xz

BuildRequires:  meson gcc binutils
BuildRequires:  glibc-devel(x86-32)
BuildRequires:  glibc-devel(x86-64)

BuildArch:      noarch

%description
A simple x86 firmware that can boot Linux.

%prep
%setup -q -n %{name}

%build
meson . build-rpm
ninja-build -C build-rpm

%install
mkdir -p %{buildroot}/usr/share/%{name}
cp build-rpm/bios.bin %{buildroot}/usr/share/%{name}

%files
/usr/share/%{name}

%changelog