Compare commits
11 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c7be324f33 | ||
|
|
bff1aa20a8 | ||
|
|
421002f0bb | ||
|
|
c999164668 | ||
|
|
71ee7cd2cf | ||
|
|
905e49f044 | ||
|
|
53c7ca5ac8 | ||
|
|
f332e56010 | ||
|
|
c46609ebbc | ||
|
|
600f381b23 | ||
| 6090bddfce |
5 changed files with 1 additions and 101 deletions
|
|
@ -1 +0,0 @@
|
|||
vbetool-1.1.tar.gz
|
||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: vbetool
|
||||
# $Id$
|
||||
NAME := vbetool
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
define find-makefile-common
|
||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
||||
|
||||
ifeq ($(MAKEFILE_COMMON),)
|
||||
# attept a checkout
|
||||
define checkout-makefile-common
|
||||
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
||||
endif
|
||||
|
||||
include $(MAKEFILE_COMMON)
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Suspend not supported under UMS. Not installed by default since F13.
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
ffb03b118867a02296d7449019ad8846 vbetool-1.1.tar.gz
|
||||
78
vbetool.spec
78
vbetool.spec
|
|
@ -1,78 +0,0 @@
|
|||
Name: vbetool
|
||||
Version: 1.1
|
||||
Release: 3%{?dist}
|
||||
Summary: Run real-mode video BIOS code to alter hardware state
|
||||
|
||||
Group: System Environment/Base
|
||||
License: GPLv2
|
||||
URL: http://www.codon.org.uk/~mjg59/vbetool/
|
||||
Source0: http://www.codon.org.uk/~mjg59/vbetool/download/vbetool-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: zlib-devel pciutils-devel libx86-devel
|
||||
# does not build on ppc, ppc64 and sparc arches, see #285361 (RedHat Bugzilla)
|
||||
# on ppc sys/io.h is missing, on ppc64 there are more complaints
|
||||
# build.logs are attached in the bug report
|
||||
ExcludeArch: ppc ppc64 %{sparc}
|
||||
# vbetool is included in (some of) these pm-utils releases
|
||||
Conflicts: pm-utils <= 0.99.3-11
|
||||
|
||||
|
||||
%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.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --with-x86emu
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING
|
||||
%{_sbindir}/vbetool
|
||||
%{_mandir}/man1/vbetool.1.gz
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
* Wed Jan 14 2009 Dennis Gilmore <dennis@ausil.us> - 1.1-2
|
||||
- exclude sparc arches missing sys/io.h
|
||||
|
||||
* Mon May 19 2008 Matthew Garrett <mjg@redhat.com> - 1.1-1
|
||||
- update to version 1.1
|
||||
|
||||
* Tue Mar 25 2008 Till Maas <opensource till name> - 0.7-6
|
||||
- remove overriding of CFLAGS for x86emu
|
||||
|
||||
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.7-5
|
||||
- Autorebuild for GCC 4.3
|
||||
|
||||
* Sun Dec 02 2007 Till Maas <opensource till name> - 0.7-4
|
||||
- libz.a is now in a -static subpackage, add to BR
|
||||
|
||||
* Tue Nov 13 2007 Adam Jackson <ajax@redhat.com> 0.7-3
|
||||
- Build with x86emu everywhere for uniformity of bugs and consistency with X.
|
||||
|
||||
* Fri Sep 07 2007 Till Maas <opensource till name> 0.7-2
|
||||
- ExcludeArch: ppc and ppc64 (does not build there)
|
||||
- add Conflicts with old pm-utils package
|
||||
|
||||
* Fri Aug 31 2007 Till Maas <opensource till name> - 0.7-1
|
||||
- initial release for Fedora with patches from the pm-utils package
|
||||
Loading…
Add table
Add a link
Reference in a new issue