|
@@ -33,12 +33,13 @@ Distribution: OpenPKG [REL]
|
|
|
Group: Filesystem
|
|
Group: Filesystem
|
|
|
License: GPL
|
|
License: GPL
|
|
|
Version: 2.5.5
|
|
Version: 2.5.5
|
|
|
-Release: 20020404
|
|
|
|
|
|
|
+Release: 20020423
|
|
|
|
|
|
|
|
# list of sources
|
|
# list of sources
|
|
|
Source0: http://rsync.samba.org/ftp/rsync/rsync-%{version}.tar.gz
|
|
Source0: http://rsync.samba.org/ftp/rsync/rsync-%{version}.tar.gz
|
|
|
Source1: rsync.conf
|
|
Source1: rsync.conf
|
|
|
Source2: rc.rsync
|
|
Source2: rc.rsync
|
|
|
|
|
+Patch0: rsync.patch
|
|
|
|
|
|
|
|
# build information
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
Prefix: %{l_prefix}
|
|
@@ -61,6 +62,7 @@ AutoReqProv: no
|
|
|
%prep
|
|
%prep
|
|
|
# unpack vendor sources
|
|
# unpack vendor sources
|
|
|
%setup -q
|
|
%setup -q
|
|
|
|
|
+ %patch -p0
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
|
# configure vendor sources
|
|
# configure vendor sources
|