# $Id: vbetool.spec,v 1.1 2005/08/09 19:22:43 altblue Exp $ # Authority: koenraad # Upstream: Matthew Garrett Summary: Real-mode video BIOS utility to alter hardware state Name: vbetool Version: 0.2 Release: 1.rf License: GPL Group: Applications/System URL: http://www.srcf.ucam.org/~mjg59/vbetool/ Packager: Dag Wieers Vendor: Dag Apt Repository, http://dag.wieers.com/apt/ Source: http://www.srcf.ucam.org/~mjg59/vbetool/vbetool_%{version}.orig.tar.gz Patch: vbetool-0.2-makefile.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Buildarch: i386 BuildRequires: autoconf, pciutils-devel %description vbetool allows you to run real-mode video BIOS code to alter hardware state. It uses lrmi in order to run code from the video BIOS. Currently, it is able to alter DPMS states, save/restore video card state and attempts to initialize the video card from scratch. %prep %setup %patch %build autoreconf --force %configure %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %makeinstall %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root, 0755) %doc COPYING %doc %{_mandir}/man1/vbetool.1* %{_sbindir}/vbetool %changelog * Fri Mar 18 2005 Koenraad Heijlen - 0.2-1 - 3032/dag - Initial package based on the debian package by Matthew Garrett. - Patched the Makefile.