Updated to match 2.6.6 release (which occurred on a branch).
[rsync/rsync.git] / packaging / lsb / rsync.spec
1 Summary: A program for synchronizing files over a network.
2 Name: rsync
3 Version: 2.6.6
4 Release: 1
5 Group: Applications/Internet
6 Source: ftp://rsync.samba.org/pub/rsync/rsync-%{version}.tar.gz
7 URL: http://rsync.samba.org/
8
9 Prefix: %{_prefix}
10 BuildRoot: /var/tmp/%{name}-root
11 License: GPL
12
13 %description
14 Rsync uses a reliable algorithm to bring remote and host files into
15 sync very quickly. Rsync is fast because it just sends the differences
16 in the files over the network instead of sending the complete
17 files. Rsync is often used as a very powerful mirroring process or
18 just as a more capable replacement for the rcp command. A technical
19 report which describes the rsync algorithm is included in this
20 package.
21
22 %prep
23 %setup -q
24
25 %build
26 %configure
27
28 make
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32
33 %makeinstall
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(-,root,root)
40 %doc COPYING README tech_report.tex
41 %{_prefix}/bin/rsync
42 %{_mandir}/man1/rsync.1*
43 %{_mandir}/man5/rsyncd.conf.5*
44
45 %changelog
46 * Thu Jan 30 2003 Horst von Brand <vonbrand@inf.utfsm.cl>
47   Fixed "Sept" date in %changelog here
48   Use %{_mandir} to point to manpages
49   Support for compressed manpages (* at end catches them in %files)
50   Add doc/README-SGML and doc/rsync.sgml to %doc
51
52 * Mon Sep 11 2000 John H Terpstra <jht@turbolinux.com>
53   Changed target paths to be Linux Standards Base compliant
54
55 * Mon Jan 25 1999 Stefan Hornburg <racke@linuxia.de>
56   quoted RPM_OPT_FLAGS for the sake of robustness
57
58 * Mon May 18 1998 Andrew Tridgell <tridge@samba.anu.edu.au>
59   reworked for auto-building when I release rsync (tridge@samba.anu.edu.au)
60
61 * Sat May 16 1998 John H Terpstra <jht@aquasoft.com.au>
62   Upgraded to Rsync 2.0.6
63     -new feature anonymous rsync
64
65 * Mon Apr  6 1998 Douglas N. Arnold <dna@math.psu.edu>
66
67 Upgrade to rsync version 1.7.2.
68
69 * Sun Mar  1 1998 Douglas N. Arnold <dna@math.psu.edu>
70
71 Built 1.6.9-1 based on the 1.6.3-2 spec file of John A. Martin.
72 Changes from 1.6.3-2 packaging: added latex and dvips commands
73 to create tech_report.ps.
74
75 * Mon Aug 25 1997 John A. Martin <jam@jamux.com>
76
77 Built 1.6.3-2 after finding no rsync-1.6.3-1.src.rpm although there
78 was an ftp://ftp.redhat.com/pub/contrib/alpha/rsync-1.6.3-1.alpha.rpm
79 showing no packager nor signature but giving 
80 "Source RPM: rsync-1.6.3-1.src.rpm".
81
82 Changes from 1.6.2-1 packaging: added '$RPM_OPT_FLAGS' to make, strip
83 to '%build', removed '%prefix'.
84
85 * Thu Apr 10 1997 Michael De La Rue <miked@ed.ac.uk>
86
87 rsync-1.6.2-1 packaged.  (This entry by jam to credit Michael for the
88 previous package(s).)