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

Revision 698, 3.3 KB checked in by Takemikaduchi, 14 years ago (diff)

takemikaduchi fix and add spec file

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