Author: arekm Date: Sat Mar 11 20:44:34 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 2.6.7
---- Files affected: SPECS: rsync.spec (1.105 -> 1.106) ---- Diffs: ================================================================ Index: SPECS/rsync.spec diff -u SPECS/rsync.spec:1.105 SPECS/rsync.spec:1.106 --- SPECS/rsync.spec:1.105 Tue Nov 22 19:30:07 2005 +++ SPECS/rsync.spec Sat Mar 11 21:44:28 2006 @@ -2,6 +2,7 @@ # # Conditional build: %bcond_with rsh # set remote shell command to rsh instead of ssh (old behaviour) +%bcond_without tests # Summary: Program for efficient remote updates of files Summary(es): Programa para actualizar archivos remotos de forma eficiente @@ -13,21 +14,18 @@ Summary(zh_CN): [ͨќ]´ŤĘ䚤žß Summary(zh_TW): [łń°Ô]$(B6G?i¤ő(c(B Name: rsync -Version: 2.6.6 -Release: 4.1 +Version: 2.6.7 +Release: 1 License: GPL Group: Networking/Utilities Source0: http://rsync.samba.org/ftp/rsync/%{name}-%{version}.tar.gz -# Source0-md5: 30c4e2849cbeae93f55548453865c2f2 +# Source0-md5: fb51636c719e789244d5d4423cf157ac Source1: %{name}.inet Source2: %{name}.init Source3: %{name}.sysconfig Source4: %{name}d.logrotate Patch0: %{name}-config.patch Patch1: %{name}-man.patch -# from FC -Patch2: %{name}-xattr.patch -Patch3: %{name}-ssl.patch URL: http://rsync.samba.org/ BuildRequires: autoconf >= 2.52 BuildRequires: automake @@ -152,11 +150,11 @@ %prep %setup -q -patch -p0 < patches/acls.diff || exit 1 +patch -s -p1 < patches/acls.diff || exit 1 +patch -s -p1 < patches/xattrs.diff || exit 1 %patch0 -p1 %patch1 -p1 -%patch2 -p1 -%patch3 -p1 + %build cp -f /usr/share/automake/config.sub . @@ -165,14 +163,15 @@ %configure \ %{?with_rsh:--with-rsh=rsh} \ --enable-ipv6 \ - --enable-openssl \ - --with-acl-support \ - --with-xattr-support \ + --enable-acl-support \ + --enable-xattr-support \ --disable-debug \ --with-rsyncd-conf=%{_sysconfdir}/rsyncd.conf %{__make} proto %{__make} +%{?with_tests:%{__make} test} + %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT/etc/env.d @@ -274,6 +273,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.106 2006/03/11 20:44:28 arekm +- updated to 2.6.7 + Revision 1.105 2005/11/22 18:30:07 glen - group fixes ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/rsync.spec?r1=1.105&r2=1.106&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
