123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136 |
- Summary: Tools for managing a frame buffer's video mode properties.
- Summary(ja): フレームバッファのビデオモードを設定するツール
- Name: fbset
- Version: 2.1
- Release: 16%{?_dist_release}
- License: GPL+
- Group: Applications/System
- URL: http://users.telenet.be/geertu/Linux/fbdev/
- Source: http://users.telenet.be/geertu/Linux/fbdev/fbset-2.1.tar.gz
- BuildRequires: bison, flex
- Patch0: fbset-2.1-makefile.patch
- Patch1: fbset-2.1-fixmode.patch
- Patch2: fbset-2.1-manfix.patch
- BuildRoot: %{_tmppath}/%{name}-%{version}-root
- ExcludeArch: s390 s390x
- Vendor: Project Vine
- Distribution: Vine Linux
- %description
- Fbset is a utility for maintaining frame buffer resolutions. Fbset
- can change the video mode properties of a frame buffer device, and is
- usually used to change the current video mode.
- Install fbset if you need to manage frame buffer resolutions.
- %description -l ja
- fbset はフレームバッファの解像度を設定するユーティリティです.
- fbset を使ってフレームバッファデバイスのビデオモードを変更できます.
- 普通現在のビデオモードを変更するのに使われます.
-
- フレームバッファの解像度を制御したい場合は fbset をインストールして下さい.
- %prep
- %setup -q
- %patch0 -p1 -b .makefile
- %patch1 -p1 -b .fixmode
- %patch2 -p1 -b .man
- %build
- make CFLAGS="%{optflags}"
- %install
- rm -rf %{buildroot}
- %makeinstall
- %clean
- rm -rf %{buildroot}
- %files
- %defattr(-,root,root,-)
- %{_sbindir}/*
- %{_mandir}/man[58]/*
- %config(noreplace) %{_sysconfdir}/fb.modes
- %changelog
- * Wed Mar 21 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.1-16
- - rebuild; spec revamp
- - import Patch2
- * Thu Sep 25 2008 Shu KONNO <owa@bg.wakwak.com> 2.1-15vl5
- - applied new versioning policy, spec in utf-8
- * Thu Aug 31 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.1-14vl2
- - rebuilt on recent VineSeed
- - s/Copyright/License/
- - add URL
- * Thu Mar 18 2004 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.1-14vl1
- - basically no changes from 2.1-8vl1 - just rebuilt
- * Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- - rebuilt
- * Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- - rebuilt
- * Thu Dec 12 2002 Tim Powers <timp@redhat.com> 2.1-12
- - rebuild on all arches
- * Fri Jun 21 2002 Tim Powers <timp@redhat.com>
- - automated rebuild
- * Thu May 23 2002 Tim Powers <timp@redhat.com>
- - automated rebuild
- * Wed Jan 09 2002 Tim Powers <timp@redhat.com>
- - automated rebuild
- * Tue Jun 19 2001 Florian La Roche <Florian.LaRoche@redhat.de>
- - add ExcludeArch: s390 s390x
- * Fri Feb 23 2001 Preston Brown <pbrown@redhat.com>
- - fix 1024x768 72 Hz mode (#29024)
- * Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
- - automatic rebuild
- * Thu Jun 15 2000 Jeff Johnson <jbj@redhat.com>
- - FHS packaging.
- * Tue Feb 15 2000 Bill Nottingham <notting@redhat.com>
- - ship fb.modes everywhere
- * Fri Feb 4 2000 Bill Nottingham <notting@redhat.com>
- - fix man page permissions
- * Wed Feb 02 2000 Cristian Gafton <gafton@redhat.com>
- - fix summary
- * Thu Oct 7 1999 Bill Nottingham <notting@redhat.com>
- - update to 2.1
- - don't include fb devs.
- * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
- - auto rebuild in the new build environment (release 2)
- * Mon Mar 15 1999 Jeff Johnson <jbj@redhat.com>
- - include fb devs too (#1515)
- - update to 19990118 version.
- * Thu Nov 5 1998 Jeff Johnson <jbj@redhat.com>
- - import from ultrapenguin 1.1.
- - upgrade to 19981104.
- * Thu Oct 29 1998 Jakub Jelinek <jj@ultra.linux.cz>
- - new package
|