Make glob_expand() return an indicator if the glob had no matches.
[rsync/rsync.git] / packaging / lsb / rsync.spec
1 Summary: A fast, versatile, remote (and local) file-copying tool
2 Name: rsync
3 Version: 3.0.0
4 Release: 1
5 Group: Applications/Internet
6 Source: http://rsync.samba.org/ftp/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 is a fast and extraordinarily versatile file copying tool.  It can
15 copy locally, to/from another host over any remote shell, or to/from a
16 remote rsync daemon.  It offers a large number of options that control
17 every aspect of its behavior and permit very flexible specification of the
18 set of files to be copied.  It is famous for its delta-transfer algorithm,
19 which reduces the amount of data sent over the network by sending only the
20 differences between the source files and the existing files in the
21 destination.  Rsync is widely used for backups and mirroring and as an
22 improved copy command for everyday use.
23
24 %prep
25 %setup -q
26
27 %build
28 %configure
29
30 make
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34
35 %makeinstall
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(-,root,root)
42 %doc COPYING README tech_report.tex
43 %{_prefix}/bin/rsync
44 %{_mandir}/man1/rsync.1*
45 %{_mandir}/man5/rsyncd.conf.5*
46
47 %changelog
48 * Sat Mar 01 2008 Wayne Davison <wayned@samba.org>
49 Released 3.0.0.