]> git.pld-linux.org Git - packages/dvb-firmwares.git/blame - dvb-firmwares.spec
- rel 2, moved firmware images to /lib/firmware, added description
[packages/dvb-firmwares.git] / dvb-firmwares.spec
CommitLineData
352add62
MGB
1# TODO
2# resolve cx88 conflicts with linux-firmware
3#
38b34c23
MGB
4Summary: Firmware files used by DVB modules
5Summary(pl.UTF-8): Pliki firmware'u używane przez sterowniki DVB
6Name: dvb-firmwares
7Version: 20110802
352add62 8Release: 2
38b34c23
MGB
9License: Redistributable
10Group: Base/Kernel
11Source0: http://linuxtv.org/downloads/firmware/%{name}-%{version}.tar.bz2
12# Source0-md5: 330e19f9444a03f5338bab590ab9d728
13Source1: %{name}-%{version}.txt
352add62
MGB
14# dvb-firmwares-20110802.txt - text version of index.php from the URL
15# below. Includes copyright information and distribution conditions
16# of the firmware images.
38b34c23
MGB
17URL: http://linuxtv.org/downloads/firmware/
18BuildArch: noarch
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
352add62
MGB
22This package includes firmware files required for the following TV/DVB
23equipment:
38b34c23
MGB
24- OREN demodulators
25- various USB devices
26 - Twinhan USB-T VP-7045/VP-7046 (MagicBoxII)
27 - AVerMedia
28 - various DiBcom USB1.1
29 - DiBcom/Artec USB2.0
30 - HanfTek UMT-010 USB2.0
31 - WideViewer WT-220U PenType DVB-T Receiver
32 - Yakumo/Typhoon/Hama USB2.0
33- Conexant devices
34- Xceive devices
35- Dibcom driver for dib0700
36- AV7110
37- Terratec devices
38
39%description -l pl.UTF-8
352add62 40Ten pakiet zawiera pliki firmware'u wymagane do działania
38b34c23
MGB
41następujących urządzeń TV/DVB:
42- demodulatory OREN
43- różne urządzenia USB
44 - Twinhan USB-T VP-7045/VP-7046 (MagicBoxII)
45 - AVerMedia
46 - różne DiBcom USB1.1
47 - DiBcom/Artec USB2.0
48 - HanfTek UMT-010 USB2.0
49 - WideViewer WT-220U PenType DVB-T Receiver
50 - Yakumo/Typhoon/Hama USB2.0
51- urządzenia z chipsetem Conexant
52- urządzenia z chipsetem Xceive
53- urządzeń Dibcom obsługiwanych przez sterownik dib0700
54- AV7110
55- urządzenia z chipsetem Terratec
56
57%prep
58%setup -qc
59%{__cp} %{SOURCE1} README
60
61%build
62
63%install
64rm -rf $RPM_BUILD_ROOT
352add62
MGB
65install -d $RPM_BUILD_ROOT/lib/firmware
66%{__cp} -a . $RPM_BUILD_ROOT/lib/firmware
67%{__rm} $RPM_BUILD_ROOT/lib/firmware/README
68# v4l-cx231xx-avcore-01.fw is included in linux-firmware-20130201-1.noarch
69%{__rm} $RPM_BUILD_ROOT/lib/firmware/v4l-cx231xx-avcore-01.fw
38b34c23
MGB
70
71%clean
72rm -rf $RPM_BUILD_ROOT
73
74%files
75%defattr(644,root,root,755)
76%doc README
352add62 77/lib/firmware/*
This page took 0.08285 seconds and 4 git commands to generate.