diff --git a/README.md b/README.md index 5317064..dc1ddeb 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # x86info +x86info queries CPU registers to find indepth information about your processor(s). + diff --git a/x86info.spec b/x86info.spec new file mode 100644 index 0000000..24c5872 --- /dev/null +++ b/x86info.spec @@ -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 +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 1.30-1mamba +- automatic version update by autodist + +* Sat Feb 26 2011 Davide Madrisan 1.27-1mamba +- update to 1.27 + +* Sat Dec 12 2009 Davide Madrisan 1.25-1mamba +- update to 1.25 + +* Sat Feb 28 2009 Silvan Calarco 1.24-1mamba +- automatic update by autodist + +* Thu Jan 03 2008 Fabio Giani 1.21-1mamba +- update to 1.21 + +* Tue Apr 19 2005 Silvan Calarco 1.7-1qilnx +- package created by autospec