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

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

import VineSeed package specs

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