forked from rpms/rsync
* Sat Feb 16 2008 Simo Sorce <ssorce@redhat.com> 3.0.0-0.pre9.fc9
- Ninth preprelease of the 3.0.0 series
This commit is contained in:
parent
51bce7d614
commit
94da12caec
@ -1,2 +1,2 @@
|
||||
rsync-3.0.0pre8.tar.gz
|
||||
rsync-patches-3.0.0pre8.tar.gz
|
||||
rsync-3.0.0pre9.tar.gz
|
||||
rsync-patches-3.0.0pre9.tar.gz
|
||||
|
17
rsync.spec
17
rsync.spec
@ -1,12 +1,12 @@
|
||||
Summary: A program for synchronizing files over a network.
|
||||
Name: rsync
|
||||
Version: 3.0.0
|
||||
Release: 0.pre8%{?dist}
|
||||
Release: 0.pre9%{?dist}
|
||||
Group: Applications/Internet
|
||||
# TAG: for pre versions use
|
||||
Source0: ftp://rsync.samba.org/pub/rsync/rsync-%{version}pre8.tar.gz
|
||||
Source0: ftp://rsync.samba.org/pub/rsync/rsync-%{version}pre9.tar.gz
|
||||
#Source0: ftp://rsync.samba.org/pub/rsync/rsync-%{version}.tar.gz
|
||||
Source1: ftp://rsync.samba.org/pub/rsync/rsync-patches-%{version}pre8.tar.gz
|
||||
Source1: ftp://rsync.samba.org/pub/rsync/rsync-patches-%{version}pre9.tar.gz
|
||||
#Source1: ftp://rsync.samba.org/pub/rsync/rsync-patches-%{version}.tar.gz
|
||||
Source2: rsync.xinetd
|
||||
BuildRequires: libacl-devel, libattr-devel, autoconf, make, gcc, popt-devel
|
||||
@ -25,16 +25,14 @@ package.
|
||||
|
||||
%prep
|
||||
# TAG: for pre versions use
|
||||
%setup -q -n rsync-%{version}pre8
|
||||
%setup -q -n rsync-%{version}pre9
|
||||
#%setup -q
|
||||
%setup -q -b 1 -n rsync-%{version}pre8
|
||||
%setup -q -b 1 -n rsync-%{version}pre9
|
||||
#%setup -q -b 1
|
||||
|
||||
#Needed for compatibility with previous patched rsync versions
|
||||
patch -p1 -i patches/acls.diff
|
||||
|
||||
# ********* TEMPORARY, REMOVE [-N and ||:] WHEN FIXED **********
|
||||
patch -N -p1 -i patches/xattrs.diff || :
|
||||
patch -p1 -i patches/xattrs.diff
|
||||
|
||||
%build
|
||||
rm -fr autom4te.cache
|
||||
@ -63,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man5/rsyncd.conf.5*
|
||||
|
||||
%changelog
|
||||
* Sat Feb 16 2008 Simo Sorce <ssorce@redhat.com> 3.0.0-0.pre9.fc9
|
||||
- Ninth preprelease of the 3.0.0 series
|
||||
|
||||
* Sat Feb 2 2008 Simo Sorce <ssorce@redhat.com> 3.0.0-0.pre8.fc9
|
||||
- Eight prerelease
|
||||
- Add second source, now patches are in a separate file
|
||||
|
Loading…
Reference in New Issue
Block a user