]> git.pld-linux.org Git - packages/x11vnc.git/blob - x11vnc.spec
- initital version
[packages/x11vnc.git] / x11vnc.spec
1 Name:           x11vnc
2 Summary:        a VNC server for the current X11 session
3 Summary(pl):    Program serwuj±cy aktualn± sesjê X11 poprzez VNC
4 Version:        0.6.1
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Networking
8 Source0:        http://dl.sourceforge.net/libvncserver/%{name}-%{version}.tar.gz
9 BuildRequires:  XFree86-devel
10 BuildRequires:  libjpeg-devel
11 BuildRequires:  zlib-devel
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 x11vnc is to Xwindows what WinVNC is to Windows, i.e. a server which
16 serves the current Xwindows desktop via RFB (VNC) protocol to the
17 user.
18 Based on the ideas of x0rfbserver and on LibVNCServer, it has evolved
19 into a versatile and performant while still easy to use program.
20
21 %description -l pl
22 x11vnc jest tym czym czym jest WinVNC dla windows, czyli programem
23 udostêpniaj±cym aktualny ekran Xwindow poprzez protokó³ RFB (VNC) dla
24 u¿ytkownika.
25 Bazuje na pomysle x0rfbserver i LibVNCServer, zosta³ stworzony jako
26 wszechstronny i wydajny, ale tak¿e ³atwy w u¿yciu.
27
28 %prep
29 %setup -q
30
31 %build
32 %configure
33
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38 %{__make} install \
39         DESTDIR=$RPM_BUILD_ROOT
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc README NEWS TODO ChangeLog AUTHORS
47 %attr(755,root,root) %{_bindir}/*
This page took 0.06234 seconds and 3 git commands to generate.