Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 9f6c57224e35f0c430f17f892df99f03 > files > 2

cpuid-20120601-2.mga3.src.rpm

Summary:	Dumps CPUID information about the CPU(s)
Name:		cpuid
Version:	20120601
Release:	%mkrel 2
License:	BSD
Source:		cpuid-%{version}.src.tar.gz
Group:		System/Kernel and hardware
URL:		http://www.etallen.com

%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, and Rise CPUs.

%prep
%setup -q -n %{name}-%{version}

%build
make

%install
mkdir -p %{buildroot}%{_bindir} \
	%{buildroot}%{_mandir}/man1

install -m 755 cpuid %{buildroot}%{_bindir}
install -m 644 cpuid.man %{buildroot}%{_mandir}/man1/cpuid.1

%files
%doc ChangeLog FUTURE LICENSE
%{_bindir}/cpuid
%{_mandir}/man1/cpuid.1*


%changelog

* Fri Jan 11 2013 umeabot <umeabot> 20120601-2.mga3
+ Revision: 348262
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Wed Jun 27 2012 dams <dams> 20120601-1.mga3
+ Revision: 264393
- new version 20120601
- clean specfile
- use real version in package name

* Wed Mar 14 2012 dams <dams> 1.0-0.20120225.1.mga2
+ Revision: 223351
- new version 20120225

* Wed Apr 13 2011 dams <dams> 1.0-0.20110305.1.mga1
+ Revision: 84798
- update to 20110305

* Fri Mar 18 2011 tv <tv> 1.0-0.20060917.3.mga1
+ Revision: 73944
- imported package cpuid