]> git.pld-linux.org Git - packages/bttv.git/blame_incremental - bttv.spec
- removed all Group fields translations (oure rpm now can handle translating
[packages/bttv.git] / bttv.spec
... / ...
CommitLineData
1
2# conditional build
3# _without_dist_kernel without kernel form ditribution
4
5%define _kernel_ver %(grep UTS_RELEASE %{_kernelsrcdir}/include/linux/version.h 2>/dev/null | cut -d'"' -f2)
6%define _kernel_ver_str %(echo %{_kernel_ver} | sed s/-/_/g)
7%define smpstr %{?_with_smp:-smp}
8%define smp %{?_with_smp:1}%{!?_with_smp:0}
9
10Summary: BrookTree TV tuner driver
11Summary(pl): Sterownik dla kart TV na chipsecie BrookTree
12Name: bttv
13Version: 0.7.87
14Release: 1
15License: GPL
16Group: Base/Kernel
17Source0: http://www.strusel007.de/linux/bttv/%{name}-%{version}.tar.gz
18Patch0: %{name}-Makefile.patch
19URL: http://www.strusel007.de/linux/bttv/
20%{!?_without_dist_kernel:BuildPrereq: kernel-source}
21ExclusiveArch: %{ix86}
22Requires: i2c
23PreReq: modutils
24BuildRequires: i2c-devel
25BuildConflicts: kernel-source < 2.2.0
26BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28%description
29Kernel modules which add support for TV cards based on BrookTree BT 848 and 878
30chips.
31
32%description -l pl
33