diff --git a/README.md b/README.md index b62c4e0..e6cbf66 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # vbetool +vbetool 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 attempt to initialize the video card from scratch. It exists primarily in order to increase the chances of successfully recovering video state after an ACPI S3 suspend + diff --git a/vbetool.spec b/vbetool.spec new file mode 100644 index 0000000..2c42fc9 --- /dev/null +++ b/vbetool.spec @@ -0,0 +1,51 @@ +Name: vbetool +Version: 1.1 +Release: 2mamba +Summary: vbetool uses lrmi in order to run code from the video BIOS +Group: System/Tools +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://freshmeat.net/projects/vbetool/ +Source: http://www.codon.org.uk/%7Emjg59/vbetool/download/vbetool-%{version}.tar.gz +#http://www.srcf.ucam.org/%7Emjg59/vbetool/vbetool_%{version}-1.tar.gz +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libx86-devel +BuildRequires: libz-devel +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +vbetool 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 attempt to initialize the video card from scratch. It exists primarily in order to increase the chances of successfully recovering video state after an ACPI S3 suspend + +%prep +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_sbindir}/vbetool +%{_mandir}/man1/vbetool.1.gz +%doc COPYING + +%changelog +* Tue Aug 20 2013 Automatic Build System 1.1-2mamba +- automatic rebuild by autodist + +* Sat Jul 26 2008 gil 1.1-1mamba +- update to 1.1 + +* Tue Oct 10 2006 Silvan Calarco 0.7-1qilnx +- package created by autospec