]> git.pld-linux.org Git - packages/cpuid.git/blame - cpuid.spec
- updated to 20120225
[packages/cpuid.git] / cpuid.spec
CommitLineData
47117b3e
JB
1Summary: x86 CPUID information display program
2Summary(pl.UTF-8): Program wyświetlający informacje CPUID dla procesorów x86
61837023 3Name: cpuid
261515d0 4Version: 20120225
14d4fcd0 5Release: 1
47117b3e 6License: GPL v2+
61837023 7Group: Applications/System
14d4fcd0 8Source0: http://www.etallen.com/cpuid/%{name}-%{version}.src.tar.gz
261515d0 9# Source0-md5: b8f5dfbaea628362593f2bd9d3a7270a
14d4fcd0 10URL: http://www.etallen.com/cpuid.html
20bedb31 11ExclusiveArch: %{ix86} %{x8664}
61837023
TP
12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%description
47117b3e
JB
15Program that displays detailed information about x86 CPU(s) gathered
16from the CPUID instruction.
61837023 17
6f84554c
JR
18%description -l pl.UTF-8
19Program wyświetlający szczegółowe informacje na temat zainstalowanego
47117b3e 20procesora (lub procesorów) x86 zebrane przy użyciu instrukcji CPUID.
61837023
TP
21
22%prep
23%setup -q
24
25%build
2c413a21 26%{__make} \
da6de242 27 CC="%{__cc}" \
2c413a21 28 CFLAGS="%{rpmcflags} -Wall"
61837023
TP
29
30%install
31rm -rf $RPM_BUILD_ROOT
14d4fcd0 32install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man1}
61837023 33
14d4fcd0
TP
34install %{name} $RPM_BUILD_ROOT%{_sbindir}
35cp -a %{name}.man $RPM_BUILD_ROOT%{_mandir}/man1/%{name}.1
61837023
TP
36
37%clean
38rm -rf $RPM_BUILD_ROOT
39
40%files
41%defattr(644,root,root,755)
14d4fcd0 42%doc ChangeLog FUTURE
261515d0
JB
43%attr(755,root,root) %{_sbindir}/cpuid
44%{_mandir}/man1/cpuid.1*
This page took 0.130135 seconds and 4 git commands to generate.