0af13a8
Summary: Command line ACPI client
bbcba5a
Name: acpitool
af84c87
Version: 0.4.7
363934a
Release: 4%{?dist}
bbcba5a
License: GPL
0af13a8
Group: Applications/System
0af13a8
URL: http://freeunix.dyndns.org:8000/site2/acpitool.shtml
0af13a8
0af13a8
Source: http://freeunix.dyndns.org:8000/ftp_site/pub/unix/acpitool/acpitool-%{version}.tar.bz2
96000d7
Patch0: acpitool-0.4.7-gcc43.patch
bbcba5a
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
bbcba5a
bbcba5a
%description
0af13a8
AcpiTool is a Linux ACPI client. It's a small command line application, 
0af13a8
intended to be a replacement for the apm tool. The primary target audience 
0af13a8
are laptop users, since these people are most interested in things like 
0af13a8
battery status, thermal status and the ability to suspend (sleep mode). 
0af13a8
The program simply accesses the /proc/acpi or /sysfs entries to get or set 
0af13a8
ACPI values.
bbcba5a
bbcba5a
%prep
ae21a9d
%setup -q
96000d7
%patch0 -p1 -b .gcc43
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,-)
0af13a8
%doc AUTHORS ChangeLog COPYING INSTALL README TODO
bbcba5a
%{_bindir}/acpitool
bbcba5a
%{_mandir}/man1/acpitool*
bbcba5a
bbcba5a
%changelog
363934a
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.4.7-4
363934a
- Autorebuild for GCC 4.3
363934a
96000d7
* Thu Jan  3 2008 Patrice Dumas <pertusus@free.fr> 0.4.7-3
96000d7
- fixes for gcc 4.3
96000d7
8dedb5f
* Thu May 24 2007 Patrice Dumas <pertusus@free.fr> 0.4.7-2
af84c87
- update to 0.4.7
af84c87
026bcc7
* Fri Oct  6 2006 Patrice Dumas <pertusus@free.fr> 0.4.6-2
026bcc7
- set Group to Applications/System (fix #209230)
026bcc7
026bcc7
* Mon Aug 28 2006 Patrice Dumas <pertusus@free.fr> 0.4.6-1
cc4be43
- update to 0.4.6
cc4be43
026bcc7
* Sun May 21 2006 Patrice Dumas <pertusus@free.fr> 0.4.5-1
2cca35f
- update to 0.4.5
2cca35f
026bcc7
* Thu Feb 16 2006 Patrice Dumas <pertusus@free.fr> 0.4.4-1.1
066ec69
- new version
ae21a9d
- remove now unneeded patch
ae21a9d
026bcc7
* Thu Nov 10 2005 Patrice Dumas <pertusus@free.fr> 0.3.0-3
bbcba5a
- add patch to avoid ignoring CXXFLAGS
bbcba5a
026bcc7
* 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