SPECS: udptunnel.spec (NEW) - new, tested - STBR
bartowl
bartowl at pld-linux.org
Mon Aug 7 17:23:47 CEST 2006
Author: bartowl Date: Mon Aug 7 15:23:47 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new, tested - STBR
---- Files affected:
SPECS:
udptunnel.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/udptunnel.spec
diff -u /dev/null SPECS/udptunnel.spec:1.1
--- /dev/null Mon Aug 7 17:23:47 2006
+++ SPECS/udptunnel.spec Mon Aug 7 17:23:40 2006
@@ -0,0 +1,61 @@
+# $Revision$, $Date$
+
+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}/*
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2006/08/07 15:23:40 bartowl
+- new, tested - STBR
+
================================================================
More information about the pld-cvs-commit
mailing list