automatic version update by autodist [release 1.30-1mamba;Sat Jul 07 2012]
This commit is contained in:
parent
97e1c90768
commit
b8bdebaf11
@ -1,2 +1,4 @@
|
|||||||
# x86info
|
# x86info
|
||||||
|
|
||||||
|
x86info queries CPU registers to find indepth information about your processor(s).
|
||||||
|
|
||||||
|
54
x86info.spec
Normal file
54
x86info.spec
Normal file
@ -0,0 +1,54 @@
|
|||||||
|
Name: x86info
|
||||||
|
Version: 1.30
|
||||||
|
Release: 1mamba
|
||||||
|
Summary: A CPU identification utility
|
||||||
|
Group: System/Tools
|
||||||
|
Vendor: openmamba
|
||||||
|
Distribution: openmamba
|
||||||
|
Packager: Silvan Calarco <silvan.calarco@openmamba.org>
|
||||||
|
URL: http://www.codemonkey.org.uk/projects/x86info/
|
||||||
|
Source: http://www.codemonkey.org.uk/projects/x86info/%{name}-%{version}.tgz
|
||||||
|
License: GPL
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
|
%description
|
||||||
|
x86info queries CPU registers to find indepth information about your processor(s).
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%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 README TODO
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* 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
|
Loading…
Reference in New Issue
Block a user