xorg-x11-drv-tdfx-vl.spec 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. %define tarball xf86-video-tdfx
  2. %define moduledir %(pkg-config xorg-server --variable=moduledir )
  3. %define driverdir %{moduledir}/drivers
  4. Summary: Xorg X11 tdfx video driver
  5. Summary(ja): Xorg X11 tdfx ビデオドライバ
  6. Name: xorg-x11-drv-tdfx
  7. Version: 1.4.6
  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. Source1: tdfx.xinf
  15. ExcludeArch: s390 s390x
  16. BuildRequires: xorg-x11-server-sdk >= 1.6
  17. BuildRequires: libdrm-devel >= 2.0-1
  18. BuildRequires: xorg-x11-util-macros >= 1.1.5
  19. Requires: hwdata
  20. Requires: xorg-x11-server-Xorg
  21. Vendor: Project Vine
  22. Distribution: Vine Linux
  23. %description
  24. X.Org X11 tdfx video driver.
  25. %prep
  26. %setup -q -n %{tarball}-%{version}
  27. %build
  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. mkdir -p $RPM_BUILD_ROOT%{_datadir}/hwdata/videoaliases
  34. install -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/hwdata/videoaliases/
  35. # FIXME: Remove all libtool archives (*.la) from modules directory. This
  36. # should be fixed in upstream Makefile.am or whatever.
  37. find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
  38. %clean
  39. rm -rf $RPM_BUILD_ROOT
  40. %files
  41. %defattr(-,root,root,-)
  42. %{driverdir}/tdfx_drv.so
  43. %{_datadir}/hwdata/videoaliases/tdfx.xinf
  44. %{_mandir}/man4/tdfx.4*
  45. %changelog
  46. * Thu May 05 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.6-3
  47. - rebuild with xserver-1.18.3
  48. * Sun Oct 25 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.6-2
  49. - rebuild with xserver-1.17.2
  50. * Sun Apr 12 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.6-1
  51. - new upstream release
  52. - remove Patch0 (xf86-video-tdfx-1.4.5-remove-mibstore.patch)
  53. * Sun Nov 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.5-5
  54. - rebuild with xserver-1.16.2
  55. * Thu Jul 10 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.5-4
  56. - rebuild with xserver-1.15.2
  57. * Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.5-3
  58. - rebuild with xserver-1.14.1
  59. * Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.5-2
  60. - rebuild with xserver-1.14.1
  61. - add Patch0 (xf86-video-tdfx-1.4.5-remove-mibstore.patch)
  62. * Fri Jul 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.5-1
  63. - new upstream release
  64. * Sun Mar 25 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.4-1
  65. - new upstream release
  66. * Wed Nov 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.3-5
  67. - rebuild with xserver-1.11.1.902
  68. * Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.3-4
  69. - rebuild with xserver-1.10.0
  70. * Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.3-3
  71. - rebuild with xserver-1.9.2
  72. * Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.3-2
  73. - rebuild with xserver-1.8rc
  74. * Thu Dec 03 2009 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.3-1
  75. - new upstream release
  76. * Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.1-1
  77. - new upstream release
  78. * Fri Jul 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.0-2
  79. - rebuild with xorg-server-1.4.99
  80. * Sat May 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.0-1
  81. - initial build for Vine Linux
  82. * Thu Mar 20 2008 Dave Airlie <airlied@redhat.com> 1.4.0-1
  83. - Latest upstream release
  84. * Wed Feb 27 2008 Dave Airlie <airlied@fedoraproject.org> - 1.3.0-8
  85. - make tdfx build again by rebasing to upstream - may not work
  86. * Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.3.0-7
  87. - Autorebuild for GCC 4.3
  88. * Thu Aug 23 2007 Adam Jackson <ajax@redhat.com> - 1.3.0-6
  89. - Rebuild for ppc toolchain bug
  90. * Mon Jun 18 2007 Adam Jackson <ajax@redhat.com> 1.3.0-5
  91. - Update Requires and BuildRequires. Add Requires: hwdata.
  92. * Mon Mar 19 2007 Adam Jackson <ajax@redhat.com> 1.3.0-4
  93. - tdfx-1.3.0-fix-ddc-order.patch: Move DDC probe before mode validation.
  94. * Fri Feb 16 2007 Adam Jackson <ajax@redhat.com> 1.3.0-3
  95. - ExclusiveArch -> ExcludeArch
  96. * Thu Nov 30 2006 Adam Jackson <ajax@redhat.com> 1.3.0-2.fc7
  97. - Update to 1.3.0.
  98. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
  99. - rebuild
  100. * Fri May 26 2006 Mike A. Harris <mharris@redhat.com> 1.2,1-3
  101. - Added "BuildRequires: libdrm-devel >= 2.0-1" for (#192358)
  102. * Tue May 23 2006 Adam Jackson <ajackson@redhat.com> 1.2.1-2
  103. - Rebuild for 7.1 ABI fix.
  104. * Sun Apr 9 2006 Adam Jackson <ajackson@redhat.com> 1.2.1-1
  105. - Update to 1.2.1 from 7.1RC1.
  106. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.1.1.3-1.3
  107. - bump again for double-long bug on ppc(64)
  108. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.1.1.3-1.1
  109. - rebuilt for new gcc4.1 snapshot and glibc changes
  110. * Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.1.1.3-1
  111. - Updated xorg-x11-drv-tdfx to version 1.1.1.3 from X11R7.0
  112. * Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 1.1.1.2-1
  113. - Updated xorg-x11-drv-tdfx to version 1.1.1.2 from X11R7 RC4
  114. - Removed 'x' suffix from manpage dirs to match RC4 upstream.
  115. * Wed Nov 16 2005 Mike A. Harris <mharris@redhat.com> 1.1.1-1
  116. - Updated xorg-x11-drv-tdfx to version 1.1.1 from X11R7 RC2
  117. * Fri Nov 4 2005 Mike A. Harris <mharris@redhat.com> 1.1.0.1-1
  118. - Updated xorg-x11-drv-tdfx to version 1.1.0.1 from X11R7 RC1
  119. - Fix *.la file removal.
  120. * Tue Oct 4 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
  121. - Update BuildRoot to use Fedora Packaging Guidelines.
  122. - Deglob file manifest.
  123. - Limit "ExclusiveArch" to x86, x86_64
  124. * Fri Sep 2 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-0
  125. - Initial spec file for tdfx video driver generated automatically
  126. by my xorg-driverspecgen script.