xorg-x11-drv-xgi-vl.spec 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. %define drvname xgi
  2. %define tarball xf86-video-%{drvname}
  3. %define moduledir %(pkg-config xorg-server --variable=moduledir )
  4. %define driverdir %{moduledir}/drivers
  5. Summary: Xorg X11 %{drvname} video driver
  6. Summary(ja): Xorg X11 %{drvname} ビデオドライバ
  7. Name: xorg-x11-drv-%{drvname}
  8. Version: 1.6.0
  9. Release: 8.git20130118%{?_dist_release}
  10. URL: http://www.x.org
  11. License: MIT
  12. Group: User Interface/X Hardware Support
  13. #Source0: http://xorg.freedesktop.org/releases/individual/driver/%{tarball}-%{version}.tar.bz2
  14. Source0: %{tarball}-%{version}-git20130118.tar.bz2
  15. Patch0: xf86-video-xgi-1.6.0-remove-mibstore.patch
  16. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  17. BuildRequires: xorg-x11-server-sdk >= 1.3.0.0-6
  18. Requires: xorg-x11-server-Xorg
  19. Vendor: Project Vine
  20. Distribution: Vine Linux
  21. %description
  22. X.Org X11 %{drvname} video driver.
  23. %prep
  24. %setup -q -n %{tarball}-%{version}
  25. %patch0 -p1 -b .mibstore
  26. %build
  27. ./autogen.sh
  28. %configure --disable-static --enable-xaa=no
  29. make
  30. %install
  31. rm -rf $RPM_BUILD_ROOT
  32. make install DESTDIR=$RPM_BUILD_ROOT
  33. # FIXME: Remove all libtool archives (*.la) from modules directory. This
  34. # should be fixed in upstream Makefile.am or whatever.
  35. find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
  36. %clean
  37. rm -rf $RPM_BUILD_ROOT
  38. %files
  39. %defattr(-,root,root,-)
  40. %{driverdir}/%{drvname}_drv.so
  41. %{_mandir}/man4/%{drvname}.4*
  42. %changelog
  43. * Sun Nov 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-8.git20130118
  44. - rebuild with xserver-1.16.2
  45. * Thu Jul 10 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-7.git20130118
  46. - rebuild with xserver-1.15.2
  47. * Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-6.git20130118
  48. - rebuild with VineSeed environment
  49. * Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-5.git20130118
  50. - rebuild with xserver-1.14.1
  51. - change Source0
  52. - add Patch0 (xf86-video-xgi-1.6.0-remove-mibstore.patch)
  53. * Wed Nov 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-4
  54. - rebuild with xserver-1.11.1.902
  55. * Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-3
  56. - rebuild with xserver-1.10.0
  57. * Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-2
  58. - rebuild with xserver-1.9.2
  59. * Tue Aug 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-1
  60. - new upstream release
  61. * Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.5.1-2
  62. - rebuild with xserver-1.8rc
  63. * Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.1-1
  64. - new upstream release
  65. * Fri Jul 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0-2
  66. - rebuild with xorg-server-1.4.99
  67. * Mon Jun 16 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0-1
  68. - initial build