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