cosmetic spec file changes

This commit is contained in:
pertusus 2007-11-18 20:55:53 +00:00
commit 0af13a8b70

View file

@ -1,21 +1,21 @@
Summary: Command line ACPI client
Name: acpitool
Version: 0.4.7
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/System
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,7 +33,7 @@ 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*