]> git.pld-linux.org Git - packages/dvb-firmwares.git/blob - dvb-firmwares.spec
- rel 2, moved firmware images to /lib/firmware, added description
[packages/dvb-firmwares.git] / dvb-firmwares.spec
1 # TODO
2 #       resolve cx88 conflicts with linux-firmware
3 #
4 Summary:        Firmware files used by DVB modules
5 Summary(pl.UTF-8):      Pliki firmware'u używane przez sterowniki DVB
6 Name:           dvb-firmwares
7 Version:        20110802
8 Release:        2
9 License:        Redistributable
10 Group:          Base/Kernel
11 Source0:        http://linuxtv.org/downloads/firmware/%{name}-%{version}.tar.bz2
12 # Source0-md5:  330e19f9444a03f5338bab590ab9d728
13 Source1:        %{name}-%{version}.txt
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.
17 URL:            http://linuxtv.org/downloads/firmware/
18 BuildArch:      noarch
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 This package includes firmware files required for the following TV/DVB
23 equipment:
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
40 Ten pakiet zawiera pliki firmware'u wymagane do działania
41 nastę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
64 rm -rf $RPM_BUILD_ROOT
65 install -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
70
71 %clean
72 rm -rf $RPM_BUILD_ROOT
73
74 %files
75 %defattr(644,root,root,755)
76 %doc README
77 /lib/firmware/*
This page took 0.094375 seconds and 4 git commands to generate.