Summary: Displays information on ACPI devices Name: acpi Version: 1.6 Release: %mkrel 3 License: GPLv2+ Group: System/Servers Url: http://sourceforge.net/projects/acpiclient/ Source0: http://downloads.sourceforge.net/project/acpiclient/acpiclient/%{version}/%{name}-%{version}.tar.gz Requires: dmidecode BuildRoot: %{_tmppath}/%{name}-buildroot %description Attempts to replicate the functionality of the 'old' apm command on ACPI systems, including battery and thermal information. %prep %setup -q %build %configure2_5x %make CFLAGS="%{optflags}" %install rm -rf %{buildroot} %makeinstall %clean rm -rf %{buildroot} %triggerpostun -- acpi < 0.09-4 rm -f /etc/rc.d/*/{K,S}*acpi %files %defattr(-,root,root) %doc AUTHORS ChangeLog README %{_bindir}/* %{_mandir}/man1/%{name}*