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

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