Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > 8aa2705080f28ae11e1b4f2898da31c5 > files > 3

x86info-1.25-1.45.fc13.src.rpm

Summary:        x86 processor information tool.
Name:           x86info
Version:        1.25
Release:        %(R="$Revision: 1.45 $"; RR="${R##: }"; echo ${RR%%?})%{?dist}
Epoch:          1
Group:          System Environment/Base
License:        GPLv2+
Source0:        x86info-%{version}.tgz
Buildroot:      %{_tmppath}/%{name}-%{version}-%{release}-root
ExclusiveArch:  %{ix86} x86_64
Url:            http://www.codemonkey.org.uk/projects/x86info
BuildRequires:	python

Obsoletes:      kernel-utils

Patch0:		x86info-1.24-make-j.patch

%description
x86info displays diagnostic information about x86 processors, such
as cache configuration and supported features.

%prep
%setup -q -n %{name}-%{version}
%patch0 -p1 -b .make-j

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

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_sbindir}
mkdir -p %{buildroot}/usr/share/man/man{1,8}

install x86info %{buildroot}%{_sbindir}/x86info
install x86info.1 %{buildroot}/usr/share/man/man1/
install lsmsr %{buildroot}%{_sbindir}/lsmsr

chmod -R a-s %{buildroot}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_sbindir}/x86info
%{_sbindir}/lsmsr
%attr(0644,root,root) %{_mandir}/*/*

%changelog
* Thu May 27 2010 Dave Jones <davej@redhat.com>
- Rebuild to fix f12->f13 NVR screwup. No code changes.

* Fri Oct 30 2009 Dave Jones <davej@redhat.com>
- Update to new upstream 1.25

* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.24-1.42.1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

* Tue Jul 14 2009 Adam Jackson <ajax@redhat.com>
- Fix parallel build.

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

* Fri Feb  6 2009 Dave Jones <davej@redhat.com>
- Update to new upstream 1.24

* Tue Dec 16 2008 Dave Jones <davej@redhat.com>
- Update to new upstream 1.23

* Tue Dec 16 2008 Dave Jones <davej@redhat.com>
- Update to new upstream 1.22

* Mon Mar 17 2008 Dave Jones <davej@redhat.com>
- More specfile cleanups.

* Thu Mar 13 2008 Dave Jones <davej@redhat.com>
- Fix rpmlint warnings.

* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1:1.21-1.29
- Autorebuild for GCC 4.3

* Mon Nov 26 2007 Dave Jones <davej@redhat.com>
- Update to new upstream 1.21

* Thu Aug 16 2007 Dave Jones <davej@redhat.com>
- Clarify license.

* Sat Jun 09 2007 Dave Jones <davej@redhat.com>
- Add URL: tag

* Wed Sep 27 2006 Dave Jones <davej@redhat.com>
- New upstream (1.20)
  Fixes 'silent' output, and recognises Intel Core Extreme.

* Sat Sep 23 2006 Dave Jones <davej@redhat.com>
- New upstream (1.19)
  Improved identification of numerous new Intel CPUs.

* Wed Jul 12 2006 Dave Jones <davej@redhat.com>
- New upstream (1.18)

* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1:1.17-1.22.1
- rebuild

* Thu Feb 09 2006 Dave Jones <davej@redhat.com>
- rebuild.

* Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com>
- rebuilt for new gcj

* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
- rebuilt

* Fri Nov  4 2005 Dave Jones <davej@redhat.com>
- Update to upstream 1.17

* Sat Sep 24 2005 Dave Jones <davej@redhat.com>
- Update to upstream 1.16
  (Various 64bit fixes).

* Fri Sep  2 2005 Dave Jones <davej@redhat.com>
- Update to upstream 1.15

* Sun Aug  7 2005 Dave Jones <davej@redhat.com>
- Update to upstream 1.14 (now builds on x86-64)

* Fri Apr 15 2005 Florian La Roche <laroche@redhat.com>
- remove empty scripts

* Tue Mar  1 2005 Dave Jones <davej@redhat.com>
- Rebuild for gcc4

* Tue Feb  8 2005 Dave Jones <davej@redhat.com>
- Update to upstream 1.13

* Sat Dec 18 2004 Dave Jones <davej@redhat.com>
- Initial packaging, based upon kernel-utils.