diff --git a/README.md b/README.md index 65b173f..9389ebb 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # lbxproxy +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 connections, 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. + diff --git a/lbxproxy.spec b/lbxproxy.spec new file mode 100644 index 0000000..f8ad0c3 --- /dev/null +++ b/lbxproxy.spec @@ -0,0 +1,57 @@ +Name: lbxproxy +Version: 1.0.3 +Release: 1mamba +Summary: lbxproxy - Low BandWidth X proxy +Group: System/X11 +Vendor: openmamba +Distribution: openmamba +Packager: Ercole 'ercolinux' Carpanetto +URL: http://x.org +Source: http://ftp.x.org/pub/individual/app/lbxproxy-%{version}.tar.bz2 +License: MIT +BuildRoot: %{_tmppath}/%{name}-%{version}-root +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libICE-devel +BuildRequires: liblbxutil-devel +BuildRequires: libX11-devel +BuildRequires: libXext-devel +BuildRequires: libz-devel +## AUTOBUILDREQ-END +BuildRequires: xorg-xtrans-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 connections, 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 + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_sysconfdir}/X11/lbxproxy/AtomControl +%{_bindir}/lbxproxy +%{_mandir}/man1/lbxproxy.1.gz +%doc COPYING +#ChangeLog README + +%changelog +* Fri Feb 15 2013 Automatic Build System 1.0.3-1mamba +- automatic version update by autodist + +* Sat Feb 20 2010 Automatic Build System 1.0.2-1mamba +- automatic update by autodist + +* Wed Aug 19 2009 Ercole 'ercolinux' Carpanetto 1.0.1-1mamba +- package created by autospec