diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2013-09-13 11:46:21 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2013-09-13 11:46:21 +0200 |
commit | f40b7b202054be339afd95f7b0d2bee3983e2733 (patch) | |
tree | b6b1bbc22b4536f0c0e0e3af9408dec924a799cf /sgabios.git.spec | |
download | sgabios-master.tar.gz |
Diffstat (limited to 'sgabios.git.spec')
-rw-r--r-- | sgabios.git.spec | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/sgabios.git.spec b/sgabios.git.spec new file mode 100644 index 0000000..9a6a1bb --- /dev/null +++ b/sgabios.git.spec @@ -0,0 +1,34 @@ +%global debug_package %{nil} + +Name: sgabios.git +Version: 0 +Release: 20100422.g23d4749%{?dist} + +Summary: Serial Graphics Adapter BIOS - git snapshot +Group: Applications/Emulators +License: ASL 2.0 + +Source0: sgabios.git-g23d4749.tar.xz + +BuildArch: noarch + +%description +SGABIOS is designed to be inserted into a BIOS as an option rom to provide +over a serial port the display and input capabilities normally handled by +a VGA adapter and a keyboard, and additionally provide hooks for logging +displayed characters for later collection after an operating system boots. + +%prep +%setup -q -n %{name} + +%build +make + +%install +mkdir -p %{buildroot}/usr/share/%{name} +cp sgabios.bin %{buildroot}/usr/share/%{name} + +%files +/usr/share/%{name} + +%changelog |