source: projects/specs/branches/6/d/dmidecode/dmidecode-vl.spec @ 8165

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