]> git.pld-linux.org Git - packages/dmidecode.git/blob - dmidecode.spec
418787442ecaa72498f86481bbbdb0dc08c1ddae
[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:        3.0
5 Release:        1
6 License:        GPL v2+
7 Group:          Applications/System
8 Source0:        http://savannah.nongnu.org/download/dmidecode/%{name}-%{version}.tar.xz
9 # Source0-md5:  281ee572d45c78eca73a14834c495ffd
10 Patch0:         %{name}-fixes.patch
11 URL:            http://www.nongnu.org/dmidecode/
12 BuildRequires:  tar >= 1:1.22
13 BuildRequires:  xz
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Dmidecode is a tool for dumping a computer's DMI (some say SMBIOS)
18 table contents in a human-readable format. This table contains a
19 description of the system's hardware components, as well as other
20 useful pieces of information such as serial numbers and BIOS revision.
21
22 %description -l pl.UTF-8
23 Dmidecode jest narzędziem do zrzucania zawartości DMI (niektórzy mówią
24 na to SMBIOS) komputera w formacie odczytywalnym przez człowieka.
25 Tabela ta zawiera opis sprzętowych komponentów systemu, a także
26 użyteczne kawałki informacji takie jak numery seryjne i rewizja
27 BIOS-u.
28
29 %prep
30 %setup -q
31 %patch0 -p1
32
33 %build
34 %{__make} \
35         CC="%{__cc}" \
36         CFLAGS="%{rpmcppflags} %{rpmcflags} -Wall -W -pedantic" \
37         LDFLAGS="%{rpmcflags} %{rpmldflags}"
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 %{__make} install \
43         prefix=%{_prefix} \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 %{__rm} -r $RPM_BUILD_ROOT%{_docdir}/dmidecode
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc AUTHORS CHANGELOG README
54 %attr(755,root,root) %{_sbindir}/biosdecode
55 %attr(755,root,root) %{_sbindir}/dmidecode
56 %attr(755,root,root) %{_sbindir}/ownership
57 %attr(755,root,root) %{_sbindir}/vpddecode
58 %{_mandir}/man8/biosdecode.8*
59 %{_mandir}/man8/dmidecode.8*
60 %{_mandir}/man8/ownership.8*
61 %{_mandir}/man8/vpddecode.8*
This page took 0.120017 seconds and 3 git commands to generate.