X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/c085ece623dca19ef139b7e971a0d8f8dd6d2ee1..325c243210cdb3e8467e78f673043661f86fdf74:/packaging/lsb/rsync.spec diff --git a/packaging/lsb/rsync.spec b/packaging/lsb/rsync.spec index 4ef50a04..0472e824 100644 --- a/packaging/lsb/rsync.spec +++ b/packaging/lsb/rsync.spec @@ -1,10 +1,12 @@ Summary: A fast, versatile, remote (and local) file-copying tool Name: rsync -Version: 3.0.0 +Version: 3.0.1 +%define fullversion %{version} Release: 1 +%define srcdir src Group: Applications/Internet -Source0: http://rsync.samba.org/ftp/rsync/rsync-%{version}.tar.gz -Source1: http://rsync.samba.org/ftp/rsync/rsync-patches-%{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} @@ -24,15 +26,17 @@ improved copy command for everyday use. %prep # Choose one -- setup source only, or setup source + rsync-patches: -%setup -q -#%setup -q -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.0. +* Thu Apr 03 2008 Wayne Davison +Released 3.0.1. * Fri Mar 21 2008 Wayne Davison Added installation of /etc/xinetd.d/rsync file and some commented-out