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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  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.4.4
  8. Release: 1%{?_dist_release}
  9. URL: http://www.x.org
  10. License: MIT
  11. Group: User Interface/X Hardware Support
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  13. Source0: ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
  14. ExcludeArch: s390 s390x
  15. BuildRequires: xorg-x11-server-sdk
  16. BuildRequires: autoconf automake libtool
  17. Requires: xorg-x11-server-Xorg
  18. %description
  19. X.Org X11 fbdev video driver.
  20. %prep
  21. %setup -q -n %{tarball}-%{version}
  22. %build
  23. %configure --disable-static
  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}/fbdev_drv.so
  36. %{_mandir}/man4/fbdev.4*
  37. %changelog
  38. * Sun Nov 03 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.4-1
  39. - new upstream release
  40. - remove Patch0 (xf86-video-fbdev-0.4.3-remove-mibstore.patch)
  41. * Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.3-2
  42. - rebuild with xserver-1.14.1
  43. - add Patch0 (xf86-video-fbdev-0.4.3-remove-mibstore.patch)
  44. * Wed Jul 11 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.3-1
  45. - new upstream release
  46. * Sun Mar 25 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.2-5
  47. - rebuild with xserver-1.12.0
  48. * Wed Nov 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.2-4
  49. - rebuild with xserver-1.11.1.902
  50. * Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.2-3
  51. - rebuild with xserver-1.10.0
  52. * Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.2-2
  53. - rebuild with xserver-1.9.2
  54. * Tue May 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.2-1
  55. - new upstream release
  56. * Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.1-2
  57. - rebuild with xserver-1.8rc
  58. * Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.1-1
  59. - new upstream release
  60. * Mon Mar 23 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.4.0-3
  61. - release number was NOT increased - rebuild again
  62. * Mon Mar 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.0-2
  63. - rebuild with X server 1.6.0
  64. * Fri Jul 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.0-1
  65. - new upstream release
  66. * Mon May 12 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.1-1
  67. - initial build for Vine Linux
  68. * Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.3.1-7
  69. - Autorebuild for GCC 4.3
  70. * Fri Jan 18 2008 Dave Airlie <airlied@redhat.com> 0.3.1-6
  71. - rebuild for abi change.
  72. * Tue Nov 13 2007 Adam Jackson <ajax@redhat.com> 0.3.1-5.20071113
  73. - Update to git snapshot for pciaccess goodness. Don't ask why a driver
  74. that doesn't touch PCI at all needs a PCI update. I don't know either,
  75. and thinking about it makes me very sad.
  76. - Require xserver 1.4.99.1
  77. * Wed Aug 22 2007 Adam Jackson <ajax@redhat.com> - 0.3.1-4
  78. - Rebuild for PPC toolchain bug
  79. * Mon Jun 18 2007 Adam Jackson <ajax@redhat.com> 0.3.1-3
  80. - Update Requires and BuildRequires. Disown the module directories.
  81. * Fri Feb 16 2007 Adam Jackson <ajax@redhat.com> 0.3.1-2
  82. - ExclusiveArch -> ExcludeArch
  83. * Fri Jan 05 2007 Adam Jackson <ajax@redhat.com> 0.3.1-1
  84. - Update to 0.3.1
  85. * Mon Aug 28 2006 Jeremy Katz <katzj@redhat.com> - 0.3.0-2
  86. - adjust to prefer 32bpp over 24bpp for fbbpp (#204117)
  87. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com>
  88. - rebuild
  89. * Tue May 23 2006 Adam Jackson <ajackson@redhat.com> 0.3.0-1
  90. - Update to 0.3.0 from 7.1.
  91. * Tue May 16 2006 Adam Jackson <ajackson@redhat.com> 0.2.0-2
  92. - Move debugging output from compile-time option to run-time option.
  93. * Sun Apr 9 2006 Adam Jackson <ajackson@redhat.com> 0.2.0-1
  94. - Update to 0.2.0 from 7.1RC1.
  95. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.1.0.5-1.2
  96. - bump again for double-long bug on ppc(64)
  97. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.1.0.5-1.1
  98. - rebuilt for new gcc4.1 snapshot and glibc changes
  99. * Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 0.1.0.5-1
  100. - Updated xorg-x11-drv-fbdev to version 0.1.0.5 from X11R7.0
  101. * Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 0.1.0.4-1
  102. - Updated xorg-x11-drv-fbdev to version 0.1.0.4 from X11R7 RC4
  103. - Removed 'x' suffix from manpage dirs to match RC4 upstream.
  104. * Wed Nov 16 2005 Mike A. Harris <mharris@redhat.com> 0.1.0.2-1
  105. - Updated xorg-x11-drv-fbdev to version 0.1.0.2 from X11R7 RC2
  106. * Fri Nov 4 2005 Mike A. Harris <mharris@redhat.com> 0.1.0.1-1
  107. - Updated xorg-x11-drv-fbdev to version 0.1.0.1 from X11R7 RC1
  108. - Fix *.la file removal.
  109. * Mon Oct 3 2005 Mike A. Harris <mharris@redhat.com> 0.1.0-1
  110. - Update BuildRoot to use Fedora Packaging Guidelines.
  111. - Deglob file manifest.
  112. - Add alpha/sparc/sparc64 to "ExclusiveArch"
  113. * Fri Sep 2 2005 Mike A. Harris <mharris@redhat.com> 0.1.0-0
  114. - Initial spec file for fbdev video driver generated automatically
  115. by my xorg-driverspecgen script.