xorg-x11-drv-mach64-vl.spec 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. %define tarball xf86-video-mach64
  2. %define moduledir %(pkg-config xorg-server --variable=moduledir )
  3. %define driverdir %{moduledir}/drivers
  4. Summary: Xorg X11 mach64 video driver
  5. Summary(ja): Xorg X11 mach64 ビデオドライバ
  6. Name: xorg-x11-drv-mach64
  7. Version: 6.9.5
  8. Release: 4%{?_dist_release}
  9. URL: http://www.x.org
  10. License: MIT
  11. Group: User Interface/X Hardware Support
  12. Source0: ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
  13. Source1: mach64.xinf
  14. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  15. ExcludeArch: s390 s390x
  16. BuildRequires: xorg-x11-server-sdk >= 1.6
  17. BuildRequires: mesa-libGL-devel
  18. BuildRequires: libdrm-devel
  19. BuildRequires: automake autoconf libtool pkgconfig
  20. BuildRequires: xorg-x11-util-macros
  21. Requires: hwdata
  22. Requires: xorg-x11-server-Xorg
  23. Obsoletes: xorg-x11-drv-ati < 6.9.0
  24. Vendor: Project Vine
  25. Distribution: Vine Linux
  26. %description
  27. X.Org X11 mach64 video driver.
  28. %prep
  29. %setup -q -n %{tarball}-%{version}
  30. %build
  31. autoreconf -i -f
  32. %configure --disable-static --enable-xaa=no
  33. make %{?_smp_mflags}
  34. %install
  35. rm -rf $RPM_BUILD_ROOT
  36. make install DESTDIR=$RPM_BUILD_ROOT
  37. mkdir -p $RPM_BUILD_ROOT%{_datadir}/hwdata/videoaliases
  38. install -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/hwdata/videoaliases/
  39. find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
  40. %clean
  41. rm -rf $RPM_BUILD_ROOT
  42. %files
  43. %defattr(-,root,root,-)
  44. %doc README.mach64
  45. %{driverdir}/mach64_drv.so
  46. %{_datadir}/hwdata/videoaliases/mach64.xinf
  47. %changelog
  48. * Fri Feb 16 2018 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 6.9.5-4
  49. - rebuild with xserver-1.19.4
  50. * Thu May 05 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.9.5-3
  51. - rebuild with xserver-1.18.3
  52. * Sun Oct 25 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.9.5-2
  53. - rebuild with xserver-1.17.2
  54. * Mon May 25 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.9.5-1
  55. - new upstream release
  56. * Sat Nov 22 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.9.4-4
  57. - rebuild with xserver-1.16.2
  58. * Thu Jul 10 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.9.4-3
  59. - rebuild with xserver-1.15.2
  60. * Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.9.4-2
  61. - rebuild with VineSeed environment
  62. * Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.9.4-1
  63. - new upstream release
  64. * Fri Jul 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.9.3-1
  65. - new upstream release
  66. * Wed Jul 11 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.9.2-1
  67. - new upstream release
  68. * Sun Mar 25 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.9.1-1
  69. - new upstream release
  70. * Wed Nov 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.9.0-2
  71. - rebuild with xserver-1.11.1.902
  72. * Sat May 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.9.0-1
  73. - new upstream release
  74. - delete Patch0
  75. * Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.8.2-4
  76. - rebuild with xserver-1.10.0
  77. - add Patch0 (xf86-video-mach64_git20101202.patch)
  78. * Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.8.2-3
  79. - rebuild with xserver-1.9.2
  80. * Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.8.2-2
  81. - rebuild with xserver-1.8rc
  82. * Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 6.8.2-1
  83. - new upstream release
  84. * Mon May 18 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 6.8.1-1
  85. - new upstream release
  86. * Sun May 17 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 6.8.0-2
  87. - rebuild with xorg-xserver 1.6
  88. * Fri Jul 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 6.8.0-1
  89. - initial build