Commit 19173d22 authored by Wayne Davison's avatar Wayne Davison

Tweaked rsync.spec to use "rsync" in place of "%{name}" in a few

places (which allows for easier creation of adjunct RPMs).
parent 5b838296
......@@ -4,8 +4,8 @@ Version: 3.0.1
%define fullversion %{version}pre3
Release: 0.1.pre3
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/rsync-%{fullversion}.tar.gz
Source1: http://rsync.samba.org/ftp/rsync/rsync-patches-%{fullversion}.tar.gz
URL: http://rsync.samba.org/
Prefix: %{_prefix}
......@@ -25,8 +25,8 @@ 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 <patches/acls.diff
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment