]> git.pld-linux.org Git - packages/dns2tcp.git/blame - dns2tcp.spec
- up to 0.5.2
[packages/dns2tcp.git] / dns2tcp.spec
CommitLineData
1e6a3eb9
SP
1Summary: dns2tcp - relay connections throught DNS traffic
2Name: dns2tcp
d14a1ca2 3Version: 0.5.2
1e6a3eb9
SP
4Release: 0.1
5License: GPL v2
6Group: Networking/Utilities
7Source0: http://www.hsc.fr/ressources/outils/dns2tcp/download/%{name}-%{version}.tar.gz
d14a1ca2 8# Source0-md5: 51c5dc69f5814c2936ce6832217d292d
1e6a3eb9
SP
9URL: http://www.hsc.fr/ressources/outils/dns2tcp/index.html.en
10BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12%description
13Dns2tcp is a network tool designed to relay TCP connections through
14DNS traffic. Encapsulation is done on the TCP level, thus no specific
15driver is needed (i.e: TUN/TAP). Dns2tcp client doesn't need to be run
16with specific privileges.
17
18Dns2tcp is composed of two parts : a server-side tool and a
19client-side tool. The server has a list of resources specified in a
20configuration file. Each resource is a local or remote service
21listening for TCP connections. The client listen on a predefined TCP
22port and relays each incoming connection through DNS to the final
23service.
24
25%prep
26%setup -q
27
28%build
29%configure
30%{__make} -j1
31
32%install
33rm -rf $RPM_BUILD_ROOT
34
35%{__make} install \
36 DESTDIR=$RPM_BUILD_ROOT
37
38%clean
39rm -rf $RPM_BUILD_ROOT
40
41%files
42%defattr(644,root,root,755)
c302b909 43%doc AUTHORS ChangeLog NEWS README
1e6a3eb9 44%attr(755,root,root) %{_bindir}/*
c302b909
SP
45%{_mandir}/man1/dns2tcpc.1*
46%{_mandir}/man1/dns2tcpd.1*
This page took 0.033081 seconds and 4 git commands to generate.