Compare commits
34 Commits
20140123-1
...
main
Author | SHA1 | Date | |
---|---|---|---|
95c5a02deb | |||
712bd1b897 | |||
196f81a790 | |||
46c3bbf712 | |||
792fc3c71e | |||
17357e3d14 | |||
571e45d04b | |||
2d101e70b5 | |||
693bfb93f0 | |||
255c7b69b9 | |||
c2ff3f7acc | |||
3f5d205e48 | |||
d38810494e | |||
2911919d96 | |||
f2dcb8bd00 | |||
15a928ff01 | |||
1687174ee7 | |||
44aea50b3a | |||
b54467b1f5 | |||
a199842d13 | |||
538f4d5896 | |||
b8160beee2 | |||
c94830c298 | |||
bca21ed0d9 | |||
01a294fce9 | |||
b28e2d75cd | |||
b5f72f8c09 | |||
c1cc71b9b4 | |||
964a7bcd7e | |||
9d9e30a93c | |||
2f3b1cd94b | |||
85c5c450d1 | |||
6b6e1f1f25 | |||
53b623d08d |
@ -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.
|
||||
|
||||
|
||||
|
126
cpuid.spec
126
cpuid.spec
@ -1,20 +1,24 @@
|
||||
Name: cpuid
|
||||
Version: 20140123
|
||||
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,126 @@ 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
|
||||
|
||||
* Wed Jul 01 2015 Automatic Build System <autodist@mambasoft.it> 20150606-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Wed Feb 19 2014 Automatic Build System <autodist@mambasoft.it> 20140123-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user