xorg-x11-drv-v4l-vl.spec 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. %define tarball xf86-video-v4l
  2. %define moduledir %(pkg-config xorg-server --variable=moduledir )
  3. %define driverdir %{moduledir}/drivers
  4. Summary: Xorg X11 v4l video driver
  5. Summary(ja): Xorg X11 v4l ビデオドライバ
  6. Name: xorg-x11-drv-v4l
  7. Version: 0.2.0
  8. Release: 7%{?_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. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  14. BuildRequires: xorg-x11-server-sdk >= 1.6
  15. Requires: xorg-x11-server-Xorg
  16. %description
  17. X.Org X11 v4l video driver.
  18. %prep
  19. %setup -q -n %{tarball}-%{version}
  20. %build
  21. %configure --disable-static
  22. make
  23. %install
  24. rm -rf $RPM_BUILD_ROOT
  25. make install DESTDIR=$RPM_BUILD_ROOT
  26. # FIXME: Remove all libtool archives (*.la) from modules directory. This
  27. # should be fixed in upstream Makefile.am or whatever.
  28. find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
  29. %clean
  30. rm -rf $RPM_BUILD_ROOT
  31. %files
  32. %defattr(-,root,root,-)
  33. %{driverdir}/v4l_drv.so
  34. %{_mandir}/man4/v4l.4*
  35. %changelog
  36. * Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-7
  37. - rebuild with xserver-1.10.0
  38. * Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-6
  39. - rebuild with xserver-1.9.2
  40. * Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-5
  41. - rebuild with xserver-1.8rc
  42. * Sat Nov 21 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.2.0-4
  43. - rebuild with xorg-server-1.7.1
  44. * Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.2.0-3
  45. - rebuild with xorg-server-1.6
  46. * Fri Jul 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.2.0-2
  47. - rebuild with xorg-server-1.4.99
  48. * Mon Jun 16 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.2.0-1
  49. - new upstream release
  50. * Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.1.1-1
  51. - new versioning policy
  52. * Tue Jan 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.1.1-0vl1
  53. - initial build for Vine Linux
  54. * Tue Aug 28 2007 Adam Jackson <ajax@redhat.com> 0.1.1-8
  55. - Fix ioctl argument on LP64 machines. (#250070)
  56. * Thu Aug 23 2007 Adam Jackson <ajax@redhat.com> - 0.1.1-7
  57. - Rebuild for ppc toolchain bug
  58. * Mon Jun 18 2007 Adam Jackson <ajax@redhat.com> 0.1.1-6
  59. - Update Requires and BuildRequires. Disown the module directories.
  60. * Fri Feb 16 2007 Adam Jackson <ajax@redhat.com> 0.1.1-5
  61. - ExclusiveArch -> ExcludeArch
  62. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.1.1-4
  63. - rebuild
  64. * Tue May 23 2006 Adam Jackson <ajackson@redhat.com> 0.1.1-3
  65. - Rebuild for 7.1 ABI fix.
  66. * Fri May 19 2006 Mike A. Harris <mharris@redhat.com> 0.1.1-2
  67. - Added "BuildRequires: xorg-x11-proto-devel" for (#192386)
  68. * Sun Apr 9 2006 Adam Jackson <ajackson@redhat.com> 0.1.1-1
  69. - Update to 0.1.1 from 7.1RC1.
  70. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 0.0.1.5-1.1
  71. - rebuilt for new gcc4.1 snapshot and glibc changes
  72. * Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 0.0.1.5-1
  73. - Updated xorg-x11-drv-v4l to version 0.0.1.5 from X11R7.0
  74. * Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 0.0.1.4-1
  75. - Updated xorg-x11-drv-v4l to version 0.0.1.4 from X11R7 RC4
  76. - Removed 'x' suffix from manpage dirs to match RC4 upstream.
  77. * Fri Nov 4 2005 Mike A. Harris <mharris@redhat.com> 0.0.1.1-1
  78. - Updated xorg-x11-drv-v4l to version 0.0.1.1 from X11R7 RC1. For some
  79. unknown reason, the version went backwards from 4.0.0 to 0.0.1.1.
  80. - Fix *.la file removal.
  81. * Mon Oct 3 2005 Mike A. Harris <mharris@redhat.com> 4.0.0-1
  82. - Initial spec file for v4l video driver forked from cirrus driver package.