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