From f40b7b202054be339afd95f7b0d2bee3983e2733 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Fri, 13 Sep 2013 11:46:21 +0200 Subject: initial revision --- sgabios.git.spec | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 sgabios.git.spec 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 -- cgit