xorg-x11-drv-tseng-vl.spec 5.6 KB

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