[suggest] Updated x11vnc for Fedora Core 6

Raman Gupta rocketraman at fastmail.fm
Tue Nov 28 08:20:19 CET 2006


The package x11vnc has not been updated since FC4.

Attached is an updated spec file for FC6 -- I modifed a couple of the
xorg build requirements. Works on my system, but YMMV.

Cheers,
Raman
-------------- next part --------------
# $Id$
# Authority: dag
# Upstream: Karl Runge <xvml$karlrunge,com>

%{?dist: %{expand: %%define %dist 1}}

%{?el4:%define _without_modxorg 1}
%{?fc3:%define _without_modxorg 1}
%{?fc2:%define _without_modxorg 1}
%{?fc1:%define _without_modxorg 1}
%{?el3:%define _without_modxorg 1}
%{?rh9:%define _without_modxorg 1}
%{?rh8:%define _without_modxorg 1}
%{?rh7:%define _without_modxorg 1}
%{?el2:%define _without_modxorg 1}
%{?rh6:%define _without_modxorg 1}

Summary: VNC server for the current X11 session
Name: x11vnc
Version: 0.8.3
Release: 1
License: GPL
Group: User Interface/X
URL: http://www.karlrunge.com/x11vnc/

Source:	http://dl.sf.net/libvncserver/x11vnc-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

BuildRequires: libjpeg-devel, zlib-devel
%{?_without_modxorg:BuildRequires: XFree86-devel}
%{!?_without_modxorg:BuildRequires: xorg-x11-proto-devel, libXext-devel}

%description
x11vnc is to X Window System what WinVNC is to Windows, i.e. a server
which serves the current X Window System 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.

%prep
%setup

%build
%configure
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
%{__make} install DESTDIR="%{buildroot}"

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc AUTHORS ChangeLog COPYING NEWS README TODO
%doc %{_mandir}/man1/x11vnc.1*
%{_bindir}/x11vnc
%{_datadir}/x11vnc/

%changelog
* Wed Nov 15 2006 Dag Wieers <dag at wieers.com> - 0.8.3-1
- Updated to release 0.8.3.

* Fri Jul 14 2006 Dag Wieers <dag at wieers.com> - 0.8.2-1
- Updated to release 0.8.2.

* Fri Jun 09 2006 Dag Wieers <dag at wieers.com> - 0.8.1-1
- Updated to release 0.8.1.

* Tue Feb 14 2006 Dag Wieers <dag at wieers.com> - 0.8-1
- Updated to release 0.8.

* Thu Jul 14 2005 Dag Wieers <dag at wieers.com> - 0.7.2-1
- Updated to release 0.7.2.

* Fri Feb 25 2005 Dag Wieers <dag at wieers.com> - 0.7.1-1
- Updated to release 0.7.1.

* Thu Dec 23 2004 Dag Wieers <dag at wieers.com> - 0.7-1
- Updated to release 0.7.

* Mon Aug 02 2004 Dag Wieers <dag at wieers.com> - 0.6.2-1
- Initial package. (using DAR)


More information about the suggest mailing list