]> git.pld-linux.org Git - packages/cpuid.git/blame - cpuid.spec
- tabs in preamble
[packages/cpuid.git] / cpuid.spec
CommitLineData
61837023 1Summary: x86 CPUID display program
4eedc7b0 2Summary(pl.UTF-8): CPUID dla procesorów x86
61837023
TP
3Name: cpuid
4Version: 3.3
d02703f7 5Release: 3
61837023
TP
6License: GPL
7Group: Applications/System
8Source0: http://www.ka9q.net/code/cpuid/%{name}-%{version}.tar.gz
67f077e8 9# Source0-md5: 641af7bb12e1feb0b0d97ed68908297c
61837023 10URL: http://www.ka9q.net/code/cpuid/
da6de242 11Patch0: %{name}-Makefile.patch
20bedb31 12ExclusiveArch: %{ix86} %{x8664}
61837023
TP
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
16Program that displays details about x86 installed processor.
17
6f84554c
JR
18%description -l pl.UTF-8
19Program wyświetlający szczegółowe informacje na temat zainstalowanego
61837023
TP
20procesora (x86).
21
22%prep
23%setup -q
da6de242 24%patch0 -p1
61837023
TP
25
26%build
2c413a21 27%{__make} \
da6de242 28 CC="%{__cc}" \
2c413a21 29 CFLAGS="%{rpmcflags} -Wall"
61837023
TP
30
31%install
32rm -rf $RPM_BUILD_ROOT
33install -d $RPM_BUILD_ROOT%{_sbindir}
34
35install cpuid $RPM_BUILD_ROOT%{_sbindir}
36
37%clean
38rm -rf $RPM_BUILD_ROOT
39
40%files
41%defattr(644,root,root,755)
42%attr(755,root,root) %{_sbindir}/*
This page took 0.483789 seconds and 4 git commands to generate.