X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/4cb6197b21d9860736c8e6d81b8eb8cac53beb5a..99ba99c74c9d761a502e9d3ed59f1ff72311471f:/packaging/lsb/rsync.spec diff --git a/packaging/lsb/rsync.spec b/packaging/lsb/rsync.spec index 03994010..2fb3f1ac 100644 --- a/packaging/lsb/rsync.spec +++ b/packaging/lsb/rsync.spec @@ -1,9 +1,11 @@ Summary: A fast, versatile, remote (and local) file-copying tool Name: rsync Version: 3.0.0 +%define fullversion %{version} Release: 1 Group: Applications/Internet -Source: http://rsync.samba.org/ftp/rsync/rsync-%{version}.tar.gz +Source0: http://rsync.samba.org/ftp/rsync/%{name}-%{fullversion}.tar.gz +Source1: http://rsync.samba.org/ftp/rsync/%{name}-patches-%{fullversion}.tar.gz URL: http://rsync.samba.org/ Prefix: %{_prefix} @@ -22,7 +24,14 @@ 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 %{name}-%{fullversion} +#%setup -q -n %{name}-%{fullversion} -b1 + +# If you you used "%setup -q -b1", choose the patches you wish to apply: +#patch -p1 Released 3.0.0. + +* 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.