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