Compare commits
31 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
92324a52c5 | ||
|
|
cba56a0ab8 | ||
|
|
b17a275112 | ||
| 73e43b2d3a | |||
|
c68b0c39c4 |
|||
|
|
1b3f452abc | ||
|
|
c945342e91 | ||
|
|
d742034ad4 | ||
|
|
b6060d60f1 | ||
|
|
b16a0b0fce | ||
|
|
4f93987f01 | ||
|
|
9b8a4612e4 | ||
|
|
dbcdfcbdbd | ||
| 085d31b145 | |||
|
|
06a2ae866e | ||
|
|
e4912971db | ||
|
|
836da4e93c | ||
|
|
ec59001c5d | ||
|
|
b6fc007424 | ||
|
|
d126e8cff0 | ||
|
|
04fedf1f48 | ||
|
|
fcdea5378d | ||
|
|
b5834ddb53 | ||
|
|
4de6c5a476 | ||
|
|
fb9c9967be | ||
|
|
a094476f98 | ||
|
|
53ecd1286b | ||
|
|
d5ee3e5a9e | ||
|
|
150ecccfc6 | ||
|
|
3ef8428cc6 | ||
|
|
ca992a5905 |
4 changed files with 1 additions and 144 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1,4 +0,0 @@
|
|||
clog
|
||||
x86info-1.26
|
||||
x86info-1.26.tgz
|
||||
/x86info-1.27.tgz
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
x86info fails to build from source: https://bugzilla.redhat.com/show_bug.cgi?id=1676223
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
a618e4ac1b0aba44ee26aacad3611f1a x86info-1.27.tgz
|
||||
139
x86info.spec
139
x86info.spec
|
|
@ -1,139 +0,0 @@
|
|||
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.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue