update to 20211031 [release 20211031-1mamba;Fri Nov 05 2021]
This commit is contained in:
parent
964a7bcd7e
commit
c1cc71b9b4
27
cpuid.spec
27
cpuid.spec
@ -1,20 +1,25 @@
|
|||||||
Name: cpuid
|
Name: cpuid
|
||||||
Version: 20201006
|
Version: 20211031
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Linux tool to dump x86 CPUID information about the CPU(s)
|
Summary: Linux tool to dump x86 CPUID information about the CPU(s)
|
||||||
Group: System/Kernel and Hardware
|
Group: System/Kernel and Hardware
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://www.etallen.com/cpuid.html
|
URL: http://www.etallen.com/cpuid.html
|
||||||
Source: http://www.etallen.com/cpuid/cpuid-%{version}.src.tar.gz
|
Source: http://www.etallen.com/cpuid/cpuid-%{version}.src.tar.gz
|
||||||
License: GPL
|
License: GPL
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: perl-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
%description
|
%description
|
||||||
cpuid dumps detailed information about the CPU(s) gathered from the CPUID instruction, and also determines the exact model of CPU(s).
|
cpuid dumps detailed information about the CPU(s) gathered from the CPUID instruction, and also determines the exact model of CPU(s).
|
||||||
It supports Intel, AMD, and VIA CPUs, as well as older Transmeta, Cyrix, UMC, NexGen, Rise, and SiS CPUs.
|
It supports Intel, AMD, and VIA CPUs, as well as older Transmeta, Cyrix, UMC, NexGen, Rise, and SiS CPUs.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -25,18 +30,24 @@ It supports Intel, AMD, and VIA CPUs, as well as older Transmeta, Cyrix, UMC, Ne
|
|||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall \
|
%makeinstall \
|
||||||
BUILDROOT=%{buildroot}
|
BUILDROOT=%{buildroot} \
|
||||||
|
INSTALL_STRIP=""
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/*
|
%{_bindir}/cpuid
|
||||||
%{_mandir}/man1/*
|
%{_bindir}/cpuinfo2cpuid
|
||||||
%doc ChangeLog LICENSE
|
%{_mandir}/man1/cpuid.1*
|
||||||
|
%{_mandir}/man1/cpuinfo2cpuid.1*
|
||||||
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 05 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 20211031-1mamba
|
||||||
|
- update to 20211031
|
||||||
|
|
||||||
* Thu Feb 04 2021 Automatic Build System <autodist@mambasoft.it> 20201006-1mamba
|
* Thu Feb 04 2021 Automatic Build System <autodist@mambasoft.it> 20201006-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user