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