acpi-vl.spec 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. Summary: Command-line ACPI client
  2. Summary(ja): コマンドライン ACPI クライアント
  3. Summary(pl): Klient ACPI działający z linii poleceń
  4. Name: acpi
  5. Version: 0.09
  6. Release: 1%{?_dist_release}
  7. License: GPLv2+
  8. Group: Applications/System
  9. Source0: http://grahame.angrygoats.net/source/acpi/acpi-%{version}.tar.gz
  10. Patch0: acpi-0.09-keep_CFLAGS.diff
  11. URL: http://grahame.angrygoats.net/acpi.shtml
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  13. %description
  14. Linux ACPI client is a small command-line program that attempts to
  15. replicate the functionality of the 'old' apm command on ACPI systems.
  16. It includes battery and thermal information.
  17. %description -l ja
  18. Linux ACPI クライアントは ACPI システムで、古い apm コマンド相当の
  19. 機能を提供するコマンドラインプログラムです。バッテリーや温度情報を
  20. 取得する機能が含まれています。
  21. %description -l pl
  22. Klient Linux ACPI to mały program działający z linii poleceń, będący
  23. próbą zastąpienia funkcjonalności "starego" polecenia apm na systemach
  24. opartych o ACPI. Zawiera informacje o zasilaniu i temperaturze.
  25. %prep
  26. %setup -q
  27. %patch0
  28. %build
  29. %configure
  30. make %{?_smp_mflags}
  31. %install
  32. rm -rf $RPM_BUILD_ROOT
  33. make install DESTDIR=$RPM_BUILD_ROOT
  34. %clean
  35. rm -rf $RPM_BUILD_ROOT
  36. %files
  37. %defattr(-,root,root,-)
  38. %doc AUTHORS ChangeLog README COPYING
  39. %{_bindir}/acpi
  40. %changelog
  41. * Mon Aug 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.09-1
  42. - initial build for Vine Linux
  43. * Mon Jul 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.09-4
  44. - fix license tag
  45. * Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.09-3
  46. - Autorebuild for GCC 4.3
  47. * Wed Sep 6 2006 Patrice Dumas <pertusus@free.fr> 0.09-2
  48. - rebuild for FC-6
  49. * Mon Mar 6 2006 Patrice Dumas <pertusus@free.fr> 0.09-1
  50. - based on pld. Updated, and adapted to fedora extras