Improved prepare-source to make it more flexible. The script now
[rsync/rsync.git] / packaging / lsb / rsync.spec
CommitLineData
4cf94b8a 1Summary: A fast, versatile, remote (and local) file-copying tool
0b25efc1 2Name: rsync
78246d1a 3Version: 3.0.0pre7
0b25efc1 4Release: 1
2da9dda1
WD
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
0b25efc1 12
13%description
4cf94b8a
WD
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.
2da9dda1
WD
23
24%prep
25%setup -q
26
27%build
28%configure
29
30make
0b25efc1 31
2da9dda1
WD
32%install
33rm -rf $RPM_BUILD_ROOT
34
35%makeinstall
36
37%clean
38rm -rf $RPM_BUILD_ROOT
0b25efc1 39
2da9dda1
WD
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*
0b25efc1 46
47%changelog
78246d1a
WD
48* Sun Dec 16 2007 Wayne Davison <wayned@samba.org>
49Released 3.0.0pre7.