2009-01-28 13:25:25 +00:00
|
|
|
Summary: Tool to analyse BIOS DMI data
|
2005-01-07 05:57:42 +00:00
|
|
|
Name: dmidecode
|
2009-02-09 18:42:45 +00:00
|
|
|
Version: 2.10
|
2009-07-24 20:22:52 +00:00
|
|
|
Release: %(R="$Revision: 1.36 $"; RR="${R##: }"; echo ${RR%%?})%{?dist}.2
|
2005-02-09 02:05:03 +00:00
|
|
|
Epoch: 1
|
2005-01-07 05:57:42 +00:00
|
|
|
Group: System Environment/Base
|
2008-07-16 21:16:30 +00:00
|
|
|
License: GPLv2+
|
2005-09-12 07:16:39 +00:00
|
|
|
Source0: dmidecode-%{version}.tar.bz2
|
2005-11-28 19:18:09 +00:00
|
|
|
URL: http://www.nongnu.org/dmidecode/
|
2005-01-07 05:57:42 +00:00
|
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
BuildPreReq: /usr/bin/aclocal /usr/bin/automake /usr/bin/autoconf
|
2009-02-27 19:31:15 +00:00
|
|
|
ExclusiveArch: %{ix86} x86_64 ia64
|
2005-01-11 21:39:26 +00:00
|
|
|
Obsoletes: kernel-utils
|
2005-01-07 05:57:42 +00:00
|
|
|
|
|
|
|
%description
|
2007-10-22 20:36:47 +00:00
|
|
|
dmidecode reports information about x86 & ia64 hardware as described in the
|
2005-11-28 19:18:09 +00:00
|
|
|
system BIOS according to the SMBIOS/DMI standard. This information
|
|
|
|
typically includes system manufacturer, model name, serial number,
|
|
|
|
BIOS version, asset tag as well as a lot of other details of varying
|
|
|
|
level of interest and reliability depending on the manufacturer.
|
|
|
|
|
|
|
|
This will often include usage status for the CPU sockets, expansion
|
|
|
|
slots (e.g. AGP, PCI, ISA) and memory module slots, and the list of
|
|
|
|
I/O ports (e.g. serial, parallel, USB).
|
2005-01-07 05:57:42 +00:00
|
|
|
|
|
|
|
%prep
|
2005-11-28 19:18:09 +00:00
|
|
|
%setup -q
|
2005-01-07 05:57:42 +00:00
|
|
|
|
|
|
|
%build
|
2005-02-09 22:21:50 +00:00
|
|
|
make CFLAGS="$RPM_OPT_FLAGS"
|
2005-01-07 05:57:42 +00:00
|
|
|
|
|
|
|
%install
|
2005-11-28 19:18:09 +00:00
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
make DESTDIR=%{buildroot} prefix=%{_prefix} install-bin install-man
|
|
|
|
|
2005-01-07 05:57:42 +00:00
|
|
|
%clean
|
2005-11-28 19:18:09 +00:00
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2005-01-07 05:57:42 +00:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2005-11-28 19:18:09 +00:00
|
|
|
%doc AUTHORS CHANGELOG LICENSE README
|
|
|
|
%{_sbindir}/dmidecode
|
2008-03-14 19:05:33 +00:00
|
|
|
%ifnarch ia64
|
2005-11-28 19:18:09 +00:00
|
|
|
%{_sbindir}/vpddecode
|
|
|
|
%{_sbindir}/ownership
|
|
|
|
%{_sbindir}/biosdecode
|
2008-03-14 19:05:33 +00:00
|
|
|
%endif
|
2005-11-28 19:18:09 +00:00
|
|
|
%{_mandir}/man8/*
|
2005-01-07 05:57:42 +00:00
|
|
|
|
|
|
|
%changelog
|
2009-07-24 20:22:52 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.10-1.36.2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-02-27 19:31:15 +00:00
|
|
|
* Fri Feb 27 2009 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
- Build for i586
|
|
|
|
|
2009-02-24 12:08:32 +00:00
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.10-1.34.1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-02-09 18:42:45 +00:00
|
|
|
* Mon Feb 09 2009 Prarit Bhargava <prarit@redhat.com> 1:2.10
|
|
|
|
- rebuild with version 2.10
|
|
|
|
|
2009-01-28 13:25:25 +00:00
|
|
|
* Wed Jan 28 2009 Prarit Bhargava <prarit@redhat.com> 1:2.9-1.32
|
|
|
|
- fix Summary field (BZ 225698)
|
2009-02-09 18:42:45 +00:00
|
|
|
|
2008-07-16 21:16:30 +00:00
|
|
|
* Wed Jul 16 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1:2.9-1.30
|
|
|
|
- fix license tag
|
|
|
|
|
2008-03-14 19:13:40 +00:00
|
|
|
* Fri Mar 14 2008 Doug Chapman <doug.chapman@hp.com> 1:2.9-1.29.1
|
|
|
|
- Do not package vpddecode, ownership and biosdecode on ia64 since those are x86 only
|
|
|
|
|
2008-02-19 20:05:16 +00:00
|
|
|
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1:2.9-1.27.1
|
|
|
|
- Autorebuild for GCC 4.3
|
|
|
|
|
2007-10-22 20:36:47 +00:00
|
|
|
* Mon Oct 22 2007 Prarit Bhargava <prarit@redhat.com> - 1:2.9
|
|
|
|
- rebuild with version 2.9
|
2006-07-12 05:39:44 +00:00
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1:2.7-1.25.1
|
|
|
|
- rebuild
|
|
|
|
|
2006-02-09 06:22:32 +00:00
|
|
|
* Thu Feb 09 2006 Dave Jones <davej@redhat.com>
|
|
|
|
- rebuild.
|
|
|
|
|
2005-12-09 22:40:13 +00:00
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2005-11-28 19:18:09 +00:00
|
|
|
* Mon Nov 28 2005 Dave Jones <davej@redhat.com>
|
|
|
|
- Integrate several specfile cleanups from Robert Scheck. (#172543)
|
|
|
|
|
2005-09-24 18:13:32 +00:00
|
|
|
* Sat Sep 24 2005 Dave Jones <davej@redhat.com>
|
|
|
|
- Revert yesterdays patch, its unneeded in 2.7
|
|
|
|
|
2005-09-23 21:45:11 +00:00
|
|
|
* Fri Sep 23 2005 Dave Jones <davej@redhat.com>
|
|
|
|
- Don't try to modify areas mmap'd read-only.
|
2005-09-23 21:48:56 +00:00
|
|
|
- Don't build on ia64 any more.
|
|
|
|
(It breaks on some boxes very badly, and works on very few).
|
2005-09-23 21:45:11 +00:00
|
|
|
|
2005-09-12 07:16:39 +00:00
|
|
|
* Mon Sep 12 2005 Dave Jones <davej@redhat.com>
|
|
|
|
- Update to upstream 2.7
|
|
|
|
|
2005-04-15 08:13:46 +00:00
|
|
|
* Fri Apr 15 2005 Florian La Roche <laroche@redhat.com>
|
|
|
|
- remove empty scripts
|
|
|
|
|
2005-03-02 19:59:25 +00:00
|
|
|
* Wed Mar 2 2005 Dave Jones <davej@redhat.com>
|
|
|
|
- Update to upstream 2.6
|
|
|
|
|
2005-03-02 03:51:03 +00:00
|
|
|
* Tue Mar 1 2005 Dave Jones <davej@redhat.com>
|
|
|
|
- Rebuild for gcc4
|
|
|
|
|
2005-02-09 02:02:34 +00:00
|
|
|
* Tue Feb 8 2005 Dave Jones <davej@redhat.com>
|
|
|
|
- Rebuild with -D_FORTIFY_SOURCE=2
|
|
|
|
|
2005-01-11 21:42:20 +00:00
|
|
|
* Tue Jan 11 2005 Dave Jones <davej@redhat.com>
|
|
|
|
- Add missing Obsoletes: kernel-utils
|
|
|
|
|
2005-01-10 23:29:11 +00:00
|
|
|
* Mon Jan 10 2005 Dave Jones <davej@redhat.com>
|
|
|
|
- Update to upstream 2.5 release.
|
|
|
|
|
|
|
|
* Sat Dec 18 2004 Dave Jones <davej@redhat.com>
|
2005-01-07 05:57:42 +00:00
|
|
|
- Initial packaging, based upon kernel-utils package.
|
|
|
|
|