diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2013-09-13 11:46:21 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2015-05-22 11:56:25 +0200 |
commit | ce21579e605a02b6598f178191e3847895a1d3a5 (patch) | |
tree | 578119fa7a1ccc8af80059c6bc6d895d298e3109 | |
download | qboot-ce21579e605a02b6598f178191e3847895a1d3a5.tar.gz |
initial revision
-rw-r--r-- | qboot.git.spec | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/qboot.git.spec b/qboot.git.spec new file mode 100644 index 0000000..566f15a --- /dev/null +++ b/qboot.git.spec @@ -0,0 +1,31 @@ +%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 + +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 |