]> git.pld-linux.org Git - packages/pmtools.git/blob - pmtools.spec
2837ae6048be7b71820af38ee04ef76f4e72c45f
[packages/pmtools.git] / pmtools.spec
1 Summary:        Retrieve the DSDT from your BIOS
2 Summary(pl):    Narzêdzie do odczytu DSDT z BIOS-u
3 Name:           pmtools
4 Version:        20031210
5 Release:        0.1
6 License:        GPL
7 Group:          Applications/System
8 Source0:        http://ftp.kernel.org/pub/linux/kernel/people/lenb/acpi/utils/%{name}-%{version}.tar.bz2
9 # Source0-md5:  7d482ab86410f3f8c30a9fba5d660f32
10 URL:            http://acpi.sourceforge.net/
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 DSDT is an acronym for Differentiated System Description Table. This
15 table contains the Differentiated Definition Block, which supplies the
16 information and configuration information about the base system. It is
17 always inserted into the ACPI Namespace by the OS at boot time.
18 Unfortunately, many hardware vendors and OEMs are not capable of
19 supplying fully functional tables (not even the members of the ACPI
20 SIG)
21
22 %description -l pl
23 DSDT to skrót od Differentiated System Description Table (ró¿nicowa
24 tabela opisu systemu). Jest to tabela zawieraj±ca ró¿nicowy blok
25 definicji, dostarczaj±cy informacji o systemie bazowym i jego
26 konfiguracji. Jest zawsze umieszczany w przestrzeni nazw ACPI przez
27 system operacyjny w czasie startu. Niestety wielu producentów sprzêtu
28 i OEM-ów nie ma mo¿liwo¶ci dostarczania w pe³ni funkcjonalnych tabel
29 (nawet cz³onkowie ACPI SIG).
30
31 %prep
32 %setup -q
33
34 %build
35 %{__make} -C acpidmp \
36         CC="%{__cc}" \
37         CFLAGS="%{rpmcflags} -Wall -W -pedantic"
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41 install -d $RPM_BUILD_ROOT%{_sbindir}
42
43 install acpidmp/{acpidmp,acpitbl,acpixtract} $RPM_BUILD_ROOT%{_sbindir}
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc README
51 %attr(755,root,root) %{_sbindir}/*
This page took 0.070447 seconds and 3 git commands to generate.