]> git.pld-linux.org Git - packages/rsync.git/commitdiff
- added new ipv6 patch
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 20 Dec 1999 12:02:42 +0000 (12:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rsync.spec -> 1.28

rsync.spec

index d77fd8c2fdf9f516e9089abd155a799b48f7fc9f..d661cffa5df8fed9b105049fb5d234391fe09e9a 100644 (file)
@@ -10,8 +10,7 @@ Source:               ftp://samba.anu.edu.au/pub/rsync/%{name}-%{version}.tar.gz
 Patch0:                rsync-config.patch
 Patch1:                rsync-man.patch
 Patch2:                rsync-configure.patch
-# commented out since there's not rsync-2.3.2 patch available yet (19991119)
-# Patch2:              ftp://ftp.kame.net/pub/kame/misc/rsync-231-v6-19990902a.diff.gz
+Patch3:                http://www.misiek.eu.org/ipv6/rsync-2.3.2-ipv6-13121999.patch.gz
 URL:           http://samba.anu.edu.au/rsync/
 BuildRoot:     /tmp/%{name}-%{version}-root
 
@@ -39,16 +38,14 @@ algorytmu zosta
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-#%patch2 -p1
+%patch3 -p1
 
 %build
 autoconf 
 LDFLAGS="-s"; export LDFLAGS
 
-#%configure \
-#      --enable-ipv6
-
-%configure
+%configure \
+       --enable-ipv6
 
 make 
 
This page took 0.114479 seconds and 4 git commands to generate.