From bb62c824309c2623ddad3f396437f374cf048d6c Mon Sep 17 00:00:00 2001 From: pertusus Date: Dec 17 2007 21:41:18 +0000 Subject: sync with devel --- diff --git a/.cvsignore b/.cvsignore index 8f36d06..7733c3c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -acpitool-0.4.5.tar.gz +acpitool-0.4.7.tar.bz2 diff --git a/acpitool.spec b/acpitool.spec index d682e79..2d6c225 100644 --- a/acpitool.spec +++ b/acpitool.spec @@ -1,21 +1,21 @@ +Summary: Command line ACPI client Name: acpitool -Version: 0.4.5 -Release: 1%{?dist} -Url: http://freeunix.dyndns.org:8088/site2/acpitool.shtml -Source0: http://freeunix.dyndns.org:8000/ftp_site/pub/unix/acpitool/acpitool-%{version}.tar.gz -Summary: A command line ACPI client for Linux -Group: Applications/Internet +Version: 0.4.7 +Release: 2%{?dist} License: GPL +Group: Applications/System +URL: http://freeunix.dyndns.org:8000/site2/acpitool.shtml + +Source: http://freeunix.dyndns.org:8000/ftp_site/pub/unix/acpitool/acpitool-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description -AcpiTool is a Linux ACPI client. It's a small command line application, -intended to be a replacement for the apm tool. The primary target -audience are laptop users, since these people are most interested in -things like battery status, thermal status and the ability to suspend -(sleep mode). The program simply accesses the /proc/acpi or /sysfs entries -to get/set acpi values. Hence, a computer running a Linux kernel from -the 2.4.x or 2.6.x series with ACPI enabled is needed. +AcpiTool is a Linux ACPI client. It's a small command line application, +intended to be a replacement for the apm tool. The primary target audience +are laptop users, since these people are most interested in things like +battery status, thermal status and the ability to suspend (sleep mode). +The program simply accesses the /proc/acpi or /sysfs entries to get or set +ACPI values. %prep %setup -q @@ -33,22 +33,31 @@ rm -fr $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc README TODO ChangeLog AUTHORS COPYING +%doc AUTHORS ChangeLog COPYING INSTALL README TODO %{_bindir}/acpitool %{_mandir}/man1/acpitool* %changelog -* Sun May 21 2006 Patrice Dumas - 0.4.5-1 +* Thu May 24 2007 Patrice Dumas 0.4.7-2 +- update to 0.4.7 + +* Fri Oct 6 2006 Patrice Dumas 0.4.6-2 +- set Group to Applications/System (fix #209230) + +* Mon Aug 28 2006 Patrice Dumas 0.4.6-1 +- update to 0.4.6 + +* Sun May 21 2006 Patrice Dumas 0.4.5-1 - update to 0.4.5 -* Thu Feb 16 2006 Patrice Dumas - 0.4.4-1.1 +* Thu Feb 16 2006 Patrice Dumas 0.4.4-1.1 - new version - remove now unneeded patch -* Thu Nov 10 2005 Patrice Dumas - 0.3.0-3 +* Thu Nov 10 2005 Patrice Dumas 0.3.0-3 - add patch to avoid ignoring CXXFLAGS -* Fri Nov 4 2005 Patrice Dumas - 0.3.0-2 +* Fri Nov 4 2005 Patrice Dumas 0.3.0-2 - update using fedora core conventions, some cleanings * Tue Aug 24 2004 Robert Ambrose diff --git a/sources b/sources index 2665178..0a4423e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -34647d800617cfa506c0db086c0d6195 acpitool-0.4.5.tar.gz +cba416a11229e896ec2639c59b6f59c5 acpitool-0.4.7.tar.bz2