]> git.pld-linux.org Git - packages/6tunnel.git/commitdiff
- updated to 0.10
authorAdam Gołębiowski <adamg@pld-linux.org>
Mon, 16 Jun 2003 08:11:50 +0000 (08:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- using autoconf and configure
- added ChangeLog and contrib/cron.sh into doc

Changed files:
    6tunnel.spec -> 1.24

6tunnel.spec

index 710bc37c814542ad90f6ca5adedd46cab513c3c6..0ec6a95a242c9851afc749767fcc9de2998a1933 100644 (file)
@@ -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
 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?/*
This page took 0.090308 seconds and 4 git commands to generate.