]> git.pld-linux.org Git - packages/x86info.git/blob - x86info.spec
- updated to 1.11
[packages/x86info.git] / x86info.spec
1 Summary:        Displays extended CPU information
2 Summary(pl):    Wy¶wietla rozszerzone informacje o procesorze
3 Name:           x86info
4 Version:        1.11
5 Release:        1
6 License:        GPL v2
7 Group:          Applications
8 Source0:        http://www.codemonkey.org.uk/x86info/%{name}-%{version}.tgz
9 URL:            http://sourceforge.net/projects/x86info/
10 Requires:       dev >= 2.8.0-25
11 ExclusiveArch:  %{ix86}
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 Unlike other `cpuinfo' tools which just parse /proc/cpuinfo, x86info
16 probes the CPU registers to find out a lot more information. It can
17 discover the contents of model-specific registers, discover CPU
18 silicon revisions, and lots more.
19
20 %description -l pl
21 W przeciwieñstwie do innych narzêdzi `cpuinfo', które tylko parsuj±
22 /proc/cpuinfo, x86info sprawdza rejestry procesorów, aby siê
23 dowiedzieæ wielu wiêcej informacji. Mo¿e odczytywaæ rejestry
24 specyficzne dla danego modelu, seriê wafla krzemowego i wiele wiêcej.
25
26 %prep
27 %setup -q
28
29 %build
30 %{__make} CC="%{__cc}" CFLAGS="%{rpmcflags}"
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 install -d $RPM_BUILD_ROOT%{_bindir}
35
36 install %{name} $RPM_BUILD_ROOT%{_bindir}
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc ChangeLog README TODO
44 %attr(755,root,root) %{_bindir}/*
This page took 0.097473 seconds and 3 git commands to generate.