source: projects/specs/trunk/i/ivtv-firmware/ivtv-firmware-vl.spec @ 521

Revision 521, 2.9 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1%define version_enc 2.06.039
2%define version_dec 2.02.023
3
4Summary: Firmware for the Hauppauge PVR 250/350/150/500/USB2 model series
5Summary(ja): Hauppauge PVR 250/350/150/500/USB2 シリーズ用ファームウェア
6Name: ivtv-firmware
7Version: 20080701
8Release: 1%{?_dist_release}
9License: Redistributable, no modification permitted
10Group: System Environment/Kernel
11URL: http://dl.ivtvdriver.org/ivtv/firmware/
12Source0: http://dl.ivtvdriver.org/ivtv/firmware/%{name}-%{version}.tar.gz
13BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
14BuildArch: noarch
15Obsoletes: ivtv-firmware-audio <= 0.0.1
16Provides: ivtv-firmware-audio = 0.0.1
17Obsoletes: %{name}-dec < %{version_dec}
18Provides: %{name}-dec = %{version_dec}
19Obsoletes: %{name}-enc < %{version_enc}
20Provides: %{name}-enc = %{version_enc}
21
22%description
23This package contains the firmware for WinTV Hauppauge PVR
24250/350/150/500/USB2 cards.
25
26%prep
27%setup -q -c
28
29%build
30
31%install
32rm -rf %{buildroot}
33mkdir -p %{buildroot}/lib/firmware
34
35install -p *.fw %{buildroot}/lib/firmware/
36install -p v4l-cx2341x-init.mpg %{buildroot}/lib/firmware/v4l-cx2341x-init.mpg
37# license requires that the licenses go in the same place as the firmware
38for f in license-*.txt
39do
40  install -p $f %{buildroot}/lib/firmware/%{name}-$f
41done
42
43%clean
44rm -rf %{buildroot}
45
46%files
47%defattr(-,root,root,-)
48%doc license-*.txt
49/lib/firmware/*.fw
50/lib/firmware/v4l-cx2341x-init.mpg
51/lib/firmware/%{name}-license-*.txt
52
53%changelog
54* Fri Oct 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 20080701-1
55- initial build for Vine Linux
56
57* Sun Aug 24 2008 Axel Thimm <Axel.Thimm@ATrpms.net> - 2:20080701-18
58- Update to 20080701.
59
60* Wed Mar  5 2008 Axel Thimm <Axel.Thimm@ATrpms.net> - 2:20070217-17
61- Many fixes by Jarod Wilson.
62- Rip out legacy support.
63
64* Sat Feb  2 2008 Axel Thimm <Axel.Thimm@ATrpms.net> - 2:20070217-16
65- Place licenses next to firmware images.
66
67* Sat Dec 22 2007 Axel Thimm <Axel.Thimm@ATrpms.net> - 2:20070217-15.1
68- Own directories from legacy paths.
69
70* Wed Oct 24 2007 Axel Thimm <Axel.Thimm@ATrpms.net> - 2:20070217-15
71- Add v4l-cx2341x-init.mpg as a pseudo-firmware.
72
73* Wed Feb 28 2007 Axel Thimm <Axel.Thimm@ATrpms.net> - 2:20070217-13
74- Modify versioning to follow date.
75
76* Mon May 29 2006 Axel Thimm <Axel.Thimm@ATrpms.net>
77- Update firmwares to recommended versions.
78- Merge in audio firmware.
79
80* Tue Jan  4 2005 Axel Thimm <Axel.Thimm@ATrpms.net>
81- Initial build for audio firmware.
82
83* Thu Oct 28 2004 Axel Thimm <Axel.Thimm@ATrpms.net>
84- Update firmware to 1.8a.
85- split package into enc/dec firmwares.
86- version acording to origin, note that the two firmwares have
87  different versions, so none is really suitable for the main package.
88
89* Wed Mar  3 2004 Axel Thimm <Axel.Thimm@ATrpms.net>
90- Change versioning (previous was based on Windows driver).
91- need to bump epoch for that :(
92
93* Sat Feb 28 2004 Axel Thimm <Axel.Thimm@ATrpms.net>
94- Update to 1.8 (22035).
95
96* Mon Dec 29 2003 Axel Thimm <Axel.Thimm@ATrpms.net>
97- Initial build.
98
99
Note: See TracBrowser for help on using the repository browser.