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