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

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