]> git.pld-linux.org Git - packages/x11vnc.git/blobdiff - x11vnc.spec
- up to 0.9.2
[packages/x11vnc.git] / x11vnc.spec
index 7b02206d6be81dad3a970947cf108b0ba2e3741c..6cb14a35c9c42f9884af669301c66be2d106ae42 100644 (file)
@@ -1,15 +1,25 @@
 Summary:       A VNC server for the current X11 session
-Summary(pl):   Program serwuj±cy aktualn± sesjê X11 poprzez VNC
+Summary(pl.UTF-8):     Program serwujący aktualną sesję X11 poprzez VNC
 Name:          x11vnc
-Version:       0.8
+Version:       0.9.2
 Release:       1
 License:       GPL
 Group:         X11/Applications/Networking
 Source0:       http://www.karlrunge.com/x11vnc/%{name}-%{version}.tar.gz
-# Source0-md5: 85ff009f40f1c2809f3ccf53073cdc9c
+# Source0-md5: a1693e3a0ab67f8dd3593180804aa5b5
 URL:           http://www.karlrunge.com/x11vnc/
-BuildRequires: XFree86-devel
+BuildRequires: autoconf >= 2.59-9
+BuildRequires: automake
 BuildRequires: libjpeg-devel
+BuildRequires: openssl-devel
+BuildRequires: xorg-lib-libX11-devel
+BuildRequires: xorg-lib-libXTrap-devel
+BuildRequires: xorg-lib-libXdamage-devel
+BuildRequires: xorg-lib-libXext-devel
+BuildRequires: xorg-lib-libXfixes-devel
+BuildRequires: xorg-lib-libXinerama-devel
+BuildRequires: xorg-lib-libXrandr-devel
+BuildRequires: xorg-lib-libXtst-devel
 BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -21,19 +31,24 @@ protocol to the user.
 Based on the ideas of x0rfbserver and on LibVNCServer, it has evolved
 into a versatile and performant while still easy to use program.
 
-%description -l pl
-x11vnc jest dla X Window System tym, czym czym jest WinVNC dla
-Windows, czyli programem udostêpniaj±cym aktualny ekran X Window
-System poprzez protokó³ RFB (VNC) dla u¿ytkownika.
+%description -l pl.UTF-8
+x11vnc jest dla X Window System tym, czym jest WinVNC dla Windows,
+czyli programem udostępniającym aktualny ekran X Window System poprzez
+protokół RFB (VNC) dla użytkownika.
 
-Bazuje na pomy¶le x0rfbserver i LibVNCServer, zosta³ stworzony jako
-wszechstronny i wydajny, ale tak¿e ³atwy w u¿yciu.
+Bazuje na pomyśle x0rfbserver i LibVNCServer, został stworzony jako
+wszechstronny i wydajny, ale także łatwy w użyciu.
 
 %prep
 %setup -q
 
 %build
-%configure
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+       --with-x
 
 %{__make}
 
This page took 0.056933 seconds and 4 git commands to generate.