acpitool-vl.spec 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. Summary: Command line ACPI client
  2. Summary(ja): コマンドライン ACPI クライアント
  3. Name: acpitool
  4. Version: 0.5.1
  5. Release: 2%{?_dist_release}
  6. License: GPLv2+
  7. Group: Applications/System
  8. URL: http://freeunix.dyndns.org:8000/site2/acpitool.shtml
  9. Source: http://freeunix.dyndns.org:8000/ftp_site/pub/unix/acpitool/acpitool-%{version}.tar.bz2
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  11. Vendor: Project Vine
  12. Distribution: Vine Linux
  13. %description
  14. AcpiTool is a Linux ACPI client. It's a small command line application,
  15. intended to be a replacement for the apm tool. The primary target audience
  16. are laptop users, since these people are most interested in things like
  17. battery status, thermal status and the ability to suspend (sleep mode).
  18. The program simply accesses the /proc/acpi or /sysfs entries to get or set
  19. ACPI values.
  20. %prep
  21. %setup -q
  22. %build
  23. %configure
  24. make %{?_smp_mflags}
  25. %install
  26. rm -rf %{buildroot}
  27. make install DESTDIR=%{buildroot}
  28. %clean
  29. rm -rf %{buildroot}
  30. %files
  31. %defattr(-,root,root,-)
  32. %doc AUTHORS ChangeLog COPYING INSTALL README TODO
  33. %{_bindir}/acpitool
  34. %{_mandir}/man1/acpitool*
  35. %changelog
  36. * Sun Jul 10 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.5.1-2
  37. - rebuild with gcc-5.4.0
  38. * Thu Mar 22 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.5.1-1
  39. - new upstream release
  40. * Mon Aug 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.7-1
  41. - initial build for Vine Linux
  42. * Mon Jul 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.4.7-5
  43. - fix license tag
  44. * Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.4.7-4
  45. - Autorebuild for GCC 4.3
  46. * Thu Jan 3 2008 Patrice Dumas <pertusus@free.fr> 0.4.7-3
  47. - fixes for gcc 4.3
  48. * Thu May 24 2007 Patrice Dumas <pertusus@free.fr> 0.4.7-2
  49. - update to 0.4.7
  50. * Fri Oct 6 2006 Patrice Dumas <pertusus@free.fr> 0.4.6-2
  51. - set Group to Applications/System (fix #209230)
  52. * Mon Aug 28 2006 Patrice Dumas <pertusus@free.fr> 0.4.6-1
  53. - update to 0.4.6
  54. * Sun May 21 2006 Patrice Dumas <pertusus@free.fr> 0.4.5-1
  55. - update to 0.4.5
  56. * Thu Feb 16 2006 Patrice Dumas <pertusus@free.fr> 0.4.4-1.1
  57. - new version
  58. - remove now unneeded patch
  59. * Thu Nov 10 2005 Patrice Dumas <pertusus@free.fr> 0.3.0-3
  60. - add patch to avoid ignoring CXXFLAGS
  61. * Fri Nov 4 2005 Patrice Dumas <pertusus@free.fr> 0.3.0-2
  62. - update using fedora core conventions, some cleanings
  63. * Tue Aug 24 2004 Robert Ambrose <rna@muttsoft.com>
  64. - Created .spec file.