]> git.pld-linux.org Git - packages/acpi.git/blame_incremental - acpi.spec
- tabs in preamble
[packages/acpi.git] / acpi.spec
... / ...
CommitLineData
1Summary: Command-line ACPI client
2Summary(pl.UTF-8): Klient ACPI działający z linii poleceń
3Name: acpi
4Version: 0.09
5Release: 1
6License: GPL
7Group: Applications
8Source0: http://grahame.angrygoats.net/source/acpi/%{name}-%{version}.tar.gz
9# Source0-md5: a5a70595834b487c3a2f9278a3d60768
10URL: http://grahame.angrygoats.net/acpi.shtml
11BuildRequires: autoconf >= 2.50
12BuildRequires: automake
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
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
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
23opartych o ACPI. Zawiera informacje o zasilaniu i temperaturze.
24
25%prep
26%setup -q
27
28%build
29%{__aclocal}
30%{__autoconf}
31%{__autoheader}
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
43%clean
44rm -rf $RPM_BUILD_ROOT
45
46%files
47%defattr(644,root,root,755)
48%doc AUTHORS ChangeLog README
49%attr(755,root,root) %{_bindir}/*
This page took 0.06684 seconds and 4 git commands to generate.