fbset-vl.spec 3.4 KB

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