]> git.pld-linux.org Git - packages/x11vnc.git/blob - x11vnc.spec
- up to 0.8.4
[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.4
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:  ba5273a480f3c3ee2e676710f9d230b2
10 URL:            http://www.karlrunge.com/x11vnc/
11 BuildRequires:  xorg-lib-libX11-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 jest WinVNC dla Windows,
26 czyli programem udostêpniaj±cym aktualny ekran X Window System poprzez
27 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 %{__aclocal}
37 %{__autoconf}
38 %{__autoheader}
39 %{__automake}
40 %configure \
41         --with-x
42
43 %{__make}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47
48 %{__make} install \
49         DESTDIR=$RPM_BUILD_ROOT
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files
55 %defattr(644,root,root,755)
56 %doc README NEWS TODO ChangeLog AUTHORS
57 %attr(755,root,root) %{_bindir}/*
58 %{_datadir}/%{name}
59 %{_mandir}/man1/%{name}.1*
This page took 0.061619 seconds and 4 git commands to generate.