Name: dns2tcp Summary: Network tool designed to relay TCP connections through DNS traffic Version: 0.5.2 Release: 1%{?dist} License: GPLv2 Group: Applications/Internet URL: http://www.hsc.fr/ressources/outils/dns2tcp/ Source0: http://www.hsc.fr/ressources/outils/dns2tcp/download/%{name}-%{version}.tar.gz %description Dns2tcp is composed of two parts: a server-side tool and a client-side tool. The server has a list of resources specified in a configuration file. Each resource is a local or remote service listening for TCP connections. The client listens on a predefined TCP port and relays each incoming connection through DNS to the final service. %prep %setup -q %build %configure make %{?_smp_mflags} %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} %clean rm -rf %{buildroot} %files %doc README AUTHORS COPYING %{_bindir}/%{name}c %{_bindir}/%{name}d %{_mandir}/man1/%{name}c.1.gz %{_mandir}/man1/%{name}d.1.gz %changelog * Mon Nov 28 2016 Christoph Erhardt - 0.5.2-1 - Initial package.