Add xattr patch.

This commit is contained in:
fenlason 2005-02-10 15:32:22 +00:00
parent 61f7de2a2f
commit 4871425b42

View File

@ -1,12 +1,13 @@
Summary: A program for synchronizing files over a network.
Name: rsync
Version: 2.6.3
Release: 1
Release: 2
Group: Applications/Internet
# TAG: for pre versions use
# Source: ftp://rsync.samba.org/pub/rsync/rsync-%{version}pre2.tar.gz
Source: ftp://rsync.samba.org/pub/rsync/rsync-%{version}.tar.gz
Source1: rsync.xinetd
Patch0: rsync-2.6.3-xattr.patch
Prefix: %{_prefix}
BuildRoot: /var/tmp/%{name}-root
@ -25,11 +26,16 @@ package.
# TAG: for pre versions use
# % setup -q -n rsync-%{version}pre2
%setup -q
%patch0 -p1 -b .xattr
%build
%configure
make
rm -fr autom4te.cache
autoconf
autoheader
%configure \
--with-acl-support --with-xattr-support
make proto
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
@ -50,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man5/rsyncd.conf.5*
%changelog
* Thu Feb 10 2005 Jay Fenlason <fenlason@redhat.com> 2.6.3-2
- Added my -xattr patch, which is based on the -acl patch.
* Thu Sep 30 2004 Jay Fenlason <fenlason@redhat.com> 2.6.3-1
- New upstream release.