From 1d0e4d7bf7a8ecaddf93e99f8df7de6ca4b95ab2 Mon Sep 17 00:00:00 2001 From: undefine Date: Wed, 23 Jun 2004 18:29:32 +0000 Subject: [PATCH 1/1] - initital version Changed files: x11vnc.spec -> 1.1 --- x11vnc.spec | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 x11vnc.spec diff --git a/x11vnc.spec b/x11vnc.spec new file mode 100644 index 0000000..c7b95ee --- /dev/null +++ b/x11vnc.spec @@ -0,0 +1,47 @@ +Name: x11vnc +Summary: a VNC server for the current X11 session +Summary(pl): Program serwuj±cy aktualn± sesjê X11 poprzez VNC +Version: 0.6.1 +Release: 1 +License: GPL +Group: X11/Applications/Networking +Source0: http://dl.sourceforge.net/libvncserver/%{name}-%{version}.tar.gz +BuildRequires: XFree86-devel +BuildRequires: libjpeg-devel +BuildRequires: zlib-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +x11vnc is to Xwindows what WinVNC is to Windows, i.e. a server which +serves the current Xwindows desktop via RFB (VNC) 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 tym czym czym jest WinVNC dla windows, czyli programem +udostêpniaj±cym aktualny ekran Xwindow poprzez protokó³ RFB (VNC) dla +u¿ytkownika. +Bazuje na pomysle x0rfbserver i LibVNCServer, zosta³ stworzony jako +wszechstronny i wydajny, ale tak¿e ³atwy w u¿yciu. + +%prep +%setup -q + +%build +%configure + +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc README NEWS TODO ChangeLog AUTHORS +%attr(755,root,root) %{_bindir}/* -- 2.43.0