]> git.pld-linux.org Git - packages/iucode-tool.git/blob - iucode-tool.spec
- pl
[packages/iucode-tool.git] / iucode-tool.spec
1 Summary:        A program to manipulate Intel microcode update collections
2 Summary(pl.UTF-8):      Program do operowania na zbiorach uaktualnień mikrokodu Intela
3 Name:           iucode-tool
4 Version:        2.3.1
5 Release:        1
6 License:        GPL v2+
7 Group:          Base
8 Source0:        http://http.debian.net/debian/pool/contrib/i/iucode-tool/%{name}_%{version}.orig.tar.xz
9 # Source0-md5:  63b33cc0ea1f8c73b443412abbf39d6f
10 URL:            https://gitlab.com/iucode-tool/iucode-tool
11 ExclusiveArch:  %{ix86} %{x8664} x32
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 iucode_tool is a program to manipulate microcode update collections
16 for Intel(R) i686 and X86-64 system processors, and prepare them for
17 use by the Linux kernel.
18
19 %description -l en.UTF-8
20 iucode_tool is a program to manipulate microcode update collections
21 for Intel® i686 and X86-64 system processors, and prepare them for use
22 by the Linux kernel.
23
24 %description -l pl.UTF-8
25 iucode_tool to program do operowania na zbiorach uaktualnień dla
26 procesorów Intela rodziny i686 i X86-64 oraz przygotowywania ich do
27 użycia przez jądro Linuksa.
28
29 %prep
30 %setup -q
31
32 %build
33 %configure
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38
39 %{__make} install \
40         DESTDIR=$RPM_BUILD_ROOT
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc AUTHORS CONTRIBUTING ChangeLog NEWS README TODO
48 %attr(755,root,root) %{_sbindir}/iucode_tool
49 %{_mandir}/man8/iucode_tool.8*
This page took 0.085966 seconds and 4 git commands to generate.