source: projects/specs/branches/6/l/linux-firmware/linux-firmware-vl.spec @ 4240

Revision 4240, 3.6 KB checked in by daisuke, 13 years ago (diff)

linux-firmware: new package replaces kernel-firmware

Line 
1Summary:        Firmware files used by the Linux kernel
2Summary(ja):    Linux Kernel で利用されるファームウェアファイル
3
4Name:           linux-firmware
5Version:        20110601
6Release:        1%{?_dist_release}
7
8Group:          System Environment/Kernel
9License:        GPL+ and GPLv2+ and MIT and Redistributable, no modification permitted
10URL:            http://www.kernel.org/
11Source0:        ftp://ftp.kernel.org/pub/linux/kernel/people/dwmw2/firmware/%{name}-%{version}.tar.bz2
12
13BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
14BuildArch:      noarch
15Provides:       kernel-firmware = %{version} xorg-x11-drv-ati-firmware = 7.0
16Obsoletes:      kernel-firmware < %{version} XOrg-drv-ati-firmware < 6.13.0-0.22
17Obsoletes:      ueagle-atm4-firmware < 1.0-5
18Requires:       udev
19
20%description
21Kernel-firmware includes firmware files required for some devices to
22operate.
23
24%prep
25%setup -q -n linux-firmware-%{version}
26
27%build
28# Remove firmware shipped in separate packages already
29# Perhaps these should be built as subpackages of linux-firmware?
30rm iwlwifi-*.ucode LICENCE.iwlwifi_firmware
31# And _some_ conexant firmware.
32rm v4l-cx23418-apu.fw v4l-cx23418-cpu.fw v4l-cx23418-dig.fw v4l-cx25840.fw
33
34# Remove source files we don't need to install
35rm -f usbdux/*dux */*.asm
36
37%install
38rm -rf $RPM_BUILD_ROOT
39mkdir -p $RPM_BUILD_ROOT/lib/firmware
40cp -r * $RPM_BUILD_ROOT/lib/firmware
41rm $RPM_BUILD_ROOT/lib/firmware/{WHENCE,LICENCE.*,LICENSE.*}
42
43%clean
44rm -rf $RPM_BUILD_ROOT
45
46
47%files
48%defattr(-,root,root,-)
49%doc WHENCE LICENCE.* LICENSE.*
50/lib/firmware/*
51
52%changelog
53* Thu Jun 30 2011 Daisuke SUZUKI <daisuke@linux.or.jp>  20110601-1
54- initial build for Vine Linux
55
56* Sun Jun 05 2011 Peter Lemenkov <lemenkov@gmail.com> 20110601-2
57- Remove duplicated licensing files from /lib/firmware
58
59* Wed Jun 01 2011 Dave Airlie <airlied@redhat.com> 20110601-1
60- Latest firmware release with AMD llano support.
61
62* Thu Mar 10 2011 Dave Airlie <airlied@redhat.com> 20110304-1
63- update to latest upstream for radeon ni/cayman, drop nouveau fw we don't use it anymore
64
65* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20110125-2
66- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
67
68* Tue Jan 25 2011 David Woodhouse <dwmw2@infradead.org> 20110125-1
69- Update to linux-firmware-20110125 (new bnx2 firmware)
70
71* Fri Jan 07 2011 Dave Airlie <airlied@redhat.com> 20101221-1
72- rebase to upstream release + add new radeon NI firmwares.
73
74* Thu Aug 12 2010 Hicham HAOUARI <hicham.haouari@gmail.com> 20100806-4
75- Really obsolete ueagle-atm4-firmware
76
77* Thu Aug 12 2010 Hicham HAOUARI <hicham.haouari@gmail.com> 20100806-3
78- Obsolete ueagle-atm4-firmware
79
80* Fri Aug 06 2010 David Woodhouse <dwmw2@infradead.org> 20100806-2
81- Remove duplicate radeon firmwares; they're upstream now
82
83* Fri Aug 06 2010 David Woodhouse <dwmw2@infradead.org> 20100806-1
84- Update to linux-firmware-20100806 (more legacy firmwares from kernel source)
85
86* Fri Apr 09 2010 Dave Airlie <airlied@redhat.com> 20100106-4
87- Add further radeon firmwares
88
89* Wed Feb 10 2010 Dave Airlie <airlied@redhat.com> 20100106-3
90- add radeon RLC firmware - submitted upstream to dwmw2 already.
91
92* Tue Feb 09 2010 Ben Skeggs <bskeggs@redhat.com> 20090106-2
93- Add firmware needed for nouveau to operate correctly (this is Fedora
94  only - do not upstream yet - we just moved it here from Fedora kernel)
95
96* Wed Jan 06 2010 David Woodhouse <David.Woodhouse@intel.com> 20090106-1
97- Update
98
99* Fri Aug 21 2009 David Woodhouse <David.Woodhouse@intel.com> 20090821-1
100- Update, fix typos, remove some files which conflict with other packages.
101
102* Thu Mar 19 2009 David Woodhouse <David.Woodhouse@intel.com> 20090319-1
103- First standalone kernel-firmware package.
Note: See TracBrowser for help on using the repository browser.