unclutter-vl.spec 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. Summary: remove idle mouse cursor image from screen
  2. Summary(ja): 一定時間動かないマウスカーソルを見えなくする
  3. Name: unclutter
  4. Version: 1.8
  5. Release: 1%{?_dist_release}
  6. Source0: unclutter-8.tar.Z
  7. License: public domain
  8. Buildroot: %{_tmppath}/%{name}-%{version}-root
  9. Group: User Interface/X
  10. Packager: Hiroto Watanabe <watanabe@cij.co.jp>
  11. Vendor: Project Vine
  12. Distribution: Vine Linux
  13. %description
  14. unclutter is a program which runs permanently in the background of an X11
  15. session. It checks on the X11 pointer (cursor) position every few
  16. seconds, and when it finds it has not moved (and no buttons
  17. are pressed on the mouse, and the cursor is not in the root window)
  18. %description -l ja
  19. unclutter は X11 セッションのバックグランドで動き続けるプログラムです。
  20. マウスポインタが動いていないか(そしてクリックされていないか、更にルート
  21. ウィンドウ上に無いか)を数秒間隔でチェックします。ルートウィンドウ上に
  22. マウスポインタがある場合はマウスポインタを消しません。一旦消えたカーソ
  23. ルは、マウスポインタを移動(クリック)することで再表示されます。
  24. %prep
  25. rm -rf $RPM_BUILD_ROOT
  26. %setup -q -n %{name}
  27. %build
  28. xmkmf -a
  29. make
  30. %install
  31. #mkdir -p $RPM_BUILD_ROOT/usr/X11R6/bin
  32. #mkdir -p $RPM_BUILD_ROOT/usr/X11R6/man/man1
  33. make DESTDIR="$RPM_BUILD_ROOT" MANPATH=%{_mandir} install install.man
  34. %clean
  35. rm -rf $RPM_BUILD_ROOT
  36. %files
  37. %defattr(-, root, root)
  38. %doc README
  39. %{_bindir}/unclutter
  40. %{_mandir}/man1/unclutter.1x*
  41. %changelog
  42. * Mon Oct 13 2008 Shu KONNO <owa@bg.wakwak.com> 1.8-1vl5
  43. - applied new versioning policy, spec in utf-8
  44. - added option MANPATH at make-install
  45. - modified %%files
  46. * Tue May 4 2004 Nobuyuki Tsuchimura <tutimura@nn.iij4u.or.jp> 1.8-0vl2
  47. - rebuild for VineSeed
  48. * Wed Jun 26 2002 Nobuyuki Tsuchimura <tutimura@nn.iij4u.or.jp>
  49. - merged VinePlus1.0 and Kondara2.1
  50. * Fri Oct 27 2000 Toru Hoshina <toru@df-usa.com>
  51. - fixed man file name.
  52. * Sat Oct 21 2000 TANAKA, Ken'ichiro <tanaka@elelab.nsc.co.jp>
  53. - Initial release for Kondara
  54. * Tue Apr 19 1999 Hiroto Watanabe <watanabe@cij.co.jp>
  55. - Initial Release