source: projects/specs/trunk/d/dmidecode/dmidecode-vl.spec @ 521

Revision 521, 3.7 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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