]> git.pld-linux.org Git - packages/iucode-tool.git/blob - iucode-tool.spec
- up to 2.3.1; enable on x32
[packages/iucode-tool.git] / iucode-tool.spec
1 Summary:        A program to manipulate Intel microcode update collections
2 Name:           iucode-tool
3 Version:        2.3.1
4 Release:        1
5 License:        GPL v2+
6 Group:          Base
7 URL:            https://gitlab.com/iucode-tool/iucode-tool
8 Source0:        http://http.debian.net/debian/pool/contrib/i/iucode-tool/%{name}_%{version}.orig.tar.xz
9 # Source0-md5:  63b33cc0ea1f8c73b443412abbf39d6f
10 ExclusiveArch:  %{ix86} %{x8664} x32
11
12 %description
13 iucode_tool is a program to manipulate microcode update collections
14 for IntelĀ® i686 and X86-64 system processors, and prepare them for use
15 by the Linux kernel.
16
17 %prep
18 %setup -q
19
20 %build
21 %configure
22 %{__make}
23
24 %install
25 rm -rf $RPM_BUILD_ROOT
26
27 %{__make} install \
28         DESTDIR=$RPM_BUILD_ROOT
29
30 %clean
31 rm -rf $RPM_BUILD_ROOT
32
33 %files
34 %defattr(644,root,root,755)
35 %doc AUTHORS CONTRIBUTING ChangeLog NEWS README TODO
36 %attr(755,root,root) %{_sbindir}/iucode_tool
37 %{_mandir}/man8/iucode_tool.8*
This page took 0.072124 seconds and 4 git commands to generate.