]> git.pld-linux.org Git - packages/dmidecode.git/blob - dmidecode.spec
- my mistake
[packages/dmidecode.git] / dmidecode.spec
1 Summary:        A tool for dumping a computer's DMI table contents
2 Summary(pl):    Narzêdzie do zrzucania zawarto¶ci tabeli DMI komputera
3 Name:           dmidecode
4 Version:        2.1
5 Release:        0.1
6 License:        GPL
7 Group:          Applications/System
8 Source0:        http://savannah.nongnu.org/download/dmidecode/dmidecode.pkg/2.1/%{name}-%{version}.tar.bz2
9 # Source0-md5:  b5717e623b7aaceee7c46ba3205c2d10
10 URL:            http://www.nongnu.org/dmidecode
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %define         _sbindir        /sbin
14
15 %description
16 Dmidecode is a tool for dumping a computer's DMI (some say SMBIOS)
17 table contents in a human-readable format. This table contains a
18 description of the system's hardware components, as well as other
19 useful pieces of information such as serial numbers and BIOS revision.
20
21 %description -l pl
22 Dmidecode jest narzêdziem do zrzucania zawarto¶ci DMI (niektórzy mówi±
23 na to SMBIOS) komputera w formacie odczytywalnym przez cz³owieka.
24 Tabela ta zawiera opis sprzêtowych komponentów systemu, a tak¿e
25 u¿yteczne kawa³ki informacji takie jak numery seryjne i rewizja BIOSu.
26
27 %prep
28 %setup -q
29
30 %build
31 %{__make}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 install -d $RPM_BUILD_ROOT%{_sbindir}
36
37 %{__make} install PREFIX=$RPM_BUILD_ROOT
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc CHANGELOG README AUTHORS
45 %attr(755,root,root) %{_sbindir}/*
This page took 0.069144 seconds and 3 git commands to generate.