xorg-x11-drv-vesa-vl.spec 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. %define tarball xf86-video-vesa
  2. %define moduledir %(pkg-config xorg-server --variable=moduledir )
  3. %define driverdir %{moduledir}/drivers
  4. Summary: Xorg X11 vesa video driver
  5. Summary(ja): Xorg X11 vesa ビデオドライバ
  6. Name: xorg-x11-drv-vesa
  7. Version: 2.3.0
  8. Release: 6%{?_dist_release}
  9. URL: http://www.x.org
  10. Source0: http://xorg.freedesktop.org/releases/individual/driver/%{tarball}-%{version}.tar.bz2
  11. License: MIT
  12. Group: User Interface/X Hardware Support
  13. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  14. BuildRequires: xorg-x11-server-sdk >= 1.4.99
  15. Requires: xorg-x11-server-Xorg
  16. %description
  17. X.Org X11 vesa video driver.
  18. %prep
  19. %setup -q -n %{tarball}-%{version}
  20. %build
  21. %configure --disable-static
  22. make
  23. %install
  24. rm -rf $RPM_BUILD_ROOT
  25. make install DESTDIR=$RPM_BUILD_ROOT
  26. # FIXME: Remove all libtool archives (*.la) from modules directory. This
  27. # should be fixed in upstream Makefile.am or whatever.
  28. find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
  29. %clean
  30. rm -rf $RPM_BUILD_ROOT
  31. %files
  32. %defattr(-,root,root,-)
  33. %{driverdir}/vesa_drv.so
  34. %{_mandir}/man4/vesa.4*
  35. %changelog
  36. * Wed Nov 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.3.0-6
  37. - rebuild with xserver-1.11.1.902
  38. * Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.3.0-5
  39. - rebuild with xserver-1.10.0
  40. * Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.3.0-4
  41. - rebuild with xserver-1.9.2
  42. * Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.3.0-3
  43. - rebuild with xserver-1.8rc (x86_64)
  44. * Thu Mar 25 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.0-2
  45. - rebuild with xserver-1.8rc
  46. * Sun Feb 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.3.0-1
  47. - new upstream release
  48. * Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.1-1
  49. - new upstream release
  50. * Mon Mar 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0-1
  51. - new upstream release
  52. * Wed Jan 14 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.0-1
  53. - new upstream release
  54. * Thu Jul 03 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0-1
  55. - new upstream release
  56. * Mon Jun 16 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.99.1-1
  57. - new upstream release
  58. * Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.0-1
  59. - new versioning policy
  60. * Sun Jan 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.0-0vl1
  61. - initial build for Vine Linux
  62. * Thu Aug 23 2007 Adam Jackson <ajax@redhat.com> - 1.3.0-10
  63. - Rebuild for ppc toolchain bug
  64. * Mon Jun 18 2007 Adam Jackson <ajax@redhat.com> 1.3.0-9
  65. - Update Requires and BuildRequires.
  66. * Thu May 31 2007 Adam Jackson <ajax@redhat.com> 1.3.0-8
  67. - vesa-1.3.0-mode-heuristics.patch: Fix a typo that would crash on
  68. some cards. (#241491)
  69. * Wed May 09 2007 Adam Jackson <ajax@redhat.com> 1.3.0-6
  70. - Re-add the sync range hack. (#235066)
  71. * Tue Mar 20 2007 Adam Jackson <ajax@redhat.com> 1.3.0-5
  72. - vesa-1.3.0-mode-heuristics.patch: If strict intersection of VBE and EDID
  73. modes leaves no modes remaining after validation, try again with just
  74. range and VBE checks. Replaces earlier range-hack and validmode patches.
  75. * Tue Feb 27 2007 Adam Jackson <ajax@redhat.com> 1.3.0-4
  76. - vesa-1.3.0-range-hack.patch: Work around broken ATI video BIOSes.
  77. - Disown the module dir
  78. - Fix the License
  79. * Fri Feb 16 2007 Adam Jackson <ajax@redhat.com> 1.3.0-3
  80. - ExclusiveArch -> ExcludeArch
  81. * Wed Jan 24 2007 Adam Jackson <ajax@redhat.com> 1.3.0-2
  82. - vesa-1.2.1-validmode.patch: Strictly limit runtime modes to the intersection
  83. of the BIOS and DDC lists, if a DDC list exists; fixes cases where we'd
  84. choose 1600x1200 on 1680x1050 panel. Conversely, be more forgiving when
  85. validating the resulting set against the sync ranges; fixes 640x480 syndrome
  86. when the monitor has broken DDC. Don't be deceived though, vesa still sucks.
  87. * Mon Dec 4 2006 Adam Jackson <ajax@redhat.com> 1.3.0-1
  88. - Update to 1.3.0
  89. - vesa-1.2.1-validmode.patch: Implement a ValidMode driver hook, which rejects
  90. modes not present in the BIOS or outside the capability of the monitor.
  91. * Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 1.2.1-4
  92. - rebuilt for unwind info generation, broken in gcc-4.1.1-21
  93. * Tue Sep 19 2006 Adam Jackson <ajackson@redhat.com> 1.2.1-3
  94. - vesa-1.2.1-fix-shadowfb.patch: Fix massive performance regression relative
  95. to FC5.
  96. * Fri Jul 28 2006 Adam Jackson <ajackson@redhat.com> 1.2.1-2
  97. - vesa-1.2.1-randr-crash.patch: Fix a RANDR crash.
  98. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 1.2.1-1.1
  99. - rebuild
  100. * Sat Jun 17 2006 Mike A. Harris <mharris@redhat.com> 1.2.1-1
  101. - Updated to version 1.2.1 for X11R7.1 server.
  102. * Tue Jun 13 2006 Adam Jackson <ajackson@redhat.com> 1.2.0-2
  103. - Build on ppc64
  104. * Tue May 30 2006 Adam Jackson <ajackson@redhat.com> 1.2.0-1
  105. - Update to 1.2.0 from 7.1.
  106. * Sun Apr 09 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-1
  107. - Update to 1.1.0 from 7.1RC1.
  108. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.1.3-1.2
  109. - bump again for double-long bug on ppc(64)
  110. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.1.3-1.1
  111. - rebuilt for new gcc4.1 snapshot and glibc changes
  112. * Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.1.3-1
  113. - Updated xorg-x11-drv-vesa to version 1.0.1.3 from X11R7.0
  114. * Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 1.0.1.2-1
  115. - Updated xorg-x11-drv-vesa to version 1.0.1.2 from X11R7 RC4
  116. - Removed 'x' suffix from manpage dirs to match RC4 upstream.
  117. * Wed Nov 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.1-1
  118. - Updated xorg-x11-drv-vesa to version 1.0.1 from X11R7 RC2
  119. * Fri Nov 04 2005 Mike A. Harris <mharris@redhat.com> 1.0.0.1-1
  120. - Updated xorg-x11-drv-vesa to version 1.0.0.1 from X11R7 RC1
  121. - Fix *.la file removal.
  122. * Tue Oct 04 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
  123. - Update BuildRoot to use Fedora Packaging Guidelines.
  124. - Deglob file manifest.
  125. - Limit "ExclusiveArch" to x86, x86_64 ia64 ppc alpha sparc sparc64
  126. * Fri Sep 02 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-0
  127. - Initial spec file for vesa video driver generated automatically
  128. by my xorg-driverspecgen script.