Make glob_expand() return an indicator if the glob had no matches.
[rsync/rsync.git] / packaging / lsb / rsync.spec
... / ...
CommitLineData
1Summary: A fast, versatile, remote (and local) file-copying tool
2Name: rsync
3Version: 3.0.0
4Release: 1
5Group: Applications/Internet
6Source: http://rsync.samba.org/ftp/rsync/rsync-%{version}.tar.gz
7URL: http://rsync.samba.org/
8
9Prefix: %{_prefix}
10BuildRoot: /var/tmp/%{name}-root
11License: GPL
12
13%description
14Rsync is a fast and extraordinarily versatile file copying tool. It can
15copy locally, to/from another host over any remote shell, or to/from a
16remote rsync daemon. It offers a large number of options that control
17every aspect of its behavior and permit very flexible specification of the
18set of files to be copied. It is famous for its delta-transfer algorithm,
19which reduces the amount of data sent over the network by sending only the
20differences between the source files and the existing files in the
21destination. Rsync is widely used for backups and mirroring and as an
22improved copy command for everyday use.
23
24%prep
25%setup -q
26
27%build
28%configure
29
30make
31
32%install
33rm -rf $RPM_BUILD_ROOT
34
35%makeinstall
36
37%clean
38rm -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>
49Released 3.0.0.