Compare commits

..

4 commits

Author SHA1 Message Date
Dave Jones
113da12331 1.27 2010-09-08 15:23:15 -04:00
Dave Jones
ffe7c7e1dc bump 2010-09-08 15:04:35 -04:00
Dave Jones
e46b32ed03 dead patch 2010-09-08 14:54:41 -04:00
Dave Jones
d41785c29f 1.26 2010-09-08 14:47:40 -04:00
4 changed files with 144 additions and 1 deletions

4
.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
clog
x86info-1.26
x86info-1.26.tgz
/x86info-1.27.tgz

View file

@ -1 +0,0 @@
x86info fails to build from source: https://bugzilla.redhat.com/show_bug.cgi?id=1676223

1
sources Normal file
View file

@ -0,0 +1 @@
a618e4ac1b0aba44ee26aacad3611f1a x86info-1.27.tgz

139
x86info.spec Normal file
View file

@ -0,0 +1,139 @@
Summary: x86 processor information tool.
Name: x86info
Version: 1.27
Release: 1%{?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
%description
x86info displays diagnostic information about x86 processors, such
as cache configuration and supported features.
%prep
%setup -q -n %{name}-%{version}
%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
* Wed Sep 08 2010 Dave Jones <davej@redhat.com>
- Update to new upstream 1.27 (fixes build problem in 1.26)
* Wed Sep 08 2010 Dave Jones <davej@redhat.com>
- Update to new upstream 1.26
* 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.