]> git.pld-linux.org Git - packages/librsync.git/blame - librsync.spec
perl -pi -e "s/^gettextize --copy --force/\%%\{__gettextize\}/"
[packages/librsync.git] / librsync.spec
CommitLineData
4aa83a90 1Summary: Rsync libraries
f9dff5ca 2Summary(pl): Biblioteki rsync
4aa83a90 3Name: librsync
4Version: 0.9.5
f9dff5ca 5Release: 2
4aa83a90 6License: LGPL
7Group: Libraries
8Source0: http://ftp1.sourceforge.net/rproxy/%{name}-%{version}.tar.gz
f9dff5ca 9URL: http://www.sf.net/projects/rproxy/
4aa83a90 10Patch0: %{name}-am.patch
ad3b194d 11BuildRequires: autoconf
12BuildRequires: automake
13BuildRequires: gettext
14BuildRequires: libtool
4aa83a90 15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18librsync implements the "rsync" algorithm, which allows remote
19differencing of binary files. librsync computes a delta relative to a
20file's checksum, so the two files need not both be present to generate
21a delta.
22
23This library was previously known as libhsync up to version 0.9.0.
24
25The current version of this package does not implement the rsync
26network protocol and uses a delta format slightly more efficient than
27and incompatible with rsync 2.4.6.
28
f9dff5ca
JB
29%description -l pl
30