]> git.pld-linux.org Git - packages/vtun.git/commitdiff
- autoheader and getpt patch
authorSebastian Zagrodzki <sebek@zagrodzki.net>
Thu, 8 Nov 2001 11:33:23 +0000 (11:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- call autoheader
- rel. 6

Changed files:
    vtun.spec -> 1.35

vtun.spec

index af544e17dd48b79e6c716f862149e0cd0730324e..ad0b7f04e0b5c4c164dc76936994b03637f826e5 100644 (file)
--- a/vtun.spec
+++ b/vtun.spec
@@ -5,7 +5,7 @@ Summary:        Virtual tunnel over TCP/IP networks
 Summary(pl):   Wirtualne tunele poprzez sieci TCP/IP
 Name:          vtun
 Version:       2.5b1
-Release:       5
+Release:       6
 Epoch:         1
 License:       GPL
 Group:         Networking/Daemons
@@ -17,6 +17,8 @@ Source1:      %{name}.init
 Source2:       %{name}.sysconfig
 Patch0:                %{name}-makefile.patch
 Patch1:                %{name}-iproute.patch
+Patch2:                %{name}-autoheader.patch
+Patch3:                %{name}-getpt.patch
 URL:           http://vtun.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -52,9 +54,12 @@ protoko
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
+%patch3 -p1
 
 %build
 aclocal
+autoheader
 autoconf
 %configure \
        %{!?_without_ssl:--with-crypto-headers=%{_includedir}/openssl} \
This page took 0.072369 seconds and 4 git commands to generate.