0af13a8
Summary: Command line ACPI client
bbcba5a
Name: acpitool
ec82f40
Version: 0.5.1
ec82f40
Release: 1%{?dist}
f50ed53
License: GPLv2+
0af13a8
Group: Applications/System
0af13a8
URL: http://freeunix.dyndns.org:8000/site2/acpitool.shtml
0af13a8
7d4fcb3
Source0: http://freeunix.dyndns.org:8088/ftp_site/pub/unix/acpitool/acpitool-%{version}.tar.bz2
ec82f40
#Patch0: acpitool-0.5-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, 
7d4fcb3
intended to be a replacement for the apm tool. Besides "basic" ACPI 
7d4fcb3
information like battery status, AC presence, putting the laptop to
7d4fcb3
sleep, Acpitool also supports various extensions for Toshiba, Asus and 
7d4fcb3
IBM Thinkpad laptops, allowing you to change the LCD brightness level, 
7d4fcb3
toggle fan on/off, and more. 
7d4fcb3
bbcba5a
bbcba5a
%prep
ae21a9d
%setup -q
ec82f40
#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
ec82f40
* Wed Aug 26 2009 Steven M. Parrish <smparrish@gmail.com> 0.5.1-1
ec82f40
- various minor fixes (fixing memleaks, removing of limit on thermal zones)
ec82f40
c63692a
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5-3
c63692a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
c63692a
3f73641
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5-2
3f73641
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
3f73641
7d4fcb3
* Thu Sep 18 2008 Patrice Dumas <pertusus@free.fr> 0.5-1
7d4fcb3
- update to 0.5
7d4fcb3
f50ed53
* Mon Jul 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.4.7-5
f50ed53
- fix license tag
f50ed53
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