Compare commits

...

32 Commits

Author SHA1 Message Date
95c5a02deb automatic version update by autodist [release 20250513-1mamba;Thu May 22 2025] 2025-05-23 16:12:47 +02:00
712bd1b897 automatic version update by autodist [release 20250419-1mamba;Wed Apr 23 2025] 2025-04-23 17:42:05 +02:00
196f81a790 automatic version update by autodist [release 20250316-1mamba;Sun Mar 23 2025] 2025-03-23 10:07:45 +01:00
46c3bbf712 automatic version update by autodist [release 20241023-1mamba;Fri Oct 25 2024] 2024-10-25 22:25:53 +02:00
792fc3c71e automatic version update by autodist [release 20240916-1mamba;Wed Sep 18 2024] 2024-09-18 18:48:09 +02:00
17357e3d14 automatic version update by autodist [release 20240912-1mamba;Sun Sep 15 2024] 2024-09-15 15:43:29 +02:00
571e45d04b automatic version update by autodist [release 20240716-1mamba;Sun Jul 21 2024] 2024-07-21 11:53:54 +02:00
2d101e70b5 automatic version update by autodist [release 20240709-1mamba;Tue Jul 16 2024] 2024-07-16 21:00:26 +02:00
693bfb93f0 automatic version update by autodist [release 20240409-1mamba;Mon Apr 15 2024] 2024-04-15 10:03:32 +02:00
255c7b69b9 automatic version update by autodist [release 20240330-1mamba;Mon Apr 01 2024] 2024-04-01 11:13:51 +02:00
c2ff3f7acc automatic version update by autodist [release 20240324-1mamba;Sun Mar 31 2024] 2024-04-01 00:06:21 +02:00
3f5d205e48 automatic version update by autodist [release 20230614-1mamba;Sun Jun 18 2023] 2024-01-05 21:32:46 +01:00
d38810494e automatic version update by autodist [release 20230505-1mamba;Sun May 07 2023] 2024-01-05 21:32:46 +01:00
2911919d96 automatic version update by autodist [release 20230406-1mamba;Sat Apr 08 2023] 2024-01-05 21:32:45 +01:00
f2dcb8bd00 automatic version update by autodist [release 20230306-1mamba;Sat Mar 11 2023] 2024-01-05 21:32:45 +01:00
15a928ff01 automatic version update by autodist [release 20230228-1mamba;Thu Mar 02 2023] 2024-01-05 21:32:44 +01:00
1687174ee7 automatic version update by autodist [release 20230120-1mamba;Sun Jan 22 2023] 2024-01-05 21:32:44 +01:00
44aea50b3a automatic version update by autodist [release 20221201-1mamba;Sun Dec 04 2022] 2024-01-05 21:32:44 +01:00
b54467b1f5 automatic version update by autodist [release 20221003-1mamba;Thu Oct 06 2022] 2024-01-05 21:32:44 +01:00
a199842d13 automatic version update by autodist [release 20220927-1mamba;Thu Sep 29 2022] 2024-01-05 21:32:44 +01:00
538f4d5896 automatic version update by autodist [release 20220812-1mamba;Sat Aug 13 2022] 2024-01-05 21:32:44 +01:00
b8160beee2 automatic version update by autodist [release 20220620-1mamba;Wed Jun 29 2022] 2024-01-05 21:32:44 +01:00
c94830c298 automatic version update by autodist [release 20220224-1mamba;Sat Feb 26 2022] 2024-01-05 21:32:44 +01:00
bca21ed0d9 automatic version update by autodist [release 20211210-1mamba;Sun Dec 12 2021] 2024-01-05 21:32:43 +01:00
01a294fce9 automatic version update by autodist [release 20211129-1mamba;Tue Nov 30 2021] 2024-01-05 21:32:43 +01:00
b28e2d75cd automatic version update by autodist [release 20211121-1mamba;Tue Nov 23 2021] 2024-01-05 21:32:43 +01:00
b5f72f8c09 automatic version update by autodist [release 20211114-1mamba;Wed Nov 17 2021] 2024-01-05 21:32:43 +01:00
c1cc71b9b4 update to 20211031 [release 20211031-1mamba;Fri Nov 05 2021] 2024-01-05 21:32:43 +01:00
964a7bcd7e automatic version update by autodist [release 20201006-1mamba;Thu Feb 04 2021] 2024-01-05 21:32:43 +01:00
9d9e30a93c automatic update by autodist [release 20200211-1mamba;Wed Apr 22 2020] 2024-01-05 21:32:43 +01:00
2f3b1cd94b automatic update by autodist [release 20170122-1mamba;Thu Oct 26 2017] 2024-01-05 21:32:43 +01:00
85c5c450d1 automatic update by autodist [release 20160814-1mamba;Thu Sep 01 2016] 2024-01-05 21:32:43 +01:00
2 changed files with 114 additions and 7 deletions

View File

@ -3,3 +3,4 @@
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.

View File

