xbindkeys-vl.spec 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. %define name xbindkeys
  2. %define version 1.7.3
  3. %define release 1%{?_dist_release}
  4. Summary: Grab keys os mouse buttons in X Window and start shell command.
  5. Summary(ja): X 上でキーやマウスボタンの組合せにコマンドを割り当てるユーティリティ
  6. Name: %{name}
  7. Version: %{version}
  8. Release: %{release}
  9. Source0: http://hocwp.free.fr/xbindkeys/%{name}-%{version}.tar.gz
  10. License: GPL
  11. Group: Applications/System
  12. URL: http://hocwp.free.fr/xbindkeys/xbindkeys.html
  13. Requires: tk
  14. BuildRequires: xorg-x11-devel
  15. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  16. %description
  17. xbindkeys is a program that allows you to launch shell commands
  18. with your keyboard or your mouse in X Window. It links commands
  19. to keys or mouse buttons, using a configuration file. It's
  20. independant of the window manager and can capture all keyboard
  21. keys (ex: Power, Wake...).
  22. You should configure your X Desktop environment to run "xbindkeys"
  23. at startup.
  24. %description -l ja
  25. xbindkeys は X 上でキーボードやマウスボタンからコマンドを実行
  26. できるようにするプログラムです。このプログラムは設定ファイルを
  27. 使ってキー入力やマウスボタンとコマンドを関連付けます。ウィンドウ
  28. マネージャから独立しているので、キーボード上の全てのキーを取得
  29. できます。(例:電源ボタン、起動ボタン等)
  30. ログイン時に "xbindkeys" が実行されるように、X デスクトップ環境
  31. を設定する必要があります。
  32. %prep
  33. %setup -q
  34. %build
  35. %configure --disable-guile
  36. %__make
  37. %install
  38. %__rm -rf ${RPM_BUILD_ROOT}
  39. %makeinstall
  40. %clean
  41. %__rm -rf ${RPM_BUILD_ROOT}
  42. %files
  43. %defattr(-,root,root)
  44. %doc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README TODO
  45. %doc xbindkeysrc
  46. %{_bindir}/xbindkeys
  47. %{_bindir}/xbindkeys_show
  48. %{_mandir}/man1/xbindkeys*
  49. %changelog
  50. * Tue Oct 14 2008 Shu KONNO <owa@bg.wakwak.com> 1.7.3-1vl5
  51. - applied new versioning policy, spec in utf-8
  52. * Tue Jan 16 2007 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 1.7.3-0vl1
  53. - initial build for Vine Linux