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

Revision 3647, 3.8 KB checked in by daisuke, 13 years ago (diff)

dmidecode: update to 2.11

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