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

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