source: projects/specs/trunk/l/linux-firmware/linux-firmware-vl.spec @ 4607

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