]> git.pld-linux.org Git - packages/x11vnc.git/commitdiff
- initital version
authorundefine <undefine@pld-linux.org>
Wed, 23 Jun 2004 18:29:32 +0000 (18:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    x11vnc.spec -> 1.1

x11vnc.spec [new file with mode: 0644]

diff --git a/x11vnc.spec b/x11vnc.spec
new file mode 100644 (file)
index 0000000..c7b95ee
--- /dev/null
@@ -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}/*
This page took 0.093104 seconds and 4 git commands to generate.