]> git.pld-linux.org Git - packages/acpitool.git/blame_incremental - acpitool.spec
- updated to 0.5.1
[packages/acpitool.git] / acpitool.spec
... / ...
CommitLineData
1Summary: AcpiTool - Linux ACPI client
2Summary(pl.UTF-8): AcpiTool - linuksowy klient ACPI
3Name: acpitool
4Version: 0.5.1
5Release: 1
6License: GPL v2
7Group: Applications
8Source0: http://freeunix.dyndns.org:8088/ftp_site/pub/unix/acpitool/%{name}-%{version}.tar.bz2
9# Source0-md5: 9e4ec55201be0be71ffbc56d38b42b57
10URL: http://freeunix.dyndns.org:8088/site2/acpitool.shtml
11BuildRequires: autoconf >= 2.61
12BuildRequires: automake
13BuildRequires: libstdc++-devel
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17AcpiTool is (yet another) Linux ACPI client. It's a small command-line
18application. Besides "basic" ACPI information like battery status, AC
19presence, etc... Acpitool also supports various extensions for
20Toshiba, Asus and IBM Thinkpad laptops, allowing you to change the LCD
21brightness level, toggle fan on/off, and more.
22
23%description -l pl.UTF-8
24AcpiTool to (jeszcze jeden) linuksowy klient ACPI. Jest to mała
25aplikacja działająca z linii poleceń. Oprócz "podstawowych" informacji
26ACPI, takich jak stan baterii, obecność zasilania AC itp. obsługuje
27także różne rozszerzenia dla laptopów Toshiby, Asusa i IBM Thinkpad,
28pozwalające zmieniać poziom jasności LCD, włączać i wyłączać
29wiatraczki itp.
30
31%prep
32%setup -q
33
34%build
35%{__aclocal}
36%{__autoconf}
37%{__automake}
38%configure
39%{__make}
40
41%install
42rm -rf $RPM_BUILD_ROOT
43
44%{__make} install \
45 DESTDIR=$RPM_BUILD_ROOT
46
47%clean
48rm -rf $RPM_BUILD_ROOT
49
50%files
51%defattr(644,root,root,755)
52%doc AUTHORS ChangeLog README TODO
53%attr(755,root,root) %{_bindir}/acpitool
54%{_mandir}/man1/acpitool.1*
This page took 0.120608 seconds and 4 git commands to generate.