]> git.pld-linux.org Git - packages/rsync.git/commitdiff
- rel 2; enable ACL and XATTR support auto/ac/rsync-2_6_6-2 auto/th/rsync-2_6_6-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 22 Sep 2005 07:15:37 +0000 (07:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rsync.spec -> 1.101

rsync.spec

index db82edecdc9c906b4d12eb92b7e021e87cf04d1f..5481f717f08f07077fbafc012934f368038becb5 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:       1
+Release:       2
 License:       GPL
 Group:         Daemons
 Source0:       http://rsync.samba.org/ftp/rsync/%{name}-%{version}.tar.gz
@@ -24,9 +24,12 @@ Source3:     %{name}.sysconfig
 Source4:       %{name}d.logrotate
 Patch0:                %{name}-config.patch
 Patch1:                %{name}-man.patch
+# from FC
+Patch2:                %{name}-xattr.patch
 URL:           http://rsync.samba.org/
 BuildRequires: autoconf >= 2.52
 BuildRequires: automake
+BuildRequires: acl-devel
 BuildRequires: popt-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -146,8 +149,10 @@ techniczna nowego algorytmu zosta
 
 %prep
 %setup -q
+patch -p0 < patches/acls.diff || exit 1
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 cp -f /usr/share/automake/config.sub .
@@ -155,6 +160,8 @@ cp -f /usr/share/automake/config.sub .
 %configure \
        %{?with_rsh:--with-rsh=rsh} \
        --enable-ipv6 \
+       --with-acl-support \
+       --with-xattr-support \
        --disable-debug \
        --with-rsyncd-conf=%{_sysconfdir}/rsyncd.conf
 
This page took 0.058549 seconds and 4 git commands to generate.