Update changelog
[adaptation/intel_mfld/linux-firmware-mfld.git] / packaging / linux-firmware-mfld.spec
1 Name:           linux-firmware-mfld
2 Version:        12.26
3 Release:        1
4 Summary:        firmware files for Medfield platform drivers
5
6 Group:          System/Kernel
7 License:        Redistributable, no modification permitted
8
9 Source0: %{name}-%{version}.tar.bz2
10
11 %description
12 Firmware files for kernel drivers specific to the Medfield platform
13
14 %prep
15 %setup -q
16
17 %build
18
19
20 %install
21 install -d %{buildroot}/lib/
22 cp -r firmware %{buildroot}/lib/
23 cp -r wifi/*bin %{buildroot}/lib/firmware/ti-connectivity/
24
25
26 %clean
27 rm -rf %{buildroot}
28
29
30 %files
31 %defattr(-,root,root,-)
32 /lib/firmware/*
33