d184d48c20
* Sat Sep 30 2000 Florian La Roche <Florian.LaRoche@redhat.de> - add xinetd configuration * Tue Sep 26 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 2.4.6
122 lines
3.3 KiB
RPMSpec
122 lines
3.3 KiB
RPMSpec
Summary: A program for synchronizing files over a network.
|
|
Name: rsync
|
|
Version: 2.4.6
|
|
Release: 2
|
|
Group: Applications/Internet
|
|
Source: ftp://rsync.samba.org/pub/rsync/rsync-%{version}.tar.gz
|
|
Source1: rsync.xinetd
|
|
Patch0: rsync-2.4.2-maxdel.patch
|
|
Prefix: %{_prefix}
|
|
BuildRoot: /var/tmp/%{name}-root
|
|
Copyright: GPL
|
|
|
|
%description
|
|
Rsync uses a quick and reliable algorithm to very quickly bring
|
|
remote and host files into sync. Rsync is fast because it just
|
|
sends the differences in the files over the network (instead of
|
|
sending the complete files). Rsync is often used as a very powerful
|
|
mirroring process or just as a more capable replacement for the
|
|
rcp command. A technical report which describes the rsync algorithm
|
|
is included in this package.
|
|
|
|
Install rsync if you need a powerful mirroring program.
|
|
|
|
%prep
|
|
%setup -q
|
|
%patch0 -p1 -b .maxdel
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
make CCOPTFLAGS="$RPM_OPT_FLAGS"
|
|
|
|
%install
|
|
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
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc COPYING README tech_report.tex
|
|
/etc/xinetd.d/rsync
|
|
%{_prefix}/bin/rsync
|
|
%{_mandir}/man1/rsync.1*
|
|
%{_mandir}/man5/rsyncd.conf.5*
|
|
|
|
%changelog
|
|
* Sat Sep 30 2000 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
- add xinetd configuration
|
|
|
|
* Tue Sep 26 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
- 2.4.6
|
|
|
|
* Mon Jul 31 2000 Bill Nottingham <notting@redhat.com>
|
|
- update to 2.4.4 - fixes yet another problem with rsh transport
|
|
|
|
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
|
|
- automatic rebuild
|
|
|
|
* Sat Jun 10 2000 Bill Nottingham <notting@redhat.com>
|
|
- rebuild in new build env.
|
|
|
|
* Mon Apr 10 2000 Bill Nottingham <notting@redhat.com>
|
|
- update to 2.4.3
|
|
|
|
* Tue Apr 4 2000 Bill Nottingham <notting@redhat.com>
|
|
- update to 2.4.2
|
|
|
|
* Tue Mar 7 2000 Bill Nottingham <notting@redhat.com>
|
|
- fix maxdelete behavior so it isn't sent to older servers.
|
|
|
|
* Mon Jan 31 2000 Jeff Johnson <jbj@redhat.com>
|
|
- update to 2.4.1.
|
|
|
|
* Fri Dec 17 1999 Bill Nottingham <notting@redhat.com>
|
|
- update to 2.3.2
|
|
|
|
* Sat Jun 12 1999 Jeff Johnson <jbj@redhat.com>
|
|
- add "max. delete" patch to limit damage when server is hosed.
|
|
|
|
* Wed Apr 07 1999 Bill Nottingham <notting@redhat.com>
|
|
- update to 2.3.1.
|
|
|
|
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
|
|
- auto rebuild in the new build environment (release 2)
|
|
|
|
* Tue Mar 16 1999 Jeff Johnson <jbj@redhat.com>
|
|
- update to 2.3.0.
|
|
|
|
* Sat Mar 13 1999 Jeff Johnson <jbj@redhat.com>
|
|
- update to 2.3.0 beta.
|
|
|
|
* Fri Dec 18 1998 Bill Nottingham <notting@redhat.com>
|
|
- update to 2.2.1
|
|
|
|
* Thu Sep 10 1998 Jeff Johnson <jbj@redhat.com>
|
|
- updated to 2.1.1
|
|
|
|
* Mon Aug 17 1998 Erik Troan <ewt@redhat.com>
|
|
- updated to 2.1.0
|
|
|
|
* Thu Aug 06 1998 Erik Troan <ewt@redhat.com>
|
|
- buildrooted and attr-rophied
|
|
- removed tech-report.ps; the .tex should be good enough
|
|
|
|
* Mon Aug 25 1997 John A. Martin <jam@jamux.com>
|
|
- Built 1.6.3-2 after finding no rsync-1.6.3-1.src.rpm although there
|
|
was an ftp://ftp.redhat.com/pub/contrib/alpha/rsync-1.6.3-1.alpha.rpm
|
|
showing no packager nor signature but giving
|
|
"Source RPM: rsync-1.6.3-1.src.rpm".
|
|
- Changes from 1.6.2-1 packaging: added '$RPM_OPT_FLAGS' to make, strip
|
|
to '%build', removed '%prefix'.
|
|
|
|
* Thu Apr 10 1997 Michael De La Rue <miked@ed.ac.uk>
|
|
- rsync-1.6.2-1 packaged. (This entry by jam to credit Michael for the
|
|
previous package(s).)
|