automatic rebuild by autodist [release 1.1-2mamba;Tue Aug 20 2013]

This commit is contained in:
Automatic Build System 2024-01-05 18:54:50 +01:00
parent 91aa1e5d17
commit ecc1cd083b
2 changed files with 53 additions and 0 deletions

View File

@ -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

51
vbetool.spec Normal file
View File

@ -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 <silvan.calarco@mambasoft.it>
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 <autodist@mambasoft.it> 1.1-2mamba
- automatic rebuild by autodist
* Sat Jul 26 2008 gil <puntogil@libero.it> 1.1-1mamba
- update to 1.1
* Tue Oct 10 2006 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7-1qilnx
- package created by autospec