From 8d8148d06aa4872e058fd94affafca212c766b00 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 11:54:11 +0000 Subject: [PATCH] auto-import changelog data from rsync-2.4.4-1.src.rpm * Mon Jul 31 2000 Bill Nottingham - update to 2.4.4 - fixes yet another problem with rsh transport * Wed Jul 12 2000 Prospector - automatic rebuild * Sat Jun 10 2000 Bill Nottingham - rebuild in new build env. * Mon Apr 10 2000 Bill Nottingham - update to 2.4.3 * Tue Apr 04 2000 Bill Nottingham - update to 2.4.2 * Tue Mar 07 2000 Bill Nottingham - fix maxdelete behavior so it isn't sent to older servers. * Mon Jan 31 2000 Jeff Johnson - update to 2.4.1. * Fri Dec 17 1999 Bill Nottingham - update to 2.3.2 * Sat Jun 12 1999 Jeff Johnson - add "max. delete" patch to limit damage when server is hosed. * Wed Apr 07 1999 Bill Nottingham - update to 2.3.1. * Sun Mar 21 1999 Cristian Gafton - auto rebuild in the new build environment (release 2) * Tue Mar 16 1999 Jeff Johnson - update to 2.3.0. * Sat Mar 13 1999 Jeff Johnson - update to 2.3.0 beta. * Fri Dec 18 1998 Bill Nottingham - update to 2.2.1 * Thu Sep 10 1998 Jeff Johnson - updated to 2.1.1 * Mon Aug 17 1998 Erik Troan - updated to 2.1.0 * Thu Aug 06 1998 Erik Troan - buildrooted and attr-rophied - removed tech-report.ps; the .tex should be good enough * Mon Aug 25 1997 John A. Martin - 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 '/usr'. * Thu Apr 10 1997 Michael De La Rue - rsync-1.6.2-1 packaged. (This entry by jam to credit Michael for the previous package(s).) --- .cvsignore | 1 + rsync.spec | 111 +++++++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 113 insertions(+) create mode 100644 rsync.spec diff --git a/.cvsignore b/.cvsignore index e69de29..e7ca868 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +rsync-2.4.4.tar.gz diff --git a/rsync.spec b/rsync.spec new file mode 100644 index 0000000..8f84bac --- /dev/null +++ b/rsync.spec @@ -0,0 +1,111 @@ +Summary: A program for synchronizing files over a network. +Name: rsync +Version: 2.4.4 +Release: 1 +Group: Applications/Internet +Source: ftp://rsync.samba.org/pub/rsync/rsync-%{version}.tar.gz +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 + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root) +%doc COPYING README tech_report.tex +%{_prefix}/bin/rsync +%{_mandir}/man1/rsync.1* +%{_mandir}/man5/rsyncd.conf.5* + +%changelog +* Mon Jul 31 2000 Bill Nottingham +- update to 2.4.4 - fixes yet another problem with rsh transport + +* Wed Jul 12 2000 Prospector +- automatic rebuild + +* Sat Jun 10 2000 Bill Nottingham +- rebuild in new build env. + +* Mon Apr 10 2000 Bill Nottingham +- update to 2.4.3 + +* Tue Apr 4 2000 Bill Nottingham +- update to 2.4.2 + +* Tue Mar 7 2000 Bill Nottingham +- fix maxdelete behavior so it isn't sent to older servers. + +* Mon Jan 31 2000 Jeff Johnson +- update to 2.4.1. + +* Fri Dec 17 1999 Bill Nottingham +- update to 2.3.2 + +* Sat Jun 12 1999 Jeff Johnson +- add "max. delete" patch to limit damage when server is hosed. + +* Wed Apr 07 1999 Bill Nottingham +- update to 2.3.1. + +* Sun Mar 21 1999 Cristian Gafton +- auto rebuild in the new build environment (release 2) + +* Tue Mar 16 1999 Jeff Johnson +- update to 2.3.0. + +* Sat Mar 13 1999 Jeff Johnson +- update to 2.3.0 beta. + +* Fri Dec 18 1998 Bill Nottingham +- update to 2.2.1 + +* Thu Sep 10 1998 Jeff Johnson +- updated to 2.1.1 + +* Mon Aug 17 1998 Erik Troan +- updated to 2.1.0 + +* Thu Aug 06 1998 Erik Troan +- buildrooted and attr-rophied +- removed tech-report.ps; the .tex should be good enough + +* Mon Aug 25 1997 John A. Martin +- 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 +- rsync-1.6.2-1 packaged. (This entry by jam to credit Michael for the + previous package(s).) diff --git a/sources b/sources index e69de29..19f77ec 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +fb2653d816c87b1d7804651e65cc927d rsync-2.4.4.tar.gz