]> git.pld-linux.org Git - packages/x11vnc.git/blob - x11vnc.spec
- up to 0.9.3
[packages/x11vnc.git] / x11vnc.spec
1 Summary:        A VNC server for the current X11 session
2 Summary(pl.UTF-8):      Program serwujący aktualną sesję X11 poprzez VNC
3 Name:           x11vnc
4 Version:        0.9.3
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:  868d2be5c8d4f116e89b8573db435889
10 URL:            http://www.karlrunge.com/x11vnc/
11 BuildRequires:  autoconf >= 2.59-9
12 BuildRequires:  automake
13 BuildRequires:  libjpeg-devel
14 BuildRequires:  openssl-devel
15 BuildRequires:  xorg-lib-libX11-devel
16 BuildRequires:  xorg-lib-libXTrap-devel
17 BuildRequires:  xorg-lib-libXdamage-devel
18 BuildRequires:  xorg-lib-libXext-devel
19 BuildRequires:  xorg-lib-libXfixes-devel
20 BuildRequires:  xorg-lib-libXinerama-devel
21 BuildRequires:  xorg-lib-libXrandr-devel
22 BuildRequires:  xorg-lib-libXtst-devel
23 BuildRequires:  zlib-devel
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26 %description
27 x11vnc is to X Window System what WinVNC is to Windows, i.e. a server
28 which serves the current X Window System desktop via RFB (VNC)
29 protocol to the user.
30
31 Based on the ideas of x0rfbserver and on LibVNCServer, it has evolved
32 into a versatile and performant while still easy to use program.
33
34 %description -l pl.UTF-8
35 x11vnc jest dla X Window System tym, czym jest WinVNC dla Windows,
36 czyli programem udostępniającym aktualny ekran X Window System poprzez
37 protokół RFB (VNC) dla użytkownika.
38
39 Bazuje na pomyśle x0rfbserver i LibVNCServer, został stworzony jako
40 wszechstronny i wydajny, ale także łatwy w użyciu.
41
42 %prep
43 %setup -q
44
45 %build
46 %{__aclocal}
47 %{__autoconf}
48 %{__autoheader}
49 %{__automake}
50 %configure \
51         --with-x
52
53 %{__make}
54
55 %install
56 rm -rf $RPM_BUILD_ROOT
57
58 %{__make} install \
59         DESTDIR=$RPM_BUILD_ROOT
60
61 %clean
62 rm -rf $RPM_BUILD_ROOT
63
64 %files
65 %defattr(644,root,root,755)
66 %doc README NEWS TODO ChangeLog AUTHORS
67 %attr(755,root,root) %{_bindir}/*
68 %{_datadir}/%{name}
69 %{_mandir}/man1/%{name}.1*
This page took 0.134298 seconds and 4 git commands to generate.