]> git.pld-linux.org Git - packages/x86info.git/blame - x86info.spec
- tabs in preamble
[packages/x86info.git] / x86info.spec
CommitLineData
cd3ee15b 1Summary: Displays extended CPU information
a1a247e6 2Summary(pl.UTF-8): Wyświetla rozszerzone informacje o procesorze
cd3ee15b 3Name: x86info
2eca2ed8 4Version: 1.20
2eb72406 5Release: 1
cd3ee15b
PG
6License: GPL v2
7Group: Applications
2eb72406 8Source0: http://www.codemonkey.org.uk/projects/x86info/%{name}-%{version}.tgz
2eca2ed8 9# Source0-md5: fc593ee2510fc2e265de9c2681170842
5cce8ded 10URL: http://www.codemonkey.org.uk/projects/x86info/
ee1e8fab 11ExclusiveArch: %{ix86} %{x8664}
cd3ee15b
PG
12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%description
70e81fa4
PG
15Unlike other `cpuinfo' tools which just parse /proc/cpuinfo, x86info
16probes the CPU registers to find out a lot more information. It can
17discover the contents of model-specific registers, discover CPU
18silicon revisions, and lots more.
cd3ee15b 19
cc78148c
JR
20%description -l pl.UTF-8
21W przeciwieństwie do innych narzędzi `cpuinfo', które tylko parsują
22/proc/cpuinfo, x86info sprawdza rejestry procesorów, aby się
23dowiedzieć wielu więcej informacji. Może odczytywać rejestry
24specyficzne dla danego modelu, serię wafla krzemowego i wiele więcej.
cd3ee15b
PG
25
26%prep
2eb72406 27%setup -q
cd3ee15b
PG
28
29%build
14210473 30%{__make} x86info \
5cce8ded
JB
31 CC="%{__cc}" \
32 CFLAGS="%{rpmcflags}"
cd3ee15b
PG
33
34%install
35rm -rf $RPM_BUILD_ROOT
fce7ceae 36install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
cd3ee15b
PG
37
38install %{name} $RPM_BUILD_ROOT%{_bindir}
fce7ceae 39install %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1
cd3ee15b
PG
40
41%clean
42rm -rf $RPM_BUILD_ROOT
43
44%files
45%defattr(644,root,root,755)
08dab8ca 46%doc README TODO
bdd3f597 47%attr(755,root,root) %{_bindir}/*
fce7ceae 48%{_mandir}/man1/*
This page took 0.104869 seconds and 4 git commands to generate.