8a02269
Summary:        Command-line ACPI client
8a02269
Summary(pl):    Klient ACPI działający z linii poleceń
8a02269
Name:           acpi
deac6bc
Version:        1.4
d67b5a1
Release:        1%{?dist}
fcf3c73
License:        GPLv2+
8a02269
Group:          Applications/System
d67b5a1
Source0:        acpi-%{version}.tar.gz
d67b5a1
URL:	    	http://sourceforge.net/projects/acpiclient/
8a02269
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
8a02269
8a02269
%description
8a02269
Linux ACPI client is a small command-line program that attempts to
8a02269
replicate the functionality of the 'old' apm command on ACPI systems.
8a02269
It includes battery and thermal information.
8a02269
8a02269
%description -l pl
8a02269
Klient Linux ACPI to mały program działający z linii poleceń, będący
8a02269
próbą zastąpienia funkcjonalności "starego" polecenia apm na systemach
8a02269
opartych o ACPI. Zawiera informacje o zasilaniu i temperaturze.
8a02269
8a02269
%prep
8a02269
%setup -q
8a02269
8a02269
%build
8a02269
%configure
8a02269
make %{?_smp_mflags}
8a02269
8a02269
%install
8a02269
rm -rf $RPM_BUILD_ROOT
8a02269
8a02269
make install DESTDIR=$RPM_BUILD_ROOT
8a02269
8a02269
%clean
8a02269
rm -rf $RPM_BUILD_ROOT
8a02269
8a02269
%files
8a02269
%defattr(-,root,root,-)
8a02269
%doc AUTHORS ChangeLog README COPYING
8a02269
%{_bindir}/acpi
d67b5a1
%{_datadir}/man/man1/acpi.1.gz
deac6bc
8a02269
%changelog
deac6bc
* Wed Aug 26 2009 Steven M. Parrish <smparrish@gmail.com> - 1.4-1
deac6bc
- fixed state information for thermal zones
deac6bc
- added output of all trip points
deac6bc
- straightlined old crufty user interface
deac6bc
- fixed battery output to cope with systems giving energy values but no voltage
deac6bc
d67b5a1
* Sat Jun 13 2009 Steven M. Parrish <smparrish@gmail.com> 1.3-1
d67b5a1
- New upstream release
d67b5a1
- Removed obsolete patch
d67b5a1
5657001
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.09-5
5657001
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
5657001
fcf3c73
* Mon Jul 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.09-4
fcf3c73
- fix license tag
fcf3c73
744c7c7
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.09-3
744c7c7
- Autorebuild for GCC 4.3
744c7c7
a8bd448
* Wed Sep  6 2006 Patrice Dumas <pertusus@free.fr> 0.09-2
a8bd448
- rebuild for FC-6
a8bd448
a8bd448
* Mon Mar  6 2006 Patrice Dumas <pertusus@free.fr> 0.09-1
8a02269
- based on pld. Updated, and adapted to fedora extras