]> git.pld-linux.org Git - packages/rsync.git/commitdiff
- rel 4
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 14 Nov 2005 14:51:35 +0000 (14:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rsync.spec -> 1.103

rsync.spec

index 4bf9a182e42834a807dd90674698dd03a6598517..f6a1a3f0665fd41d35222129449a5a053ab02107 100644 (file)
@@ -13,7 +13,7 @@ Summary(zh_CN):       [ͨѶ]
 Summary(zh_TW):        [³ñ°Ô]\e$(B6G?i¤õ(c\e(B
 Name:          rsync
 Version:       2.6.6
-Release:       3
+Release:       4
 License:       GPL
 Group:         Daemons
 Source0:       http://rsync.samba.org/ftp/rsync/%{name}-%{version}.tar.gz
@@ -26,6 +26,7 @@ Patch0:               %{name}-config.patch
 Patch1:                %{name}-man.patch
 # from FC
 Patch2:                %{name}-xattr.patch
+Patch3:                %{name}-ssl.patch
 URL:           http://rsync.samba.org/
 BuildRequires: autoconf >= 2.52
 BuildRequires: automake
@@ -154,7 +155,7 @@ patch -p0 < patches/acls.diff || exit 1
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-patch -p0 < patches/openssl-support.diff || exit 1
+%patch3 -p1
 
 %build
 cp -f /usr/share/automake/config.sub .
@@ -168,7 +169,7 @@ cp -f /usr/share/automake/config.sub .
        --with-xattr-support \
        --disable-debug \
        --with-rsyncd-conf=%{_sysconfdir}/rsyncd.conf
-
+%{__make} proto
 %{__make}
 
 %install
This page took 0.329367 seconds and 4 git commands to generate.