bb62c82
Summary: Command line ACPI client
bbcba5a
Name: acpitool
bb62c82
Version: 0.4.7
bb62c82
Release: 2%{?dist}
bbcba5a
License: GPL
bb62c82
Group: Applications/System
bb62c82
URL: http://freeunix.dyndns.org:8000/site2/acpitool.shtml
bb62c82
bb62c82
Source: http://freeunix.dyndns.org:8000/ftp_site/pub/unix/acpitool/acpitool-%{version}.tar.bz2
bbcba5a
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
bbcba5a
bbcba5a
%description
bb62c82
AcpiTool is a Linux ACPI client. It's a small command line application, 
bb62c82
intended to be a replacement for the apm tool. The primary target audience 
bb62c82
are laptop users, since these people are most interested in things like 
bb62c82
battery status, thermal status and the ability to suspend (sleep mode). 
bb62c82
The program simply accesses the /proc/acpi or /sysfs entries to get or set 
bb62c82
ACPI values.
bbcba5a
bbcba5a
%prep
4a98db8
%setup -q
bbcba5a
bbcba5a
%build
bbcba5a
%configure
bbcba5a
make %{?_smp_mflags}
bbcba5a
bbcba5a
%install
bbcba5a
rm -fr $RPM_BUILD_ROOT
bbcba5a
make install DESTDIR=$RPM_BUILD_ROOT
bbcba5a
bbcba5a
%clean
bbcba5a
rm -fr $RPM_BUILD_ROOT
bbcba5a
bbcba5a
%files
bbcba5a
%defattr(-,root,root,-)
bb62c82
%doc AUTHORS ChangeLog COPYING INSTALL README TODO
bbcba5a
%{_bindir}/acpitool
bbcba5a
%{_mandir}/man1/acpitool*
bbcba5a
bbcba5a
%changelog
bb62c82
* Thu May 24 2007 Patrice Dumas <pertusus@free.fr> 0.4.7-2
bb62c82
- update to 0.4.7
bb62c82
bb62c82
* Fri Oct  6 2006 Patrice Dumas <pertusus@free.fr> 0.4.6-2
bb62c82
- set Group to Applications/System (fix #209230)
bb62c82
bb62c82
* Mon Aug 28 2006 Patrice Dumas <pertusus@free.fr> 0.4.6-1
bb62c82
- update to 0.4.6
bb62c82
bb62c82
* Sun May 21 2006 Patrice Dumas <pertusus@free.fr> 0.4.5-1
e1eeced
- update to 0.4.5
e1eeced
bb62c82
* Thu Feb 16 2006 Patrice Dumas <pertusus@free.fr> 0.4.4-1.1
4a98db8
- new version
4a98db8
- remove now unneeded patch
4a98db8
bb62c82
* Thu Nov 10 2005 Patrice Dumas <pertusus@free.fr> 0.3.0-3
bbcba5a
- add patch to avoid ignoring CXXFLAGS
bbcba5a
bb62c82
* Fri Nov  4 2005 Patrice Dumas <pertusus@free.fr> 0.3.0-2
bbcba5a
- update using fedora core conventions, some cleanings
bbcba5a
bbcba5a
* Tue Aug 24 2004 Robert Ambrose <rna@muttsoft.com>
bbcba5a
- Created .spec file.
bbcba5a