56 lines
1.8 KiB
RPMSpec
56 lines
1.8 KiB
RPMSpec
Name: vbetool
|
|
Version: 1.2.2
|
|
Release: 1mamba
|
|
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: https://pkgs.fedoraproject.org/repo/pkgs/vbetool/vbetool-%{version}.tar.bz2/6d7ffb0c059b1a0d187ca7201efc3a73/vbetool-%{version}.tar.bz2
|
|
#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
|
|
* Mon Jul 28 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.2-1mamba
|
|
- update to 1.2.2
|
|
|
|
* 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
|