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

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