]> git.pld-linux.org Git - packages/cpuid.git/blame - cpuid.spec
- updated to 20240409
[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
54f0e427 4Version: 20240409
829513c3 5Release: 1
47117b3e 6License: GPL v2+
61837023 7Group: Applications/System
4505c375 8Source0: https://www.etallen.com/cpuid/%{name}-%{version}.src.tar.gz
54f0e427 9# Source0-md5: 6fe411da2c342eeca6a6ac996cb7054d
4505c375 10URL: https://www.etallen.com/cpuid.html
e6050e7e 11ExclusiveArch: %{ix86} %{x8664} x32
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)
66cc8e4c 42%doc ChangeLog FAMILY.NOTES FUTURE
261515d0
JB
43%attr(755,root,root) %{_sbindir}/cpuid
44%{_mandir}/man1/cpuid.1*
This page took 0.110212 seconds and 4 git commands to generate.