source: projects/specs/trunk/u/unclutter/unclutter-vl.spec @ 521

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

import VineSeed package specs

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