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

Revision 6590, 3.7 KB checked in by daisuke, 12 years ago (diff)

update to new git snapshot

Line 
1Summary:        Firmware files used by the Linux kernel
2Summary(ja):    Linux Kernel で利用されるファームウェアファイル
3
4Name:           linux-firmware
5Version:        20120709
6Release:        1%{?_dist_release}
7
8Group:          System Environment/Kernel
9License:        GPL+ and GPLv2+ and MIT and Redistributable, no modification permitted
10URL:            http://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware.git;a=summary
11Source0:        %{name}-%{version}.tar.xz
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
33# Remove source files we don't need to install
34rm -f usbdux/*dux */*.asm
35
36%install
37rm -rf $RPM_BUILD_ROOT
38mkdir -p $RPM_BUILD_ROOT/lib/firmware
39cp -r * $RPM_BUILD_ROOT/lib/firmware
40rm $RPM_BUILD_ROOT/lib/firmware/{WHENCE,LICENCE.*,LICENSE.*,README*}
41
42%clean
43rm -rf $RPM_BUILD_ROOT
44
45
46%files
47%defattr(-,root,root,-)
48%doc WHENCE LICENCE.* LICENSE.*
49/lib/firmware/*
50
51%changelog
52* Wed Jul 18 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 20120709-1
53- update to new git snapshot (20120709)
54
55* Sun Aug 14 2011 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 20110731-1
56- new upstream release
57- add Obsoletes: rt2870-firmware
58
59* Thu Jun 30 2011 Daisuke SUZUKI <daisuke@linux.or.jp>  20110601-1
60- initial build for Vine Linux
61
62* Sun Jun 05 2011 Peter Lemenkov <lemenkov@gmail.com> 20110601-2
63- Remove duplicated licensing files from /lib/firmware
64
65* Wed Jun 01 2011 Dave Airlie <airlied@redhat.com> 20110601-1
66- Latest firmware release with AMD llano support.
67
68* Thu Mar 10 2011 Dave Airlie <airlied@redhat.com> 20110304-1
69- update to latest upstream for radeon ni/cayman, drop nouveau fw we don't use it anymore
70
71* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20110125-2
72- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
73
74* Tue Jan 25 2011 David Woodhouse <dwmw2@infradead.org> 20110125-1
75- Update to linux-firmware-20110125 (new bnx2 firmware)
76
77* Fri Jan 07 2011 Dave Airlie <airlied@redhat.com> 20101221-1
78- rebase to upstream release + add new radeon NI firmwares.
79
80* Thu Aug 12 2010 Hicham HAOUARI <hicham.haouari@gmail.com> 20100806-4
81- Really obsolete ueagle-atm4-firmware
82
83* Thu Aug 12 2010 Hicham HAOUARI <hicham.haouari@gmail.com> 20100806-3
84- Obsolete ueagle-atm4-firmware
85
86* Fri Aug 06 2010 David Woodhouse <dwmw2@infradead.org> 20100806-2
87- Remove duplicate radeon firmwares; they're upstream now
88
89* Fri Aug 06 2010 David Woodhouse <dwmw2@infradead.org> 20100806-1
90- Update to linux-firmware-20100806 (more legacy firmwares from kernel source)
91
92* Fri Apr 09 2010 Dave Airlie <airlied@redhat.com> 20100106-4
93- Add further radeon firmwares
94
95* Wed Feb 10 2010 Dave Airlie <airlied@redhat.com> 20100106-3
96- add radeon RLC firmware - submitted upstream to dwmw2 already.
97
98* Tue Feb 09 2010 Ben Skeggs <bskeggs@redhat.com> 20090106-2
99- Add firmware needed for nouveau to operate correctly (this is Fedora
100  only - do not upstream yet - we just moved it here from Fedora kernel)
101
102* Wed Jan 06 2010 David Woodhouse <David.Woodhouse@intel.com> 20090106-1
103- Update
104
105* Fri Aug 21 2009 David Woodhouse <David.Woodhouse@intel.com> 20090821-1
106- Update, fix typos, remove some files which conflict with other packages.
107
108* Thu Mar 19 2009 David Woodhouse <David.Woodhouse@intel.com> 20090319-1
109- First standalone kernel-firmware package.
Note: See TracBrowser for help on using the repository browser.