63 lines
1.7 KiB
RPMSpec
63 lines
1.7 KiB
RPMSpec
Name: x86info
|
|
Version: 1.31
|
|
Release: 1mamba
|
|
Summary: A CPU identification utility
|
|
Group: System/Tools
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://github.com/kernelslacker/x86info
|
|
Source: https://github.com/kernelslacker/x86info/archive/8ea5ed1/x86info-%{version}.tar.gz
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libpci-devel
|
|
## AUTOBUILDREQ-END
|
|
|
|
%description
|
|
x86info queries CPU registers to find indepth information about your processor(s).
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q -n x86info-8ea5ed19fae1d209eba9257171a10f7afd474618
|
|
|
|
%build
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
|
install -m 0755 -D x86info %{buildroot}%{_bindir}/x86info
|
|
install -m 0644 -D x86info.1 %{buildroot}%{_mandir}/man1/x86info.1
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_bindir}/x86info
|
|
%{_mandir}/man1/x86info.*
|
|
%doc COPYING
|
|
|
|
%changelog
|
|
* Fri May 21 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.31-1mamba
|
|
- update to 1.31
|
|
|
|
* Sat Jul 07 2012 Automatic Build System <autodist@mambasoft.it> 1.30-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Feb 26 2011 Davide Madrisan <davide.madrisan@gmail.com> 1.27-1mamba
|
|
- update to 1.27
|
|
|
|
* Sat Dec 12 2009 Davide Madrisan <davide.madrisan@gmail.com> 1.25-1mamba
|
|
- update to 1.25
|
|
|
|
* Sat Feb 28 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.24-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Thu Jan 03 2008 Fabio Giani <fabio.giani@gmail.com> 1.21-1mamba
|
|
- update to 1.21
|
|
|
|
* Tue Apr 19 2005 Silvan Calarco <silvan.calarco@mambasoft.it> 1.7-1qilnx
|
|
- package created by autospec
|