Browse Source

sgabios rewrite package to reflect updates

Signed-off-by: virtbuilder_pel7ppc64bebuilder0 <virtbuilder@powerel.org>
master
virtbuilder_pel7ppc64bebuilder0 6 years ago
parent
commit
5ed6514867
  1. 16
      SPECS/sgabios.spec

16
SPECS/sgabios.spec

@ -1,17 +1,15 @@
%define tardir %{name}-0 %global hash 72f39d4
%global date 20180715


Name: sgabios Name: sgabios
Epoch: 1 Epoch: 1
Version: 0.20180715svn Version: 0.%{date}git
Release: 1%{?dist} Release: 1%{?dist}
Summary: Open-source serial graphics BIOS option rom Summary: Open-source serial graphics BIOS option rom
Group: Applications/Emulators Group: Applications/Emulators
License: ASL 2.0 License: ASL 2.0
URL: http://code.google.com/p/sgabios/ URL: https://github.com/qemu/sgabios
# Tarball created from SVN archive using the following commands: Source0: sgabios-%{date}-git%{hash}.tar.xz
# svn export -r 8 http://sgabios.googlecode.com/svn/trunk sgabios-0
# tar -czvf sgabios-0-svnr8.tar.gz sgabios-0
Source0: sgabios-0-svnr8.tar.gz
Patch0: sgabios-hostcc.patch Patch0: sgabios-hostcc.patch


BuildRequires: binutils-x86_64-linux-gnu gcc-x86_64-linux-gnu BuildRequires: binutils-x86_64-linux-gnu gcc-x86_64-linux-gnu
@ -40,8 +38,8 @@ adapter and a keyboard, and additionally provide hooks for logging displayed
characters for later collection after an operating system boots. characters for later collection after an operating system boots.


%prep %prep
%setup -q -n %{tardir} %setup -q -n sgabios-%{date}-git%{hash}
%patch0 -p1 #%patch0 -p1


%build %build
unset MAKEFLAGS unset MAKEFLAGS

Loading…
Cancel
Save