Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > e2ad5d6e2819c823e161e1ce8089d78b > files > 2

msr-tools-1.1.2-3.fc12.src.rpm

Summary:        Collection of tools for reading/writing CPU model specific registers.
Name:           msr-tools
Version:        1.1.2
Release:        3%{dist}
Group:          System Environment/Base
License:        GPLv2+
Source0:        http://www.kernel.org/pub/linux/utils/cpu/msr-tools/%{name}-%{version}.tar.gz
Buildroot:      %{_tmppath}/%{name}-%{version}-%{release}-root
ExclusiveArch:  %{ix86} x86_64
Url:            http://www.kernel.org/pub/linux/utils/cpu/msr-tools/

%description
This is a small collection of tools to allow reading and writing
of CPU model specific registers

%prep
%setup -q

%build
make CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}

%install
rm -rf %{buildroot}
install -D rdmsr %{buildroot}%{_sbindir}/rdmsr
install -D wrmsr %{buildroot}%{_sbindir}/wrmsr

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_sbindir}/rdmsr
%{_sbindir}/wrmsr

%changelog
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

* Thu Mar 13 2008 Dave Jones <davej@redhat.com> 1.1.2-1
- Initial packaging