source: projects/specs/trunk/x/xbindkeys/xbindkeys-vl.spec @ 521

Revision 521, 2.0 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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