Author: havner Date: Mon Aug 14 23:03:44 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - initial (TODO: pl)
---- Files affected: SPECS: acpitool.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/acpitool.spec diff -u /dev/null SPECS/acpitool.spec:1.1 --- /dev/null Tue Aug 15 01:03:44 2006 +++ SPECS/acpitool.spec Tue Aug 15 01:03:38 2006 @@ -0,0 +1,58 @@ +# $Revision$, $Date$ +Summary: AcpiTool is Linux ACPI client +Summary(pl): - +Name: acpitool +Version: 0.4.6 +Release: 0.1 +License: GPL v2 +Group: Applications +Source0: http://dl.sourceforge.net/acpitool/%{name}-%{version}.tar.bz2 +# Source0-md5: 4bd3efda303c12bf154771adf61be0f6 +URL: http://freeunix.dyndns.org:8088/site2/acpitool.shtml +BuildRequires: autoconf +BuildRequires: automake +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +AcpiTool is (yet another) Linux ACPI client. It's a small command-line +application. Besides "basic" ACPI information like battery status, AC +presence, etc... Acpitool also supports various extensions for Toshiba, +Asus and IBM Thinkpad laptops, allowing you to change the LCD brightness +level, toggle fan on/off, and more. + +%description -l pl + +%prep +%setup -q + +%build +%{__aclocal} +%{__autoconf} +%{__automake} +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog README TODO +%attr(755,root,root) %{_bindir}/* +%{_mandir}/*/* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2006/08/14 23:03:38 havner +- initial (TODO: pl) + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
