gtkpbbuttons-vl.spec 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. Summary: A GTK client for pbbuttonsd
  2. Summary(ja): pbbuttonsd の GTK クライアント
  3. Name: gtkpbbuttons
  4. Version: 0.6.1
  5. Release: 0vl2
  6. Copyright: GPL
  7. Group: Utilities/System
  8. URL: http://www.cymes.de/members/joker/projects/pbbuttons/pbbuttons.html
  9. Source0: http://www.cymes.de/members/joker/projects/pbbuttons/%{name}-%{version}.tar.gz
  10. Source10: xinit-gtkpbbuttons
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  12. BuildPreReq: glib-devel >= 1.2.0, gtk+-devel >= 1.2.0
  13. BuildPreReq: audiofile-devel >= 0.2.3
  14. BuildPreReq: pbbuttonsd >= 0.5.5
  15. Requires: gtk+ >= 1.2.0, audiofile >= 0.2.3, pbbuttonsd >= 0.5.5
  16. %description
  17. GTKPBButtons is a GUI client for pbbuttonsd which make the special
  18. hotkeys of an Apple iBook, PowerBook or TiBook (and recent PowerMacs'
  19. keyboards) working as expected.
  20. With this program the keys for the display brightness, the volume of
  21. speaker and headphone, the mute key and the eject key will do their jobs
  22. as expected.
  23. %description -l ja
  24. GTKPBButtons は Apple iBook, PowerBook, TiBook (或いは最近の PowerMac) の
  25. キーボードの「ホットキー」を期待どおりに動作させるためのデーモンである
  26. pbbuttonsd の GUI クライアントです.
  27. このプログラムを使うと,ディスプレイ照度調節,スピーカーの音量調節,
  28. ミュート,CD-ROM のイジェクトといったホットキーを使用する事が出来ます.
  29. %prep
  30. %setup -q
  31. %build
  32. %configure
  33. make
  34. %install
  35. [ -n "${RPM_BUILD_ROOT}" -a "${RPM_BUILD_ROOT}" != / ] \
  36. && rm -rf ${RPM_BUILD_ROOT}
  37. %makeinstall
  38. mkdir -p ${RPM_BUILD_ROOT}/etc/X11/xinit/xinitrc.d
  39. install -m 755 %{SOURCE10} \
  40. ${RPM_BUILD_ROOT}/etc/X11/xinit/xinitrc.d/gtkpbbuttons
  41. %find_lang %{name}
  42. %clean
  43. [ -n "${RPM_BUILD_ROOT}" -a "${RPM_BUILD_ROOT}" != / ] \
  44. && rm -rf ${RPM_BUILD_ROOT}
  45. %files -f %{name}.lang
  46. %defattr(-, root, root)
  47. %doc ABOUT-NLS AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README TODO
  48. %{_bindir}/gtkpbbuttons
  49. %{_datadir}/gtkpbbuttons/*
  50. %{_datadir}/locale/*
  51. %{_mandir}/*/*
  52. %config /etc/X11/xinit/xinitrc.d/gtkpbbuttons
  53. %changelog
  54. * Wed Dec 10 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 0.6.1-0vl2
  55. - rebuild with kernel-2.4.23-0vl1
  56. * Mon Nov 10 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 0.6.1-0vl1
  57. - source update
  58. * Mon Mar 24 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 0.5.2-0vl1
  59. - source update
  60. * Mon Mar 11 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.4.2a-0vl1
  61. - updated to the upstream bugfix release
  62. * Fri Mar 08 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.4.2-0vl1
  63. - updated to the new upstream release
  64. - now pbbuttonsd and gtkpbbuttons are in separated package (as expected)
  65. * Mon Mar 04 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.4-0vl1
  66. - updated in sync with the new upstream release
  67. - added init script
  68. * Mon Mar 04 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.3.3-0vl2
  69. - added xinit script
  70. * Tue Feb 26 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.3.3-0vl1
  71. - initial rpm package for Vine Linux