source: projects/specs/trunk/x/xorg-x11-drv-v4l/xorg-x11-drv-v4l-vl.spec @ 8784

Revision 8784, 4.0 KB checked in by Takemikaduchi, 10 years ago (diff)

xserver-1.15.2

Line 
1%define tarball xf86-video-v4l
2%define moduledir %(pkg-config xorg-server --variable=moduledir )
3%define driverdir       %{moduledir}/drivers
4
5Summary:   Xorg X11 v4l video driver
6Summary(ja):   Xorg X11 v4l ビデオドライバ
7Name:      xorg-x11-drv-v4l
8Version:   0.2.0
9Release:   12%{?_dist_release}
10URL:       http://www.x.org
11License:   MIT
12Group:     User Interface/X Hardware Support
13
14Source0:   ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
15
16BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
17BuildRequires: xorg-x11-server-sdk >= 1.6
18Requires:  xorg-x11-server-Xorg
19
20Vendor: Project Vine
21Distribution: Vine Linux
22
23%description
24X.Org X11 v4l video driver.
25
26%prep
27%setup -q -n %{tarball}-%{version}
28
29%build
30%configure --disable-static
31make
32
33%install
34rm -rf $RPM_BUILD_ROOT
35
36make install DESTDIR=$RPM_BUILD_ROOT
37
38# FIXME: Remove all libtool archives (*.la) from modules directory.  This
39# should be fixed in upstream Makefile.am or whatever.
40find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
41
42%clean
43rm -rf $RPM_BUILD_ROOT
44
45%files
46%defattr(-,root,root,-)
47%{driverdir}/v4l_drv.so
48%{_mandir}/man4/v4l.4*
49
50%changelog
51* Thu Jul 10 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-12
52- rebuild with xserver-1.15.2
53
54* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-11
55- rebuild with xserver-1.14.1
56
57* Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-10
58- rebuild with xserver-1.14.1
59
60* Sun Mar 25 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-9
61- rebuild with xserver-1.12.0
62
63* Wed Nov 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-8
64- rebuild with xserver-1.11.1.902
65
66* Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-7
67- rebuild with xserver-1.10.0
68
69* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-6
70- rebuild with xserver-1.9.2
71
72* Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-5
73- rebuild with xserver-1.8rc
74
75* Sat Nov 21 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.2.0-4
76- rebuild with xorg-server-1.7.1
77
78* Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.2.0-3
79- rebuild with xorg-server-1.6
80
81* Fri Jul 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.2.0-2
82- rebuild with xorg-server-1.4.99
83
84* Mon Jun 16 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.2.0-1
85- new upstream release
86
87* Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.1.1-1
88- new versioning policy
89
90* Tue Jan 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.1.1-0vl1
91- initial build for Vine Linux
92
93* Tue Aug 28 2007 Adam Jackson <ajax@redhat.com> 0.1.1-8
94- Fix ioctl argument on LP64 machines. (#250070)
95
96* Thu Aug 23 2007 Adam Jackson <ajax@redhat.com> - 0.1.1-7
97- Rebuild for ppc toolchain bug
98
99* Mon Jun 18 2007 Adam Jackson <ajax@redhat.com> 0.1.1-6
100- Update Requires and BuildRequires.  Disown the module directories.
101
102* Fri Feb 16 2007 Adam Jackson <ajax@redhat.com> 0.1.1-5
103- ExclusiveArch -> ExcludeArch
104
105* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.1.1-4
106- rebuild
107
108* Tue May 23 2006 Adam Jackson <ajackson@redhat.com> 0.1.1-3
109- Rebuild for 7.1 ABI fix.
110
111* Fri May 19 2006 Mike A. Harris <mharris@redhat.com> 0.1.1-2
112- Added "BuildRequires: xorg-x11-proto-devel" for (#192386)
113
114* Sun Apr  9 2006 Adam Jackson <ajackson@redhat.com> 0.1.1-1
115- Update to 0.1.1 from 7.1RC1.
116
117* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 0.0.1.5-1.1
118- rebuilt for new gcc4.1 snapshot and glibc changes
119
120* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 0.0.1.5-1
121- Updated xorg-x11-drv-v4l to version 0.0.1.5 from X11R7.0
122
123* Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 0.0.1.4-1
124- Updated xorg-x11-drv-v4l to version 0.0.1.4 from X11R7 RC4
125- Removed 'x' suffix from manpage dirs to match RC4 upstream.
126
127* Fri Nov 4 2005 Mike A. Harris <mharris@redhat.com> 0.0.1.1-1
128- Updated xorg-x11-drv-v4l to version 0.0.1.1 from X11R7 RC1.  For some
129  unknown reason, the version went backwards from 4.0.0 to 0.0.1.1.
130- Fix *.la file removal.
131
132* Mon Oct 3 2005 Mike A. Harris <mharris@redhat.com> 4.0.0-1
133- Initial spec file for v4l video driver forked from cirrus driver package.
Note: See TracBrowser for help on using the repository browser.