xorg-x11-drv-sisusb-vl.spec 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. %define tarball xf86-video-sisusb
  2. %define moduledir %(pkg-config xorg-server --variable=moduledir )
  3. %define driverdir %{moduledir}/drivers
  4. Summary: Xorg X11 sisusb video driver
  5. Summary(ja): Xorg X11 sisusb ビデオドライバ
  6. Name: xorg-x11-drv-sisusb
  7. Version: 0.9.6
  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. Patch0: xf86-video-sisusb-0.9.6-remove-mibstore.patch
  15. ExcludeArch: s390 s390x
  16. BuildRequires: xorg-x11-server-sdk >= 1.6
  17. Requires: xorg-x11-server-Xorg
  18. Vendor: Project Vine
  19. Distribution: Vine Linux
  20. %description
  21. X.Org X11 sisusb 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. # FIXME: This should be using makeinstall macro instead. Please test
  31. # makeinstall with this driver, and if it works, check it into CVS. If
  32. # it fails, fix it in upstream sources and file a patch upstream.
  33. make install DESTDIR=$RPM_BUILD_ROOT
  34. # FIXME: Remove all libtool archives (*.la) from modules directory. This
  35. # should be fixed in upstream Makefile.am or whatever.
  36. find $RPM_BUILD_ROOT -regex ".*.la$" | xargs rm -f --
  37. %clean
  38. rm -rf $RPM_BUILD_ROOT
  39. %files
  40. %defattr(-,root,root,-)
  41. %{driverdir}/sisusb_drv.so
  42. %{_mandir}/man4/*.4*
  43. %changelog
  44. * Thu May 05 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.6-7
  45. - rebuild with xserver-1.18.3
  46. * Sun Oct 25 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.6-6
  47. - rebuild with xserver-1.17.2
  48. * Sun Nov 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.6-5
  49. - rebuild with xserver-1.16.2
  50. * Thu Jul 10 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.6-4
  51. - rebuild with xserver-1.15.2
  52. * Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.6-3
  53. - rebuild with VineSeed environment
  54. * Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.6-2
  55. - rebuild with xserver-1.14.1
  56. - add Patch0 (xf86-video-sisusb-0.9.6-remove-mibstore.patch)
  57. * Fri Jul 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.6-1
  58. - new upstream release
  59. * Wed Jul 11 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.5-1
  60. - new upstream release
  61. - remove Patch0 (xf86-video-sisusb-0.9.4-git20111102.patch)
  62. * Sun Mar 25 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.4-5
  63. - rebuild with xserver-1.12.0
  64. - add Patch0 (xf86-video-sisusb-0.9.4-git20111102.patch)
  65. * Wed Nov 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.4-4
  66. - rebuild with xserver-1.11.1.902
  67. * Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.4-3
  68. - rebuild with xserver-1.10.0
  69. * Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.4-2
  70. - rebuild with xserver-1.9.2
  71. * Sun Jul 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.4-1
  72. - new upstream release
  73. * Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.3-2
  74. - rebuild with xserver-1.8rc
  75. * Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.3-1
  76. - new upstream release
  77. * Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.1-1
  78. - new upstream release
  79. * Fri Jul 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.0-2
  80. - rebuild with xorg-server-1.4.99
  81. * Sat May 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.0-1
  82. - initial build for Vine Linux
  83. * Thu Mar 20 2008 Dave Airlie <airlied@redhat.com> 0.9.0-1
  84. - Latest upstream release
  85. * Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.8.1-10
  86. - Autorebuild for GCC 4.3
  87. * Thu Sep 06 2007 Adam Jackson <ajax@redhat.com> 0.8.1-9
  88. - Disown the manual directory. (#226622)
  89. * Thu Aug 23 2007 Adam Jackson <ajax@redhat.com> - 0.8.1-8
  90. - sisusb-0.8.1-open-is-not-fopen.patch: Despite the similarity, you can not
  91. pass character literals to open that match the string literals you'd pass
  92. to fopen.
  93. * Wed Aug 22 2007 Adam Jackson <ajax@redhat.com> - 0.8.1-7
  94. - Rebuild for PPC toolchain bug
  95. * Mon Jun 18 2007 Adam Jackson <ajax@redhat.com> 0.8.1-6
  96. - Update Requires and BuildRequires. Disown the module directories.
  97. * Fri Feb 16 2007 Adam Jackson <ajax@redhat.com> 0.8.1-5
  98. - ExclusiveArch -> ExcludeArch
  99. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
  100. - rebuild
  101. * Thu Jun 29 2006 Adam Jackson <ajackson@redhat.com> 0.8.1-4
  102. - Add builds for ppc and ia64 to satisfy xorg-x11-drivers
  103. dependencies. Highly untested.
  104. * Wed Jun 28 2006 Mike A. Harris <mharris@redhat.com> 0.8.1-3
  105. - Remove system owned directories from file manifest.
  106. * Tue May 23 2006 Adam Jackson <ajackson@redhat.com> 0.8.1-2
  107. - Rebuild for 7.1 ABI fix.
  108. * Sun Apr 09 2006 Adam Jackson <ajackson@redhat.com> 0.8.1-1
  109. - Update to 0.8.1 from 7.1RC1.
  110. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 0.7.1.3-1.2
  111. - bump again for double-long bug on ppc(64)
  112. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 0.7.1.3-1.1
  113. - rebuilt for new gcc4.1 snapshot and glibc changes
  114. * Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 0.7.1.3-1
  115. - Updated xorg-x11-drv-sisusb to version 0.7.1.3 from X11R7.0
  116. - Removed 'x' suffix from manpage dirs to match RC4 upstream.
  117. * Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 0.7.1.2-1
  118. - Updated xorg-x11-drv-sisusb to version 0.7.1.2 from X11R7 RC4
  119. - Removed 'x' suffix from manpage dirs to match RC4 upstream.
  120. * Wed Nov 16 2005 Mike A. Harris <mharris@redhat.com> 0.7.1-1
  121. - Updated xorg-x11-drv-sisusb to version 0.7.1 from X11R7 RC2
  122. * Fri Nov 04 2005 Mike A. Harris <mharris@redhat.com> 0.7.0.1-1
  123. - Updated xorg-x11-drv-sisusb to version 0.7.0.1 from X11R7 RC1
  124. - Fix *.la file removal.
  125. * Fri Sep 02 2005 Mike A. Harris <mharris@redhat.com> 0.7.0-0
  126. - Initial spec file for sisusb video driver generated automatically
  127. by my xorg-driverspecgen script.