acpi-vl.spec 2.0 KB

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