Summary: AcpiTool is Linux ACPI client Summary(pl): - Name: acpitool Version: 0.4.6 Release: 0.1 License: GPL v2 Group: Applications Source0: http://dl.sourceforge.net/acpitool/%{name}-%{version}.tar.bz2 # Source0-md5: 4bd3efda303c12bf154771adf61be0f6 URL: http://freeunix.dyndns.org:8088/site2/acpitool.shtml BuildRequires: autoconf BuildRequires: automake BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description AcpiTool is (yet another) Linux ACPI client. It's a small command-line application. Besides "basic" ACPI information like battery status, AC presence, etc... Acpitool also supports various extensions for Toshiba, Asus and IBM Thinkpad laptops, allowing you to change the LCD brightness level, toggle fan on/off, and more. %description -l pl %prep %setup -q %build %{__aclocal} %{__autoconf} %{__automake} %configure %{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc AUTHORS ChangeLog README TODO %attr(755,root,root) %{_bindir}/* %{_mandir}/*/*