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