summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArkadiusz Miƛkiewicz2000-02-25 12:14:05 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit9d820a95deaa64400c75adcb7a14a6bc5c2f2fa9 (patch)
treec4913cc051c7c208a4a98d44bf53ec3984dc799d
download6tunnel-9d820a95deaa64400c75adcb7a14a6bc5c2f2fa9.zip
6tunnel-9d820a95deaa64400c75adcb7a14a6bc5c2f2fa9.tar.gz
-raw spec
Changed files: 6tunnel.spec -> 1.1
-rw-r--r--6tunnel.spec31
1 files changed, 31 insertions, 0 deletions
diff --git a/6tunnel.spec b/6tunnel.spec
new file mode 100644
index 0000000..33a69de
--- /dev/null
+++ b/6tunnel.spec
@@ -0,0 +1,31 @@
+Name: 6tunnel
+Version: #VERSION#
+Release: 1
+Group: Networking/Utilities
+Copyright: GPL
+BuildRoot: /var/tmp/%{name}-root
+Source: ftp://amba.bydg.pdi.net/pub/wojtekka/6tunnel-%{version}.tar.gz
+Summary: Simple tunneling for applications that don't speak IPv6.
+
+%description
+If you want to access some services that are avaiable only for IPv6 hosts
+and the application doesn't support it or you have no time to play with
+patches, use this tool. Simple `6tunnel 6668 irc6.net 6667' will do :)
+
+%prep
+%setup -n 6tunnel
+%build
+make
+
+%install
+rm -rf %{buildroot}
+mkdir -p %{buildroot}/usr/bin %{buildroot}/usr/man/man1
+install 6tunnel %{buildroot}/usr/bin
+install 6tunnel.1 %{buildroot}/usr/man/man1
+
+%clean
+rm -rf %{buildroot}
+
+%files
+/usr/bin/6tunnel
+/usr/man/man1/6tunnel.1