]> git.pld-linux.org Git - packages/cpuid.git/blob - cpuid.spec
- initial PLD release, STBR.
[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 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %description
13 Program that displays details about x86 installed processor.
14
15 %description -l pl
16 Program wy¶wietlaj±cy szczegó³owe informacje na temat zainstalowanego
17 procesora (x86).
18
19 %prep
20 %setup -q
21
22 %build
23 %{__make}
24
25 %install
26 rm -rf $RPM_BUILD_ROOT
27 install -d $RPM_BUILD_ROOT%{_sbindir}
28
29 install cpuid $RPM_BUILD_ROOT%{_sbindir}
30
31 %clean
32 rm -rf $RPM_BUILD_ROOT
33
34 %files
35 %defattr(644,root,root,755)
36 %attr(755,root,root) %{_sbindir}/*
This page took 0.09302 seconds and 3 git commands to generate.