dmidecode-vl.spec 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. Summary: Tool to analyse BIOS DMI data.
  2. Summary(ja): BIOS DMI データを表示するツール
  3. Name: dmidecode
  4. Version: 2.11
  5. Release: 1%{?_dist_release}
  6. Group: System Environment/Base
  7. License: GPL
  8. Source0: http://download.savannah.gnu.org/releases/dmidecode/dmidecode-%{version}.tar.bz2
  9. URL: http://www.nongnu.org/dmidecode/
  10. Buildroot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: automake, autoconf
  12. ExclusiveArch: %{ix86} x86_64 ia64
  13. Obsoletes: kernel-utils
  14. Vendor: Project Vine
  15. Distribution: Vine Linux
  16. Packager: shaolin, daisuke
  17. %description
  18. dmidecode reports information about x86 & ia64 hardware as described in the
  19. system BIOS according to the SMBIOS/DMI standard. This information
  20. typically includes system manufacturer, model name, serial number,
  21. BIOS version, asset tag as well as a lot of other details of varying
  22. level of interest and reliability depending on the manufacturer.
  23. This will often include usage status for the CPU sockets, expansion
  24. slots (e.g. AGP, PCI, ISA) and memory module slots, and the list of
  25. I/O ports (e.g. serial, parallel, USB).
  26. %description -l ja
  27. dmidecode を使うと、SMBIOS/DMI 規格に基づき、BIOS 上の
  28. x86 / ia64 ハードウェア情報を表示することができます。
  29. 表示される情報には、ハードウェアの製造元、モデル名、シリアル番号、
  30. BIOS のバージョンなど、数多くの詳細なハードウェア情報が含まれます。
  31. %prep
  32. %setup -q
  33. %build
  34. make CFLAGS="$RPM_OPT_FLAGS"
  35. %install
  36. rm -rf $RPM_BUILD_ROOT
  37. make DESTDIR=%{buildroot} prefix=%{_prefix} install-bin install-man
  38. %clean
  39. rm -rf $RPM_BUILD_ROOT
  40. %files
  41. %defattr(-,root,root)
  42. %doc AUTHORS CHANGELOG LICENSE README
  43. %{_sbindir}/dmidecode
  44. %ifnarch ia64
  45. %{_sbindir}/vpddecode
  46. %{_sbindir}/ownership
  47. %{_sbindir}/biosdecode
  48. %endif
  49. %{_mandir}/man8/*
  50. %changelog
  51. * Fri Apr 22 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11-1
  52. - update to 2.11
  53. * Fri May 23 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.9-2
  54. - spec in UTF-8
  55. * Sat May 10 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.9-1
  56. - initial build for Vine Linux
  57. * Sat May 10 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1:2.9-1.30.1
  58. - initial build for Vine Linux
  59. * Fri Mar 14 2008 Doug Chapman <doug.chapman@hp.com> 1:2.9-1.29.1
  60. - Do not package vpddecode, ownership and biosdecode on ia64 since those are x86 only
  61. * Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1:2.9-1.27.1
  62. - Autorebuild for GCC 4.3
  63. * Mon Oct 22 2007 Prarit Bhargava <prarit@redhat.com> - 1:2.9
  64. - rebuild with version 2.9
  65. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1:2.7-1.25.1
  66. - rebuild
  67. * Thu Feb 09 2006 Dave Jones <davej@redhat.com>
  68. - rebuild.
  69. * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
  70. - rebuilt
  71. * Mon Nov 28 2005 Dave Jones <davej@redhat.com>
  72. - Integrate several specfile cleanups from Robert Scheck. (#172543)
  73. * Sat Sep 24 2005 Dave Jones <davej@redhat.com>
  74. - Revert yesterdays patch, its unneeded in 2.7
  75. * Fri Sep 23 2005 Dave Jones <davej@redhat.com>
  76. - Don't try to modify areas mmap'd read-only.
  77. - Don't build on ia64 any more.
  78. (It breaks on some boxes very badly, and works on very few).
  79. * Mon Sep 12 2005 Dave Jones <davej@redhat.com>
  80. - Update to upstream 2.7
  81. * Fri Apr 15 2005 Florian La Roche <laroche@redhat.com>
  82. - remove empty scripts
  83. * Wed Mar 2 2005 Dave Jones <davej@redhat.com>
  84. - Update to upstream 2.6
  85. * Tue Mar 1 2005 Dave Jones <davej@redhat.com>
  86. - Rebuild for gcc4
  87. * Tue Feb 8 2005 Dave Jones <davej@redhat.com>
  88. - Rebuild with -D_FORTIFY_SOURCE=2
  89. * Tue Jan 11 2005 Dave Jones <davej@redhat.com>
  90. - Add missing Obsoletes: kernel-utils
  91. * Mon Jan 10 2005 Dave Jones <davej@redhat.com>
  92. - Update to upstream 2.5 release.
  93. * Sat Dec 18 2004 Dave Jones <davej@redhat.com>
  94. - Initial packaging, based upon kernel-utils package.