]> git.pld-linux.org Git - packages/cpuid.git/blob - cpuid.spec
- not amd64 but x86_64
[packages/cpuid.git] / cpuid.spec
1 Summary:        x86 CPUID display program
2 Summary(pl):    CPUID dla procesorów x86
3 Name:           cpuid
4 Version:        3.3
5 Release:        2
6 License:        GPL
7 Group:          Applications/System
8 Source0:        http://www.ka9q.net/code/cpuid/%{name}-%{version}.tar.gz
9 # Source0-md5:  641af7bb12e1feb0b0d97ed68908297c
10 URL:            http://www.ka9q.net/code/cpuid/
11 ExclusiveArch:  %{ix86} %{x86_64}
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 Program that displays details about x86 installed processor.
16
17 %description -l pl
18 Program wy¶wietlaj±cy szczegó³owe informacje na temat zainstalowanego
19 procesora (x86).
20
21 %prep
22 %setup -q
23
24 %build
25 %{__make} \
26         CFLAGS="%{rpmcflags} -Wall"
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30 install -d $RPM_BUILD_ROOT%{_sbindir}
31
32 install cpuid $RPM_BUILD_ROOT%{_sbindir}
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %files
38 %defattr(644,root,root,755)
39 %attr(755,root,root) %{_sbindir}/*
This page took 0.039159 seconds and 4 git commands to generate.