]> git.pld-linux.org Git - packages/acpi.git/blame - acpi.spec
- ACPI interface is specific to x86*/ia64; EA added
[packages/acpi.git] / acpi.spec
CommitLineData
baee767f 1Summary: Command-line ACPI client
83fb1e2d 2Summary(pl.UTF-8): Klient ACPI działający z linii poleceń
431fd649 3Name: acpi
8150972d 4Version: 0.09
431fd649 5Release: 1
b7442866
JB
6License: GPL v2+
7Group: Applications/System
8150972d
JB
8Source0: http://grahame.angrygoats.net/source/acpi/%{name}-%{version}.tar.gz
9# Source0-md5: a5a70595834b487c3a2f9278a3d60768
431fd649 10URL: http://grahame.angrygoats.net/acpi.shtml
8150972d 11BuildRequires: autoconf >= 2.50
baee767f 12BuildRequires: automake
b7442866 13ExclusiveArch: %{ix86} %{x8664} ia64
431fd649
AM
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
baee767f
JB
17Linux ACPI client is a small command-line program that attempts to
18replicate the functionality of the 'old' apm command on ACPI systems.
19It includes battery and thermal information.
20
d877e1a8
JR
21%description -l pl.UTF-8
22Klient Linux ACPI to mały program działający z linii poleceń, będący
23próbą zastąpienia funkcjonalności "starego" polecenia apm na systemach
baee767f 24opartych o ACPI. Zawiera informacje o zasilaniu i temperaturze.
431fd649
AM
25
26%prep
8150972d 27%setup -q
431fd649
AM
28
29%build
30%{__aclocal}
31%{__autoconf}
8150972d 32%{__autoheader}
431fd649
AM
33%{__automake}
34%configure
35%{__make}
36
37%install
38rm -rf $RPM_BUILD_ROOT
39install -d $RPM_BUILD_ROOT%{_mandir}/man1
40
41%{__make} install \
42 DESTDIR=$RPM_BUILD_ROOT
43
431fd649
AM
44%clean
45rm -rf $RPM_BUILD_ROOT
46
47%files
48%defattr(644,root,root,755)
8150972d 49%doc AUTHORS ChangeLog README
b7442866 50%attr(755,root,root) %{_bindir}/acpi
This page took 0.035537 seconds and 4 git commands to generate.