xvkbd-vl.spec 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. %define name xvkbd
  2. %define version 2.8
  3. %define release 1%{?_dist_release}
  4. Summary: Virtual keyboard for X window system
  5. Summary(ja): X Window System 用仮想キーボード
  6. Name: %{name}
  7. Version: %{version}
  8. Release: %{release}
  9. Source0: http://homepage3.nifty.com/tsato/xvkbd/%{name}-%{version}.tar.gz
  10. Source1: xvkbd.desktop
  11. License: GPL
  12. Group: Applications/Accessories
  13. URL: http://homepage3.nifty.com/tsato/xvkbd/index-j.html
  14. BuildRequires: XOrg-devel, Xaw3d-devel
  15. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  16. %description
  17. xvkbd is a virtual (graphical) keyboard program for X Window System
  18. which provides facility to enter characters onto other clients
  19. (softwares) by clicking on a keyboard displayed on the screen. This
  20. may be used for systems without a hardware keyboard such as kiosk
  21. terminals or handheld devices. This program also has facility to
  22. send characters specified as the command line option to another
  23. client.
  24. %description -l ja
  25. xvkbd は X Window System 用の仮想 (グラフィカル) キーボード・プログラム
  26. であり、画面上に表示されたキーボードをクリックすることによって他のクラ
  27. イアント (ソフトウェア) へのキーの入力を行なうための機能を提供します。
  28. これは、キオスク端末やハンドヘルド・デバイスのようなキーボード無しのシス
  29. テムのために使用できるかも知れません。また、これはコマンド行オプションと
  30. して指定された文字列を他のクライアントへ送る機能も持っています。
  31. %prep
  32. %setup -q
  33. %build
  34. xmkmf
  35. %{__make}
  36. %install
  37. %{__rm} -rf ${RPM_BUILD_ROOT}
  38. %{__make} install DESTDIR=${RPM_BUILD_ROOT}
  39. %{__make} install.man DESTDIR=${RPM_BUILD_ROOT} MANPATH=%{_mandir}
  40. # install .desktop file
  41. %{__install} -d ${RPM_BUILD_ROOT}/%{_datadir}/applications
  42. %{__install} -m 644 %{SOURCE1} ${RPM_BUILD_ROOT}/%{_datadir}/applications
  43. %clean
  44. %{__rm} -rf ${RPM_BUILD_ROOT}
  45. %files
  46. %defattr(-,root,root)
  47. %doc README
  48. %{_bindir}/xvkbd
  49. %{_sysconfdir}/X11/app-defaults/XVkbd*
  50. %{_mandir}/man1/xvkbd.1x.gz
  51. %{_datadir}/applications/xvkbd.desktop
  52. %changelog
  53. * Wed Oct 15 2008 Shu KONNO <owa@bg.wakwak.com> 2.8-1vl5
  54. - applied new versioning policy, spec in utf-8
  55. - modified install directories
  56. * Sun Mar 11 2007 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.8-0vl2
  57. - rebuild with Xaw3d-1.5E
  58. * Wed Jan 16 2007 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 2.8-0vl1
  59. - initial build for Vine Linux