diff --git a/rsync.spec b/rsync.spec index a4363ad..97bc818 100644 --- a/rsync.spec +++ b/rsync.spec @@ -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 2.6.3-2 +- Added my -xattr patch, which is based on the -acl patch. + * Thu Sep 30 2004 Jay Fenlason 2.6.3-1 - New upstream release.