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