]> git.pld-linux.org Git - packages/microcode-data-intel.git/blob - microcode-data-intel.spec
- install microcode into /lib/firmware
[packages/microcode-data-intel.git] / microcode-data-intel.spec
1 Summary:        Microcode definitions for Intel processors
2 Name:           microcode-data-intel
3 Version:        20090330
4 Release:        1
5 License:        INTEL SOFTWARE LICENSE AGREEMENT
6 Group:          Base
7 # http://downloadcenter.intel.com/, enter "microcode" to the search
8 Source0:        http://downloadmirror.intel.com/14303/eng/microcode-%{version}.tgz
9 # Source0-md5:  5efec742621f830bd49ae11274766208
10 Provides:       microcode-data
11 ExclusiveArch:  i686 pentium2 pentium3 pentium4 x86_64 ia32e
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 The microcode data file for Linux contains the latest microcode
16 definitions for all Intel processors.
17
18 %prep
19 %setup -q -c
20
21 %build
22 %install
23 rm -rf $RPM_BUILD_ROOT
24 install -d $RPM_BUILD_ROOT/lib/firmware
25
26 install microcode*.dat $RPM_BUILD_ROOT/lib/firmware/microcode.dat
27
28 %clean
29 rm -rf $RPM_BUILD_ROOT
30
31 %files
32 %defattr(644,root,root,755)
33 %attr(640,root,root) /lib/firmware/microcode.dat
This page took 0.079501 seconds and 4 git commands to generate.