summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2008-03-31 14:10:07 -0700
committerWayne Davison <wayned@samba.org>2008-03-31 14:10:07 -0700
commit19173d224ac3f86868c8a1a7d56cc88209fecde0 (patch)
tree219ec533b134fce039563405fd76f43896ea2623
parent5b83829669d9c7e276aeaf8027e112f0aa08dd29 (diff)
downloadrsync-19173d224ac3f86868c8a1a7d56cc88209fecde0.tar.gz
Tweaked rsync.spec to use "rsync" in place of "%{name}" in a few
places (which allows for easier creation of adjunct RPMs).
-rw-r--r--packaging/lsb/rsync.spec8
1 files changed, 4 insertions, 4 deletions
diff --git a/packaging/lsb/rsync.spec b/packaging/lsb/rsync.spec
index faac295d..dd74ac3e 100644
--- a/packaging/lsb/rsync.spec
+++ b/packaging/lsb/rsync.spec
@@ -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