]> git.pld-linux.org Git - packages/acpi.git/blame - acpi.spec
- tabs in preamble
[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
AM
5Release: 1
6License: GPL
7Group: Applications
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
431fd649
AM
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
baee767f
JB
16Linux ACPI client is a small command-line program that attempts to
17replicate the functionality of the 'old' apm command on ACPI systems.
18It includes battery and thermal information.
19
d877e1a8
JR
20%description -l pl.UTF-8
21Klient Linux ACPI to mały program działający z linii poleceń, będący
22próbą zastąpienia funkcjonalności "starego" polecenia apm na systemach
baee767f 23opartych o ACPI. Zawiera informacje o zasilaniu i temperaturze.
431fd649
AM
24
25%prep
8150972d 26%setup -q
431fd649
AM
27
28%build
29%{__aclocal}
30%{__autoconf}
8150972d 31%{__autoheader}
431fd649
AM
32%{__automake}
33%configure
34%{__make}
35
36%install
37rm -rf $RPM_BUILD_ROOT
38install -d $RPM_BUILD_ROOT%{_mandir}/man1
39
40%{__make} install \
41 DESTDIR=$RPM_BUILD_ROOT
42
431fd649
AM
43%clean
44rm -rf $RPM_BUILD_ROOT
45
46%files
47%defattr(644,root,root,755)
8150972d 48%doc AUTHORS ChangeLog README
431fd649 49%attr(755,root,root) %{_bindir}/*
This page took 0.077741 seconds and 4 git commands to generate.