]> git.pld-linux.org Git - packages/6tunnel.git/blame_incremental - 6tunnel.spec
- new URLs, updated to 0.13; drop libinet6 (glibc already has sufficient ipv6 support)
[packages/6tunnel.git] / 6tunnel.spec
... / ...
CommitLineData
1Summary: Simple tunneling for applications that don't speak IPv6
2Summary(pl.UTF-8): Proste narzędzie do tunelowania
3Name: 6tunnel
4Version: 0.13
5Release: 1
6License: GPL v2
7Group: Networking/Utilities
8#Source0Download: https://github.com/wojtekka/6tunnel/releases
9Source0: https://github.com/wojtekka/6tunnel/releases/download/%{version}/%{name}-%{version}.tar.gz
10# Source0-md5: b13ba5ad8efc5d74b2dd71c2df85ef35
11URL: https://github.com/wojtekka/6tunnel
12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%description
15If you want to access some services that are avaiable only for IPv6
16hosts and the application doesn't support it or you have no time to
17play with patches, use this tool. Simple `6tunnel 6668 irc6.net 6667'
18will do :)
19
20%description -l pl.UTF-8
21Teog narzędzia można użyć, aby uzyskać dostęp do niektórych usług,
22dostępnych wyłącznie poprzez IPv6, z aplikacji, która nie obsługuje
23IPv6 - np. `6tunnel 6668 irc6.net 6667'.
24
25%prep
26%setup -q
27
28%build
29%configure \
30 ac_cv_lib_inet6_main=no \
31 ac_cv_lib_nsl_t_accept=no \
32 ac_cv_lib_socket_socket=no
33%{__make}
34
35%install
36rm -rf $RPM_BUILD_ROOT
37
38%{__make} install \
39 DESTDIR=$RPM_BUILD_ROOT
40
41%clean
42rm -rf $RPM_BUILD_ROOT
43
44%files
45%defattr(644,root,root,755)
46%doc ChangeLog TODO
47%attr(755,root,root) %{_bindir}/6tunnel
48%{_mandir}/man1/6tunnel.1*
This page took 0.066478 seconds and 5 git commands to generate.