%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: make gcc binutils BuildRequires: glibc-devel.i686 BuildRequires: glibc-devel.x86_64 BuildArch: noarch %description A simple x86 firmware that can boot Linux. %prep %setup -q -n %{name} %build make %install mkdir -p %{buildroot}/usr/share/%{name} cp bios.bin %{buildroot}/usr/share/%{name} %files /usr/share/%{name} %changelog