forked from rpms/rsync
New prerelease pre8
This commit is contained in:
parent
478bd44c13
commit
51bce7d614
@ -1 +1,2 @@
|
||||
rsync-3.0.0pre4.tar.gz
|
||||
rsync-3.0.0pre8.tar.gz
|
||||
rsync-patches-3.0.0pre8.tar.gz
|
||||
|
28
rsync.spec
28
rsync.spec
@ -1,12 +1,14 @@
|
||||
Summary: A program for synchronizing files over a network.
|
||||
Name: rsync
|
||||
Version: 3.0.0
|
||||
Release: 0.pre4%{?dist}
|
||||
Release: 0.pre8%{?dist}
|
||||
Group: Applications/Internet
|
||||
# TAG: for pre versions use
|
||||
Source: ftp://rsync.samba.org/pub/rsync/rsync-%{version}pre4.tar.gz
|
||||
#Source: ftp://rsync.samba.org/pub/rsync/rsync-%{version}.tar.gz
|
||||
Source1: rsync.xinetd
|
||||
Source0: ftp://rsync.samba.org/pub/rsync/rsync-%{version}pre8.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}.tar.gz
|
||||
Source2: rsync.xinetd
|
||||
BuildRequires: libacl-devel, libattr-devel, autoconf, make, gcc, popt-devel
|
||||
Prefix: %{_prefix}
|
||||
BuildRoot: /var/tmp/%{name}-root
|
||||
@ -23,12 +25,16 @@ package.
|
||||
|
||||
%prep
|
||||
# TAG: for pre versions use
|
||||
%setup -q -n rsync-%{version}pre4
|
||||
%setup -q -n rsync-%{version}pre8
|
||||
#%setup -q
|
||||
%setup -q -b 1 -n rsync-%{version}pre8
|
||||
#%setup -q -b 1
|
||||
|
||||
#Needed for compatibility with previous patched rsync versions
|
||||
patch -p1 < patches/acls.diff
|
||||
patch -p1 < patches/xattrs.diff
|
||||
patch -p1 -i patches/acls.diff
|
||||
|
||||
# ********* TEMPORARY, REMOVE [-N and ||:] WHEN FIXED **********
|
||||
patch -N -p1 -i patches/xattrs.diff || :
|
||||
|
||||
%build
|
||||
rm -fr autom4te.cache
|
||||
@ -43,7 +49,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%makeinstall
|
||||
mkdir -p $RPM_BUILD_ROOT/etc/xinetd.d
|
||||
install -m 644 %SOURCE1 $RPM_BUILD_ROOT/etc/xinetd.d/rsync
|
||||
install -m 644 %SOURCE2 $RPM_BUILD_ROOT/etc/xinetd.d/rsync
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -57,6 +63,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man5/rsyncd.conf.5*
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
- Add temporary fix to the xattrs.diff patch line as, in this version
|
||||
the patch contains one extra humk already contained in acls.diff
|
||||
|
||||
* Sat Oct 27 2007 Simo Sorce <ssorce@redhat.com> 3.0.0-0.pre4.fc9
|
||||
- Fourth prerelease
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user