wmctrl-vl.spec 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. Name: wmctrl
  2. Version: 1.07
  3. Release: 1%{?dist}
  4. Summary: A command line tool to interact with an X Window Manager
  5. Summary(ja): ウィンドウマネージャを外部から制御するコマンドラインツール
  6. Group: User Interface/X
  7. License: GPLv2+
  8. URL: http://sweb.cz/tripie/utils/wmctrl
  9. Source0: http://sweb.cz/tripie/utils/wmctrl/dist/%{name}-%{version}.tar.gz
  10. Patch0: http://ftp.de.debian.org/debian/pool/main/w/wmctrl/wmctrl_1.07-6.diff.gz
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
  12. BuildRequires: xorg-x11-proto-devel
  13. BuildRequires: libXmu-devel
  14. BuildRequires: glib2-devel
  15. BuildRequires: nkf
  16. %description
  17. The wmctrl program is a UNIX/Linux command line tool to interact with an
  18. EWMH/NetWM compatible X Window Manager. The tool provides command line access
  19. to almost all the features defined in the EWMH specification. It can be used,
  20. for example, to obtain information about the window manager, to get a detailed
  21. list of desktops and managed windows, to switch and resize desktops, to make
  22. windows full-screen, always-above or sticky, and to activate, close, move,
  23. resize, maximize and minimize them. The command line access to these window
  24. management functions makes it easy to automate and execute them from any
  25. application that is able to run a command in response to an event.
  26. %description -l ja
  27. wmctrl プログラムは EWMH/NetWM 互換のウィンドウマネージャを外部から制御
  28. するコマンドラインツールです。
  29. このツールを使えば、EWMH が定義するほぼ全ての機能にコマンドラインから
  30. アクセスできます。
  31. 例えばウィンドウマネージャの情報を取得したり、デスクトップやウィンドウの
  32. 一覧を取得したり、デスクトップの切り替えやリサイズ、フルスクリーン表示の
  33. 切り替え、最前面表示や全てのワークスペースへの配置、ウィンドウのフォーカ
  34. スの切り替えや閉じる、リサイズ、移動、最大化、最小化、といった操作が可能
  35. です。
  36. このツールを使うと、全てのアプリケーションにおいて、特定のイベントに連動
  37. したウィンドウ操作の自動化などが簡単に実現できます。
  38. %prep
  39. %setup -q
  40. %patch0 -p1
  41. nkf -w --overwrite ChangeLog
  42. %build
  43. %configure
  44. %{__make} %{?_smp_mflags}
  45. %install
  46. %{__rm} -rf $RPM_BUILD_ROOT
  47. %{__make} install DESTDIR=$RPM_BUILD_ROOT
  48. %clean
  49. %{__rm} -rf $RPM_BUILD_ROOT
  50. %files
  51. %defattr(-,root,root,-)
  52. %doc AUTHORS ChangeLog COPYING INSTALL README
  53. %{_bindir}/%{name}
  54. %{_mandir}/man1/%{name}.1*
  55. %changelog
  56. * Thu Oct 07 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 1.07-1
  57. - initial build for Vine Linux based on fedora development
  58. * Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.07-7
  59. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  60. * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.07-6
  61. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  62. * Sun Sep 28 2008 Patrice Dumas <pertusus@free.fr> - 1.07-5
  63. - apply debian patcheset, to fix #426383
  64. * Sat Sep 6 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.07-4
  65. - fix license tag
  66. * Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.07-3
  67. - Autorebuild for GCC 4.3
  68. * Wed Oct 04 2006 Michael Rice <errr[AT]errr-online.com> - 1.07-2
  69. - Fix Summary per rpmlint warning
  70. - Fix description per rpmlint warning
  71. - Remove unneeded line from setup
  72. - Remove NEWS from docs since it was empty
  73. - Reformat Changlelog entrys in spec file due to bad formatting
  74. - Changed Group to User Interface/X
  75. * Wed Sep 27 2006 Michael Rice <errr[AT]errr-online.com> - 1.07-1
  76. - Initial RPM release