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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  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: 12%{?_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. * Thu Jul 10 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-12
  39. - rebuild with xserver-1.15.2
  40. * Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-11
  41. - rebuild with xserver-1.14.1
  42. * Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-10
  43. - rebuild with xserver-1.14.1
  44. * Sun Mar 25 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-9
  45. - rebuild with xserver-1.12.0
  46. * Wed Nov 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-8
  47. - rebuild with xserver-1.11.1.902
  48. * Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-7
  49. - rebuild with xserver-1.10.0
  50. * Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-6
  51. - rebuild with xserver-1.9.2
  52. * Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-5
  53. - rebuild with xserver-1.8rc
  54. * Sat Nov 21 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.2.0-4
  55. - rebuild with xorg-server-1.7.1
  56. * Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.2.0-3
  57. - rebuild with xorg-server-1.6
  58. * Fri Jul 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.2.0-2
  59. - rebuild with xorg-server-1.4.99
  60. * Mon Jun 16 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.2.0-1
  61. - new upstream release
  62. * Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.1.1-1
  63. - new versioning policy
  64. * Tue Jan 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.1.1-0vl1
  65. - initial build for Vine Linux
  66. * Tue Aug 28 2007 Adam Jackson <ajax@redhat.com> 0.1.1-8
  67. - Fix ioctl argument on LP64 machines. (#250070)
  68. * Thu Aug 23 2007 Adam Jackson <ajax@redhat.com> - 0.1.1-7
  69. - Rebuild for ppc toolchain bug
  70. * Mon Jun 18 2007 Adam Jackson <ajax@redhat.com> 0.1.1-6
  71. - Update Requires and BuildRequires. Disown the module directories.
  72. * Fri Feb 16 2007 Adam Jackson <ajax@redhat.com> 0.1.1-5
  73. - ExclusiveArch -> ExcludeArch
  74. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.1.1-4
  75. - rebuild
  76. * Tue May 23 2006 Adam Jackson <ajackson@redhat.com> 0.1.1-3
  77. - Rebuild for 7.1 ABI fix.
  78. * Fri May 19 2006 Mike A. Harris <mharris@redhat.com> 0.1.1-2
  79. - Added "BuildRequires: xorg-x11-proto-devel" for (#192386)
  80. * Sun Apr 9 2006 Adam Jackson <ajackson@redhat.com> 0.1.1-1
  81. - Update to 0.1.1 from 7.1RC1.
  82. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 0.0.1.5-1.1
  83. - rebuilt for new gcc4.1 snapshot and glibc changes
  84. * Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 0.0.1.5-1
  85. - Updated xorg-x11-drv-v4l to version 0.0.1.5 from X11R7.0
  86. * Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 0.0.1.4-1
  87. - Updated xorg-x11-drv-v4l to version 0.0.1.4 from X11R7 RC4
  88. - Removed 'x' suffix from manpage dirs to match RC4 upstream.
  89. * Fri Nov 4 2005 Mike A. Harris <mharris@redhat.com> 0.0.1.1-1
  90. - Updated xorg-x11-drv-v4l to version 0.0.1.1 from X11R7 RC1. For some
  91. unknown reason, the version went backwards from 4.0.0 to 0.0.1.1.
  92. - Fix *.la file removal.
  93. * Mon Oct 3 2005 Mike A. Harris <mharris@redhat.com> 4.0.0-1
  94. - Initial spec file for v4l video driver forked from cirrus driver package.