]> git.pld-linux.org Git - packages/pmtools.git/blame_incremental - pmtools.spec
- release 2
[packages/pmtools.git] / pmtools.spec
... / ...
CommitLineData
1Summary: Retrieve the DSDT from your BIOS
2Summary(pl.UTF-8): Narzędzie do odczytu DSDT z BIOS-u
3Name: pmtools
4Version: 20110323
5Release: 2
6License: GPL v2+
7Group: Applications/System
8Source0: http://ftp.kernel.org/pub/linux/kernel/people/lenb/acpi/utils/%{name}-%{version}.tar.bz2
9# Source0-md5: 9ed64a1c04bb9597257786de034a77a9
10URL: http://acpi.sourceforge.net/
11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13%description
14DSDT is an acronym for Differentiated System Description Table. This
15table contains the Differentiated Definition Block, which supplies the
16information and configuration information about the base system. It is
17always inserted into the ACPI Namespace by the OS at boot time.
18Unfortunately, many hardware vendors and OEMs are not capable of
19supplying fully functional tables (not even the members of the ACPI
20SIG)
21
22%description -l pl.UTF-8
23DSDT to skrót od Differentiated System Description Table (różnicowa
24tabela opisu systemu). Jest to tabela zawierająca różnicowy blok
25definicji, dostarczający informacji o systemie bazowym i jego
26konfiguracji. Jest zawsze umieszczany w przestrzeni nazw ACPI przez
27system operacyjny w czasie startu. Niestety wielu producentów sprzętu
28i 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 -n %{name}
33
34%{__mv} madt/README README.madt
35
36%build
37%{__cc} %{rpmldflags} %{rpmcflags} -o madt/madt madt/madt.c
38
39%install
40rm -rf $RPM_BUILD_ROOT
41install -d $RPM_BUILD_ROOT%{_sbindir}
42
43install madt/madt $RPM_BUILD_ROOT%{_sbindir}
44
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48%files
49%defattr(644,root,root,755)
50%doc README README.madt
51%attr(755,root,root) %{_sbindir}/madt
This page took 0.130159 seconds and 4 git commands to generate.