xorg-x11-drv-fbdev-vl.spec 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. %define tarball xf86-video-fbdev
  2. %define moduledir %(pkg-config xorg-server --variable=moduledir )
  3. %define driverdir %{moduledir}/drivers
  4. Summary: Xorg X11 fbdev video driver
  5. Summary(ja): Xorg X11 fbdev ビデオドライバ
  6. Name: xorg-x11-drv-fbdev
  7. Version: 0.5.0
  8. Release: 1%{?_dist_release}
  9. Group: User Interface/X Hardware Support
  10. Vendor: Project Vine
  11. Distribution: Vine Linux
  12. License: MIT
  13. URL: http://www.x.org
  14. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  15. Source0: https://www.x.org/archive//individual/driver/%{tarball}-%{version}.tar.bz2
  16. BuildRequires: xorg-x11-server-sdk
  17. BuildRequires: autoconf automake libtool
  18. Requires: xorg-x11-server-Xorg
  19. %description
  20. X.Org X11 fbdev video driver.
  21. %prep
  22. %setup -q -n %{tarball}-%{version}
  23. %build
  24. %configure --disable-static
  25. make
  26. %install
  27. rm -rf $RPM_BUILD_ROOT
  28. make install DESTDIR=$RPM_BUILD_ROOT
  29. # FIXME: Remove all libtool archives (*.la) from modules directory. This
  30. # should be fixed in upstream Makefile.am or whatever.
  31. find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
  32. %clean
  33. rm -rf $RPM_BUILD_ROOT
  34. %files
  35. %defattr(-,root,root,-)
  36. %{driverdir}/fbdev_drv.so
  37. %{_mandir}/man4/fbdev.4*
  38. %changelog
  39. * Sat May 02 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.5.0-1
  40. - new upstream release.
  41. - built with xserver-1.20.8.
  42. * Fri Feb 16 2018 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.4.4-7
  43. - rebuild with xserver-1.19.6
  44. * Thu May 05 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.4-6
  45. - rebuild with xserver-1.18.3
  46. * Sun Oct 25 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.4-5
  47. - rebuild with xserver-1.17.2
  48. * Sat Nov 22 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.4-4
  49. - rebuild with xserver-1.16.2
  50. * Thu Jul 10 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.4-3
  51. - rebuild with xserver-1.15.2
  52. * Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.4-2
  53. - rebuild with VineSeed environment
  54. * Sun Nov 03 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.4-1
  55. - new upstream release
  56. - remove Patch0 (xf86-video-fbdev-0.4.3-remove-mibstore.patch)
  57. * Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.3-2
  58. - rebuild with xserver-1.14.1
  59. - add Patch0 (xf86-video-fbdev-0.4.3-remove-mibstore.patch)
  60. * Wed Jul 11 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.3-1
  61. - new upstream release
  62. * Sun Mar 25 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.2-5
  63. - rebuild with xserver-1.12.0
  64. * Wed Nov 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.2-4
  65. - rebuild with xserver-1.11.1.902
  66. * Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.2-3
  67. - rebuild with xserver-1.10.0
  68. * Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.2-2
  69. - rebuild with xserver-1.9.2
  70. * Tue May 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.2-1
  71. - new upstream release
  72. * Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.1-2
  73. - rebuild with xserver-1.8rc
  74. * Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.1-1
  75. - new upstream release
  76. * Mon Mar 23 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.4.0-3
  77. - release number was NOT increased - rebuild again
  78. * Mon Mar 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.0-2
  79. - rebuild with X server 1.6.0
  80. * Fri Jul 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.0-1
  81. - new upstream release
  82. * Mon May 12 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.1-1
  83. - initial build for Vine Linux
  84. * Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.3.1-7
  85. - Autorebuild for GCC 4.3
  86. * Fri Jan 18 2008 Dave Airlie <airlied@redhat.com> 0.3.1-6
  87. - rebuild for abi change.
  88. * Tue Nov 13 2007 Adam Jackson <ajax@redhat.com> 0.3.1-5.20071113
  89. - Update to git snapshot for pciaccess goodness. Don't ask why a driver
  90. that doesn't touch PCI at all needs a PCI update. I don't know either,
  91. and thinking about it makes me very sad.
  92. - Require xserver 1.4.99.1
  93. * Wed Aug 22 2007 Adam Jackson <ajax@redhat.com> - 0.3.1-4
  94. - Rebuild for PPC toolchain bug
  95. * Mon Jun 18 2007 Adam Jackson <ajax@redhat.com> 0.3.1-3
  96. - Update Requires and BuildRequires. Disown the module directories.
  97. * Fri Feb 16 2007 Adam Jackson <ajax@redhat.com> 0.3.1-2
  98. - ExclusiveArch -> ExcludeArch
  99. * Fri Jan 05 2007 Adam Jackson <ajax@redhat.com> 0.3.1-1
  100. - Update to 0.3.1
  101. * Mon Aug 28 2006 Jeremy Katz <katzj@redhat.com> - 0.3.0-2
  102. - adjust to prefer 32bpp over 24bpp for fbbpp (#204117)
  103. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com>
  104. - rebuild
  105. * Tue May 23 2006 Adam Jackson <ajackson@redhat.com> 0.3.0-1
  106. - Update to 0.3.0 from 7.1.
  107. * Tue May 16 2006 Adam Jackson <ajackson@redhat.com> 0.2.0-2
  108. - Move debugging output from compile-time option to run-time option.
  109. * Sun Apr 9 2006 Adam Jackson <ajackson@redhat.com> 0.2.0-1
  110. - Update to 0.2.0 from 7.1RC1.
  111. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.1.0.5-1.2
  112. - bump again for double-long bug on ppc(64)
  113. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.1.0.5-1.1
  114. - rebuilt for new gcc4.1 snapshot and glibc changes
  115. * Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 0.1.0.5-1
  116. - Updated xorg-x11-drv-fbdev to version 0.1.0.5 from X11R7.0
  117. * Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 0.1.0.4-1
  118. - Updated xorg-x11-drv-fbdev to version 0.1.0.4 from X11R7 RC4
  119. - Removed 'x' suffix from manpage dirs to match RC4 upstream.
  120. * Wed Nov 16 2005 Mike A. Harris <mharris@redhat.com> 0.1.0.2-1
  121. - Updated xorg-x11-drv-fbdev to version 0.1.0.2 from X11R7 RC2
  122. * Fri Nov 4 2005 Mike A. Harris <mharris@redhat.com> 0.1.0.1-1
  123. - Updated xorg-x11-drv-fbdev to version 0.1.0.1 from X11R7 RC1
  124. - Fix *.la file removal.
  125. * Mon Oct 3 2005 Mike A. Harris <mharris@redhat.com> 0.1.0-1
  126. - Update BuildRoot to use Fedora Packaging Guidelines.
  127. - Deglob file manifest.
  128. - Add alpha/sparc/sparc64 to "ExclusiveArch"
  129. * Fri Sep 2 2005 Mike A. Harris <mharris@redhat.com> 0.1.0-0
  130. - Initial spec file for fbdev video driver generated automatically
  131. by my xorg-driverspecgen script.