X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/e9df0a6242450d6f16c3d0030ff1fe27a3ec6182..cc56eb2acca94ac29149d4a838fe43db6edc3867:/packaging/lsb/rsync.spec diff --git a/packaging/lsb/rsync.spec b/packaging/lsb/rsync.spec index 4277022e..a081b0e3 100644 --- a/packaging/lsb/rsync.spec +++ b/packaging/lsb/rsync.spec @@ -1,9 +1,12 @@ Summary: A fast, versatile, remote (and local) file-copying tool Name: rsync -Version: 3.0.0pre2 -Release: 1 +Version: 3.0.3 +%define fullversion %{version}pre2 +Release: 0.1.pre2 +%define srcdir src-previews Group: Applications/Internet -Source: ftp://rsync.samba.org/pub/rsync/rsync-%{version}.tar.gz +Source0: http://rsync.samba.org/ftp/rsync/%{srcdir}/rsync-%{fullversion}.tar.gz +#Source1: http://rsync.samba.org/ftp/rsync/%{srcdir}/rsync-patches-%{fullversion}.tar.gz URL: http://rsync.samba.org/ Prefix: %{_prefix} @@ -22,9 +25,21 @@ destination. Rsync is widely used for backups and mirroring and as an improved copy command for everyday use. %prep -%setup -q +# Choose one -- setup source only, or setup source + rsync-patches: +%setup -q -n rsync-%{fullversion} +#%setup -q -b1 -n rsync-%{fullversion} + +# If you you used "%setup -q -b1", choose the patches you wish to apply: +#patch -p1 -Released 3.0.0pre2. +* Sat May 17 2008 Wayne Davison +Released 3.0.3pre2. + +* Fri Mar 21 2008 Wayne Davison +Added installation of /etc/xinetd.d/rsync file and some commented-out +lines that demonstrate how to use the rsync-patches tar file.