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