123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- Summary: Command-line ACPI client
- Summary(ja): コマンドライン ACPI クライアント
- Summary(pl): Klient ACPI działający z linii poleceń
- Name: acpi
- Version: 1.5
- Release: 1%{?_dist_release}
- License: GPLv2+
- Group: Applications/System
- Source0: acpi-%{version}.tar.gz
- URL: http://sourceforge.net/projects/acpiclient/
- BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
- Vendor: Project Vine
- Distribution: Vine Linux
- %description
- Linux ACPI client is a small command-line program that attempts to
- replicate the functionality of the 'old' apm command on ACPI systems.
- It includes battery and thermal information.
- %description -l ja
- Linux ACPI クライアントは ACPI システムで、古い apm コマンド相当の
- 機能を提供するコマンドラインプログラムです。バッテリーや温度情報を
- 取得する機能が含まれています。
- %description -l pl
- Klient Linux ACPI to mały program działający z linii poleceń, będący
- próbą zastąpienia funkcjonalności "starego" polecenia apm na systemach
- opartych o ACPI. Zawiera informacje o zasilaniu i temperaturze.
- %prep
- %setup -q
- %build
- %configure
- make %{?_smp_mflags}
- %install
- rm -rf %{buildroot}
- make install DESTDIR=%{buildroot}
- %clean
- rm -rf %{buildroot}
- %files
- %defattr(-,root,root,-)
- %doc AUTHORS ChangeLog README COPYING
- %{_bindir}/acpi
- %{_datadir}/man/man1/*
- %changelog
- * Thu Mar 22 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.5-1
- - new upstream release
- * Mon Aug 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.09-1
- - initial build for Vine Linux
- * Mon Jul 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.09-4
- - fix license tag
- * Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.09-3
- - Autorebuild for GCC 4.3
- * Wed Sep 6 2006 Patrice Dumas <pertusus@free.fr> 0.09-2
- - rebuild for FC-6
- * Mon Mar 6 2006 Patrice Dumas <pertusus@free.fr> 0.09-1
- - based on pld. Updated, and adapted to fedora extras
|