Author: paszczus Date: Fri Nov 13 08:55:50 2009 GMT Module: packages Tag: HEAD ---- Log message: - initial
---- Files affected: packages/dns2tcp: dns2tcp.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/dns2tcp/dns2tcp.spec diff -u /dev/null packages/dns2tcp/dns2tcp.spec:1.1 --- /dev/null Fri Nov 13 09:55:50 2009 +++ packages/dns2tcp/dns2tcp.spec Fri Nov 13 09:55:45 2009 @@ -0,0 +1,55 @@ +# $Revision$, $Date$ +Summary: dns2tcp - relay connections throught DNS traffic +Name: dns2tcp +Version: 0.4.3 +Release: 0.1 +License: GPL v2 +Group: Networking/Utilities +Source0: http://www.hsc.fr/ressources/outils/dns2tcp/download/%{name}-%{version}.tar.gz +# Source0-md5: d2b322ee27f4ff53dfdad61aa2f42dd8 +URL: http://www.hsc.fr/ressources/outils/dns2tcp/index.html.en +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Dns2tcp is a network tool designed to relay TCP connections through +DNS traffic. Encapsulation is done on the TCP level, thus no specific +driver is needed (i.e: TUN/TAP). Dns2tcp client doesn't need to be run +with specific privileges. + +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 listen on a predefined TCP +port and relays each incoming connection through DNS to the final +service. + +%prep +%setup -q + +%build +%configure +%{__make} -j1 + +%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 AUTHORS CREDITS ChangeLog NEWS README THANKS TODO +%attr(755,root,root) %{_bindir}/* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2009/11/13 08:55:45 paszczus +- initial + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
