fbset-vl.spec 3.1 KB

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