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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. %define drvname xgixp
  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.8.1
  9. Release: 5%{?_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. Patch0: xf86-video-xgixp-1.8.1-remove-mibstore.patch
  15. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  16. BuildRequires: xorg-x11-server-sdk >= 1.3.0.0-6
  17. Requires: xorg-x11-server-Xorg
  18. Vendor: Project Vine
  19. Distribution: Vine Linux
  20. %description
  21. X.Org X11 %{drvname} video driver.
  22. %prep
  23. %setup -q -n %{tarball}-%{version}
  24. %patch0 -p1 -b .mibstore
  25. %build
  26. %configure --disable-static
  27. make
  28. %install
  29. rm -rf $RPM_BUILD_ROOT
  30. make install DESTDIR=$RPM_BUILD_ROOT
  31. # FIXME: Remove all libtool archives (*.la) from modules directory. This
  32. # should be fixed in upstream Makefile.am or whatever.
  33. find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
  34. %clean
  35. rm -rf $RPM_BUILD_ROOT
  36. %files
  37. %defattr(-,root,root,-)
  38. %{driverdir}/%{drvname}_drv.so
  39. %{_mandir}/man4/%{drvname}.4*
  40. %changelog
  41. * Sun Nov 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.1-5
  42. - rebuild with xserver-1.16.2
  43. * Thu Jul 10 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.1-4
  44. - rebuild with xserver-1.15.2
  45. * Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.1-3
  46. - rebuild with VineSeed environment
  47. * Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.1-2
  48. - rebuild with xserver-1.14.1
  49. - add Patch0 (xf86-video-xgixp-1.8.1-remove-mibstore.patch)
  50. * Fri Jul 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.1-1
  51. - new upstream release
  52. * Sun Mar 25 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-5
  53. - rebuild with xserver-1.12.0
  54. * Wed Nov 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-4
  55. - rebuild with xserver-1.11.1.902
  56. * Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-3
  57. - rebuild with xserver-1.10.0
  58. * Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-2
  59. - rebuild with xserver-1.9.2
  60. * Tue Aug 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-1
  61. - new upstream release
  62. * Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.7.99.4-2
  63. - rebuild with xserver-1.8rc
  64. * Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7.99.4-1
  65. - new upstream release
  66. * Fri Jul 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7.99.3-2
  67. - rebuild with xorg-server-1.4.99
  68. * Mon Jun 16 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7.99.3-1
  69. - initial build