]> git.pld-linux.org Git - packages/6tunnel.git/blob - 6tunnel.spec
1316fc02ca01f44146004c793d44494d84e72ec6
[packages/6tunnel.git] / 6tunnel.spec
1 # TODO: decide to use libinet6 or not
2 Summary:        Simple tunneling for applications that don't speak IPv6
3 Summary(pl):    Proste narzêdzie do tunelowania
4 Name:           6tunnel
5 Version:        0.11rc1
6 Release:        1
7 License:        GPL
8 Group:          Networking/Utilities
9 Source0:        http://toxygen.net/6tunnel/%{name}-%{version}.tar.gz
10 # Source0-md5:  b325fa9d238e32195fbb3fc3646b0d28
11 URL:            http://toxygen.net/6tunnel/
12 # probably not needed, but used if found, so BR or BC is needed
13 # to force stable build environment
14 # (should be disabled in configure if not needed)
15 BuildRequires:  autoconf
16 BuildRequires:  libinet6
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 If you want to access some services that are avaiable only for IPv6
21 hosts and the application doesn't support it or you have no time to
22 play with patches, use this tool. Simple `6tunnel 6668 irc6.net 6667'
23 will do :)
24
25 %description -l pl
26 Je¶li chcesz uzyskaæ dostêp do niektórych us³ug, dostêpnych wy³±cznie
27 poprzez IPv6 z aplikacji, która nie wspiera IPv6 mo¿esz u¿yæ tego
28 narzêdzia. Np. `6tunnel 6668 irc6.net 6667'.
29
30 %prep
31 %setup -q -n %{name}-0.11
32
33 %build
34 %{__autoconf}
35 %configure
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
41
42 install 6tunnel         $RPM_BUILD_ROOT%{_bindir}
43 install 6tunnel.1       $RPM_BUILD_ROOT%{_mandir}/man1
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc ChangeLog contrib/cron.sh
51 %attr(755,root,root) %{_bindir}/6tunnel
52 %{_mandir}/man?/*
This page took 0.043408 seconds and 2 git commands to generate.