Summary: Low BandWidth X proxy Name: lbxproxy Version: 1.0.1 Release: 1.n0i.1 License: MIT Group: User Interface/X URL: http://xorg.freedesktop.org Source0: http://ftp.x.org/pub/individual/app/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libICE-devel libX11-devel libXau-devel libXdmcp-devel BuildRequires: libXext-devel liblbxutil-devel pkgconfig xorg-x11-proto-devel BuildRequires: xorg-x11-xtrans-devel xorg-x11-util-macros zlib-devel %description Applications that would like to take advantage of the Low Bandwidth extension to X (LBX) must make their connections to an lbxproxy. These applications need to know nothing about LBX, they simply connect to the lbxproxy as if were a regular server. The lbxproxy accepts client con- nections, multiplexes them over a single connection to the X server, and performs various optimizations on the X protocol to make it faster over low bandwidth and/or high latency connections. %prep %setup -q %{__perl} -pi -e 's{\Q(libdir)\E(/X11/lbxproxy)}{(sysconfdir)$1}g' Makefile.am %build autoreconf -fisv %configure %{__make} %{?_smp_mflags} %install %{__rm} -rf $RPM_BUILD_ROOT %{makeinstall} %clean %{__rm} -rf $RPM_BUILD_ROOT %files %config(noreplace) %{_sysconfdir}/X11/%{name} %{_bindir}/%{name} %{_mandir}/man1/%{name}.* %changelog * Sat Jun 02 2007 Marius FERARU - 1.0.1-1.n0i.1 - initial reb00t