]> git.pld-linux.org Git - packages/6tunnel.git/blob - 6tunnel.spec
- overriding CC no longer needed
[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:  libinet6
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 If you want to access some services that are avaiable only for IPv6
19 hosts and the application doesn't support it or you have no time to
20 play with patches, use this tool. Simple `6tunnel 6668 irc6.net 6667'
21 will do :)
22
23 %description -l pl
24 Je¶li chcesz uzyskaæ dostêp do niektórych us³ug, dostêpnych wy³±cznie
25 poprzez IPv6 z aplikacji, która nie wspiera IPv6 mo¿esz u¿yæ tego
26 narzêdzia. Np. `6tunnel 6668 irc6.net 6667'.
27
28 %prep
29 %setup -q
30
31 %build
32 %{__autoconf}
33 %configure
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
39
40 install 6tunnel         $RPM_BUILD_ROOT%{_bindir}
41 install 6tunnel.1       $RPM_BUILD_ROOT%{_mandir}/man1
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc ChangeLog contrib/cron.sh
49 %attr(755,root,root) %{_bindir}/6tunnel
50 %{_mandir}/man?/*
This page took 0.058277 seconds and 3 git commands to generate.