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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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.1
  9. Release: 2%{?_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. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  15. BuildRequires: xorg-x11-server-sdk >= 1.3.0.0-6
  16. Requires: xorg-x11-server-Xorg
  17. Vendor: Project Vine
  18. Distribution: Vine Linux
  19. %description
  20. X.Org X11 %{drvname} video driver.
  21. %prep
  22. %setup -q -n %{tarball}-%{version}
  23. %build
  24. %configure --disable-static --enable-xaa=no
  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}/%{drvname}_drv.so
  37. %{_mandir}/man4/%{drvname}.4*
  38. %changelog
  39. * Thu May 05 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-2
  40. - rebuild with xserver-1.18.3
  41. * Sun Oct 25 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-1
  42. - new upstream release
  43. - remove Patch0 (xf86-video-xgi-1.6.0-remove-mibstore.patch)
  44. * Sun Nov 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-8.git20130118
  45. - rebuild with xserver-1.16.2
  46. * Thu Jul 10 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-7.git20130118
  47. - rebuild with xserver-1.15.2
  48. * Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-6.git20130118
  49. - rebuild with VineSeed environment
  50. * Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-5.git20130118
  51. - rebuild with xserver-1.14.1
  52. - change Source0
  53. - add Patch0 (xf86-video-xgi-1.6.0-remove-mibstore.patch)
  54. * Wed Nov 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-4
  55. - rebuild with xserver-1.11.1.902
  56. * Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-3
  57. - rebuild with xserver-1.10.0
  58. * Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-2
  59. - rebuild with xserver-1.9.2
  60. * Tue Aug 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-1
  61. - new upstream release
  62. * Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.5.1-2
  63. - rebuild with xserver-1.8rc
  64. * Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.1-1
  65. - new upstream release
  66. * Fri Jul 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0-2
  67. - rebuild with xorg-server-1.4.99
  68. * Mon Jun 16 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0-1
  69. - initial build