]> git.pld-linux.org Git - packages/rsync.git/commitdiff
- updated to 2.6.0 (protocol version 27)
authorpius <pius@pld-linux.org>
Thu, 1 Jan 2004 22:11:19 +0000 (22:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added bcond for building with default remote shell set to rsh
  as this version uses ssh instead

Changed files:
    rsync.spec -> 1.75

rsync.spec

index 0cdcc4bbd079d4d182a19f8076238d44f2b3793b..9a889abae49d560b3cc37d91eeb9a9d49a4f3148 100644 (file)
@@ -1,3 +1,7 @@
+#
+# Conditional build:
+%bcond_with    rsh     # set remote shell command to rsh instead of ssh (old behaviour)
+#
 Summary:       Program for efficient remote updates of files
 Summary(es):   Programa para actualizar archivos remotos de forma eficiente
 Summary(ko):   ³×Æ®¿öÅ©¸¦ ÅëÇÑ ÆÄÀϵ¿±âÈ­¸¦ À§ÇÑ ÇÁ·Î±×·¥
@@ -8,12 +12,12 @@ Summary(uk): 
 Summary(zh_CN):        [ͨѶ]´«Ê乤¾ß
 Summary(zh_TW):        [³ñ°Ô]\e$(B6G?i¤õ(c\e(B
 Name:          rsync
-Version:       2.5.7
-Release:       2
+Version:       2.6.0
+Release:       1
 License:       GPL
 Group:         Daemons
 Source0:       http://rsync.samba.org/ftp/rsync/%{name}-%{version}.tar.gz
-# Source0-md5: 9b3ec929091d7849f42b973247918a55
+# Source0-md5: 3f24bf31aec0a657eb3b6844c3f09f21
 Source1:       %{name}.inet
 Source2:       %{name}.init
 Source3:       %{name}.sysconfig
@@ -151,6 +155,7 @@ techniczna nowego algorytmu zosta
 %build
 %{__autoconf}
 %configure \
+       %{?with_rsh:--with-rsh=rsh} \
        --enable-ipv6 \
        --disable-debug
 
This page took 0.027767 seconds and 4 git commands to generate.