Blob Blame History Raw
Summary:        Command-line ACPI client
Summary(pl):    Klient ACPI działający z linii poleceń
Name:           acpi
Version:        1.4
Release:        1%{?dist}
License:        GPLv2+
Group:          Applications/System
Source0:        acpi-%{version}.tar.gz
URL:	    	http://sourceforge.net/projects/acpiclient/
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
Linux ACPI client is a small command-line program that attempts to
replicate the functionality of the 'old' apm command on ACPI systems.
It includes battery and thermal information.

%description -l pl
Klient Linux ACPI to mały program działający z linii poleceń, będący
próbą zastąpienia funkcjonalności "starego" polecenia apm na systemach
opartych o ACPI. Zawiera informacje o zasilaniu i temperaturze.

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make install DESTDIR=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog README COPYING
%{_bindir}/acpi
%{_datadir}/man/man1/acpi.1.gz

%changelog
* Wed Aug 26 2009 Steven M. Parrish <smparrish@gmail.com> - 1.4-1
- fixed state information for thermal zones
- added output of all trip points
- straightlined old crufty user interface
- fixed battery output to cope with systems giving energy values but no voltage

* Sat Jun 13 2009 Steven M. Parrish <smparrish@gmail.com> 1.3-1
- New upstream release
- Removed obsolete patch

* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.09-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

* Mon Jul 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.09-4
- fix license tag

* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.09-3
- Autorebuild for GCC 4.3

* Wed Sep  6 2006 Patrice Dumas <pertusus@free.fr> 0.09-2
- rebuild for FC-6

* Mon Mar  6 2006 Patrice Dumas <pertusus@free.fr> 0.09-1
- based on pld. Updated, and adapted to fedora extras