Improved the initial description summary.
[rsync/rsync.git] / packaging / lsb / rsync.spec
... / ...
CommitLineData
1Summary: A program for synchronizing files over a network.
2Name: rsync
3Version: 3.0.0pre2
4Release: 1
5Group: Applications/Internet
6Source: ftp://rsync.samba.org/pub/rsync/rsync-%{version}.tar.gz
7URL: http://rsync.samba.org/
8
9Prefix: %{_prefix}
10BuildRoot: /var/tmp/%{name}-root
11License: GPL
12
13%description
14Rsync uses a reliable algorithm to bring remote and host files into
15sync very quickly. Rsync is fast because it just sends the differences
16in the files over the network instead of sending the complete
17files. Rsync is often used as a very powerful mirroring process or
18just as a more capable replacement for the rcp command. A technical
19report which describes the rsync algorithm is included in this
20package.
21
22%prep
23%setup -q
24
25%build
26%configure
27
28make
29
30%install
31rm -rf $RPM_BUILD_ROOT
32
33%makeinstall
34
35%clean
36rm -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
67Upgrade to rsync version 1.7.2.
68
69* Sun Mar 1 1998 Douglas N. Arnold <dna@math.psu.edu>
70
71Built 1.6.9-1 based on the 1.6.3-2 spec file of John A. Martin.
72Changes from 1.6.3-2 packaging: added latex and dvips commands
73to create tech_report.ps.
74
75* Mon Aug 25 1997 John A. Martin <jam@jamux.com>
76
77Built 1.6.3-2 after finding no rsync-1.6.3-1.src.rpm although there
78was an ftp://ftp.redhat.com/pub/contrib/alpha/rsync-1.6.3-1.alpha.rpm
79showing no packager nor signature but giving
80"Source RPM: rsync-1.6.3-1.src.rpm".
81
82Changes from 1.6.2-1 packaging: added '$RPM_OPT_FLAGS' to make, strip
83to '%build', removed '%prefix'.
84
85* Thu Apr 10 1997 Michael De La Rue <miked@ed.ac.uk>
86
87rsync-1.6.2-1 packaged. (This entry by jam to credit Michael for the
88previous package(s).)