]> git.pld-linux.org Git - packages/6tunnel.git/blame - 6tunnel.spec
- converted to UTF-8
[packages/6tunnel.git] / 6tunnel.spec
CommitLineData
d39efb72 1# TODO: decide to use libinet6 or not
d145e963 2Summary: Simple tunneling for applications that don't speak IPv6
65f99e29 3Summary(pl.UTF-8): Proste narzędzie do tunelowania
fedb8ddf 4Name: 6tunnel
369765f1 5Version: 0.11
6dd1afe1 6%define _rc rc1
7Release: 0.%{_rc}.1
d145e963 8License: GPL
fedb8ddf 9Group: Networking/Utilities
6dd1afe1 10Source0: http://toxygen.net/6tunnel/%{name}-%{version}%{_rc}.tar.gz
bf68afc8 11# Source0-md5: b325fa9d238e32195fbb3fc3646b0d28
13ea5b23 12URL: http://toxygen.net/6tunnel/
d39efb72
JB
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)
c42bb422 16BuildRequires: autoconf
d39efb72 17BuildRequires: libinet6
d145e963 18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
9d820a95
AM
19
20%description
98911f3a 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 :)
9d820a95 25
65f99e29
JR
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'.
fedb8ddf 30
9d820a95 31%prep
bf68afc8 32%setup -q -n %{name}-0.11
fedb8ddf 33
9d820a95 34%build
83dbefde
AG
35%{__autoconf}
36%configure
d39efb72 37%{__make}
9d820a95
AM
38
39%install
fedb8ddf 40rm -rf $RPM_BUILD_ROOT
d145e963 41install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
fedb8ddf 42
520e7d7e
AM
43install 6tunnel $RPM_BUILD_ROOT%{_bindir}
44install 6tunnel.1 $RPM_BUILD_ROOT%{_mandir}/man1
9d820a95
AM
45
46%clean
fedb8ddf 47rm -rf $RPM_BUILD_ROOT
9d820a95
AM
48
49%files
fedb8ddf 50%defattr(644,root,root,755)
83dbefde 51%doc ChangeLog contrib/cron.sh
01af20d9 52%attr(755,root,root) %{_bindir}/6tunnel
2ffac7d6 53%{_mandir}/man?/*
This page took 0.073978 seconds and 4 git commands to generate.