summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Gołębiowski2003-06-16 08:11:50 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit83dbefdee576aa8f2c21862cc9b478eed58cbc60 (patch)
treedc13987cd9c3934bda725fd0bc0d49403045c901
parentbb7f06f5f3c3ee03c66893e013332b33880d7244 (diff)
download6tunnel-83dbefdee576aa8f2c21862cc9b478eed58cbc60.zip
6tunnel-83dbefdee576aa8f2c21862cc9b478eed58cbc60.tar.gz
- updated to 0.10
- using autoconf and configure - added ChangeLog and contrib/cron.sh into doc Changed files: 6tunnel.spec -> 1.24
-rw-r--r--6tunnel.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/6tunnel.spec b/6tunnel.spec
index 710bc37..0ec6a95 100644
--- a/6tunnel.spec
+++ b/6tunnel.spec
@@ -1,12 +1,12 @@
Summary: Simple tunneling for applications that don't speak IPv6
Summary(pl): Proste narzędzie do tunelowania
Name: 6tunnel
-Version: 0.09
+Version: 0.10
Release: 1
License: GPL
Group: Networking/Utilities
-#Source0-md5: cd430e156f30369e13927e1abadcca58
Source0: ftp://bzium.eu.org/pub/%{name}-%{version}.tar.gz
+# Source0-md5: 574d65554a7792079e25f9fae833e9fa
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -21,9 +21,11 @@ poprzez IPv6 z aplikacji, która nie wspiera IPv6 możesz użyć tego
narzędzia. Np. `6tunnel 6668 irc6.net 6667'.
%prep
-%setup -q -n %{name}
+%setup -q
%build
+%{__autoconf}
+%configure
%{__make} CC="gcc %{rpmcflags} -Wall"
%install
@@ -38,5 +40,6 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
+%doc ChangeLog contrib/cron.sh
%attr(755,root,root) %{_bindir}/6tunnel
%{_mandir}/man?/*