1Summary: VNC dual-screen hack
2Name: x2vnc
3Version: @VERSION@
4Release: 1
5Copyright: GPL
6Group: X11/
7Source: http://fredrik.hubbe.net/x2vnc-@VERSION@.tar.gz
8URL: http://fredrik.hubbe.net/x2vnc.html
9AutoReqProv: no
10
11%description
12x2vnc will let you use two screens on two different computers as if they were
13connected to the same computer. The computer with the 'main' keboard must
14be running X-window, and the second computer should have a VNC server
15running which will update the contents on the actual screen.
16
17%prep
18%setup
19
20%build
21xmkmf
22make
23
24%install
25make install MANPATH=$RPM_BUILD_ROOT/usr/X11R6/man/ BINDIR=$RPM_BUILD_ROOT/usr/X11R6/man/
26
27%clean
28make clean
29
30%files
31/usr/X11R6/bin/x2vnc
32/usr/X11R6/man/man1/x2vnc.1x.html
33