@ -1,20 +1,24 @@
Name: cpuid
Version: 20151017
Version: 20250513
Release: 1mamba
Summary: Linux tool to dump x86 CPUID information about the CPU(s)
Group: System/Kernel and Hardware
Vendor: openmamba
Distribution: openmamba
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.etallen.com/cpuid.html
Source: http://www.etallen.com/cpuid/cpuid-%{version}.src.tar.gz
License: GPL
BuildRoot: %{_tmppath}/%{name}-%{version}-root
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: perl-devel
## AUTOBUILDREQ-END
%description
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.
%prep
%setup -q
@ -25,18 +29,120 @@ It supports Intel, AMD, and VIA CPUs, as well as older Transmeta, Cyrix, UMC, Ne
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall \
BUILDROOT=%{buildroot}
BUILDROOT=%{buildroot} \
INSTALL_STRIP=""
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_bindir}/*
%{_mandir}/man1/*
%doc ChangeLog LICENSE
%{_bindir}/cpuid
%{_bindir}/cpuinfo2cpuid
%{_mandir}/man1/cpuid.1*
%{_mandir}/man1/cpuinfo2cpuid.1*
%doc LICENSE
%changelog
* Thu May 22 2025 Automatic Build System <autodist@openmamba.org> 20250513-1mamba
- automatic version update by autodist
* Wed Apr 23 2025 Automatic Build System <autodist@openmamba.org> 20250419-1mamba
- automatic version update by autodist
* Sun Mar 23 2025 Automatic Build System <autodist@openmamba.org> 20250316-1mamba
- automatic version update by autodist
* Fri Oct 25 2024 Automatic Build System <autodist@openmamba.org> 20241023-1mamba
- automatic version update by autodist
* Thu Oct 24 2024 Automatic Build System <autodist@openmamba.org> 20241021-1mamba
- automatic version update by autodist
* Wed Sep 18 2024 Automatic Build System <autodist@openmamba.org> 20240916-1mamba
- automatic version update by autodist
* Sun Sep 15 2024 Automatic Build System <autodist@openmamba.org> 20240912-1mamba
- automatic version update by autodist
* Sun Jul 21 2024 Automatic Build System <autodist@openmamba.org> 20240716-1mamba
- automatic version update by autodist
* Tue Jul 16 2024 Automatic Build System <autodist@openmamba.org> 20240709-1mamba
- automatic version update by autodist
* Mon Apr 15 2024 Automatic Build System <autodist@openmamba.org> 20240409-1mamba
- automatic version update by autodist
* Mon Apr 01 2024 Automatic Build System <autodist@openmamba.org> 20240330-1mamba
- automatic version update by autodist
* Sun Mar 31 2024 Automatic Build System <autodist@openmamba.org> 20240324-1mamba
- automatic version update by autodist
* Sun Jun 18 2023 Automatic Build System <autodist@mambasoft.it> 20230614-1mamba
- automatic version update by autodist
* Sun May 07 2023 Automatic Build System <autodist@mambasoft.it> 20230505-1mamba
- automatic version update by autodist
* Sat Apr 08 2023 Automatic Build System <autodist@mambasoft.it> 20230406-1mamba
- automatic version update by autodist
* Sat Mar 11 2023 Automatic Build System <autodist@mambasoft.it> 20230306-1mamba
- automatic version update by autodist
* Thu Mar 02 2023 Automatic Build System <autodist@mambasoft.it> 20230228-1mamba
- automatic version update by autodist
* Sun Jan 22 2023 Automatic Build System <autodist@mambasoft.it> 20230120-1mamba
- automatic version update by autodist
* Sun Dec 04 2022 Automatic Build System <autodist@mambasoft.it> 20221201-1mamba
- automatic version update by autodist
* Thu Oct 06 2022 Automatic Build System <autodist@mambasoft.it> 20221003-1mamba
- automatic version update by autodist
* Thu Sep 29 2022 Automatic Build System <autodist@mambasoft.it> 20220927-1mamba
- automatic version update by autodist
* Sat Aug 13 2022 Automatic Build System <autodist@mambasoft.it> 20220812-1mamba
- automatic version update by autodist
* Wed Jun 29 2022 Automatic Build System <autodist@mambasoft.it> 20220620-1mamba
- automatic version update by autodist
* Sat Feb 26 2022 Automatic Build System <autodist@mambasoft.it> 20220224-1mamba
- automatic version update by autodist
* Sun Dec 12 2021 Automatic Build System <autodist@mambasoft.it> 20211210-1mamba
- automatic version update by autodist
* Tue Nov 30 2021 Automatic Build System <autodist@mambasoft.it> 20211129-1mamba
- automatic version update by autodist
* Tue Nov 23 2021 Automatic Build System <autodist@mambasoft.it> 20211121-1mamba
- automatic version update by autodist
* Wed Nov 17 2021 Automatic Build System <autodist@mambasoft.it> 20211114-1mamba
- automatic version update by autodist
* 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
- automatic version update by autodist
* Wed Apr 22 2020 Automatic Build System <autodist@mambasoft.it> 20200211-1mamba
- automatic update by autodist
* Thu Oct 26 2017 Automatic Build System <autodist@mambasoft.it> 20170122-1mamba
- automatic update by autodist
* Thu Sep 01 2016 Automatic Build System <autodist@mambasoft.it> 20160814-1mamba
- automatic update by autodist
* Fri Feb 05 2016 Automatic Build System <autodist@mambasoft.it> 20151017-1mamba
- automatic update by autodist