X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/56158b7e049b885e23ff603c5a27f191107f78ec..9a30c0cc3cf7aac1625df8fa8f1ee56968629283:/packaging/lsb/rsync.spec diff --git a/packaging/lsb/rsync.spec b/packaging/lsb/rsync.spec index 9bfd32ea..7c322ba8 100644 --- a/packaging/lsb/rsync.spec +++ b/packaging/lsb/rsync.spec @@ -1,11 +1,12 @@ Summary: A fast, versatile, remote (and local) file-copying tool Name: rsync -Version: 3.0.1 +Version: 3.0.3 %define fullversion %{version}pre1 Release: 0.1.pre1 +%define srcdir src-previews Group: Applications/Internet -Source0: http://rsync.samba.org/ftp/rsync/%{name}-%{fullversion}.tar.gz -Source1: http://rsync.samba.org/ftp/rsync/%{name}-patches-%{fullversion}.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} @@ -25,15 +26,20 @@ improved copy command for everyday use. %prep # Choose one -- setup source only, or setup source + rsync-patches: -%setup -q -n %{name}-%{fullversion} -#%setup -q -n %{name}-%{fullversion} -b1 +%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.1pre1. +* Wed May 07 2008 Wayne Davison +Released 3.0.3pre1. * Fri Mar 21 2008 Wayne Davison Added installation of /etc/xinetd.d/rsync file and some commented-out