Name: unclutter Version: 0.8 Release: 1.n0i.2 Summary: Hides the mouse cursor when idle Url: http://www.google.com/search?q=unclutter%20X11 Source: ftp://ftp.x.org/contrib/utilities/unclutter-8.tar.bz2 License: Public Domain Group: User Interface/X BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: XFree86-devel %description unclutter is a program which runs permanently in the background of an X11 session. It checks on the X11 pointer (cursor) position every few seconds, and when it finds it has not moved (and no buttons are pressed on the mouse, and the cursor is not in the root window) it creates a small sub-window as a child of the window the cursor is in. The new window installs a cursor of size 1x1 but a mask of all 0, ie an invisible cursor. This allows you to see all the text in an xterm or xedit, for example. The human factors crowd would agree it should make things less distracting. %prep %setup -n unclutter %build xmkmf make CDEBUGFLAGS="$RPM_OPT_FLAGS" %install rm -rf $RPM_BUILD_ROOT install -D -m0755 -s unclutter $RPM_BUILD_ROOT%{_bindir}/%{name} install -D -m0644 unclutter.man $RPM_BUILD_ROOT%{_mandir}/man6/%{name}.6 %clean rm -rf $RPM_BUILD_ROOT %files %attr(-,root,root) %doc README %{_bindir}/%{name} %{_mandir}/man6/* %changelog * Sun Dec 05 2004 Marius FERARU 0:0.8-1.n0i.2 - automatic rebuild * Thu May 20 2004 Marius FERARU 0:0.8-1.n0i.1 - spec cleanups (Fedora style) * Mon Mar 10 2003 Marcel Pol 0.8-3mdk - buildreq: XFree86-devel * Fri Dec 27 2002 Han Boetes 0.8-2mdk - rebuild because of new rpm macros and new glibc * Mon Nov 12 2001 Han Boetes 0.8-1mdk - Initial mdk release. * Tue Jul 7 1998 Paul H. Hargrove [0.8-4] - Remove modes from %attr on $docs. * Tue Apr 14 1998 Paul H. Hargrove [0.8-3] - OOPS, I forgot the BuildRoot tag in the previous release. [0.8-2] - Started with 0.8-1 SRPM by dannys@poboxes.com - Use buildroot and %attr