[svn] r4640 - in trunk/rpms: . acpitool

packagers at lists.rpmforge.net packagers at lists.rpmforge.net
Thu Aug 10 10:43:05 CEST 2006


Author: dries
Date: 2006-08-10 10:43:04 +0200 (Thu, 10 Aug 2006)
New Revision: 4640

Added:
   trunk/rpms/acpitool/
   trunk/rpms/acpitool/acpitool.spec
Log:
add

Added: trunk/rpms/acpitool/acpitool.spec
===================================================================
--- trunk/rpms/acpitool/acpitool.spec	                        (rev 0)
+++ trunk/rpms/acpitool/acpitool.spec	2006-08-10 08:43:04 UTC (rev 4640)
@@ -0,0 +1,48 @@
+# $Id$
+# Authority: dries
+# Upstream: DLeemans <d_leemans$telenet,be>
+
+Summary: Command line ACPI client
+Name: acpitool
+Version: 0.4.6
+Release: 1
+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
+
+BuildRequires: gcc-c++
+
+%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 or set 
+ACPI values.
+
+%prep
+%setup
+
+%build
+%configure
+%{__make} %{?_smp_mflags}
+
+%install
+%{__rm} -rf %{buildroot}
+%makeinstall
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc AUTHORS ChangeLog COPYING INSTALL NEWS README TODO
+%doc %{_mandir}/man1/acpitool*
+%{_bindir}/acpitool
+
+%changelog
+* Thu Aug 10 2006 Dries Verachtert <dries at ulyssis.org> - 0.4.6-1
+- Initial package.



More information about the svn-commits mailing list