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