%global debug_package %{nil} Name: qboot.git Version: 0 Release: 0.EOL.no.nore.updates 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