summaryrefslogtreecommitdiff
path: root/udptunnel.spec
diff options
context:
space:
mode:
authorbartowl2006-08-07 15:23:40 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitaecb4ba8b5cbbe24976912b82443f698b2520a5c (patch)
treedf60bf41d53992ac930190525335ce02e1fef848 /udptunnel.spec
downloadudptunnel-aecb4ba8b5cbbe24976912b82443f698b2520a5c.zip
udptunnel-aecb4ba8b5cbbe24976912b82443f698b2520a5c.tar.gz
- new, tested - STBR
Changed files: udptunnel.spec -> 1.1
Diffstat (limited to 'udptunnel.spec')
-rw-r--r--udptunnel.spec50
1 files changed, 50 insertions, 0 deletions
diff --git a/udptunnel.spec b/udptunnel.spec
new file mode 100644
index 0000000..7a57a3d
--- /dev/null
+++ b/udptunnel.spec
@@ -0,0 +1,50 @@
+
+Summary: Tunnels UDP over a TCP connection
+Summary(pl): Tuneluje UDP po połączeniu TCP
+Name: udptunnel
+Version: 1.1
+Release: 1
+License: BSD-like
+Group: Applications
+Source0: ftp://ftp.cs.columbia.edu/pub/lennox/udptunnel/%{name}-%{version}.tar.gz
+# Source0-md5: 1e64753a502f2c12386fa0b7baaf50ba
+URL: http://www1.cs.columbia.edu/~lennox/udptunnel/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+UDPTunnel is a small program which can tunnel UDP packets bi-directionally
+over a TCP connection. Its primary purpose (and original motivation) is to
+allow multi-media conferences to traverse a firewall which allows only
+outgoing TCP connections. Works most probably only with RTP traffic.
+
+%description -l pl
+UDPTunnel jest małym programem, który umożliwia dwukierunkowe tunelowanie
+pakietów UDP w połączeniu TCP. Głównym celem (i motywacją) było umożliwienie
+multimedialnym konferencjom pokonywania firewalli, które pozwalały jedynie na
+ruch wychodzący. Działa najprawdopodobniej tylko z ruchem RTP.
+
+%prep
+%setup -q
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
+%{__make}
+
+%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 COPYRIGHT README udptunnel.html
+%attr(755,root,root) %{_bindir}/*