]> git.pld-linux.org Git - packages/xdelta.git/blame - xdelta.spec
- translated kloczkish into english
[packages/xdelta.git] / xdelta.spec
CommitLineData
9528db44 1Summary: XDELTA - version control system
2Summary(pl): XDELTA - system kontroli wersji
3Name: xdelta
3cd4e378 4Version: 1.1.1
444d1db7 5Release: 4
9528db44 6Copyright: GPL
7Group: Development/Version Control
8Group(pl): Programowanie/Kontrola Wersji
91560264 9Source: ftp://www.xcf.berkeley.edu/pub/xdelta/%{name}-%{version}.tar.gz
75158fe6 10URL: http://www.XCF.Berkeley.EDU/~jmacd/xdelta.html
a142b148
AF
11BuildRequires: glib-devel >= 1.2.0
12BuildRequires: zlib-devel
75158fe6 13Requires: glib >= 1.2.0
9528db44 14BuildRoot: /tmp/%{name}-%{version}-root
954b1112 15
16%description
444d1db7 17XDelta (X for XCF: the eXperimental Computing Facility at Berkeley) is a
18library interface and binary delta generator (like a diff program for
19binaries) and an RCS. These changes (deltas) are similar to the output of the
20"diff" program in that they may be used to store and transmit only the
21changes between files. However, unlike diff, the output of XDelta is not
22expressed in a human-readable format--XDelta can also also apply these
23deltas to a copy of the original file(s). XDelta uses a fast, linear
24algorithm and performs well on both binary and text files. XDelta typically
25outperforms GNU diff in both time and generated-delta-size, even for plain
26text files. XDelta also includes a simple implementation of the Rsync
27algorithm and several advanced features for implementing RCS-like
28file-archival with.
29
30The Xdelta library performs its work independently of the actual format used
31to encode the file and is intended to be used by various higher-level
32programs such as XCF's Project Revision Control System (PRCS). PRCS is a
33front end for a version control toolset. Xdelta uses a binary file delta
34algorithm to replace the standard diff program used by RCS.
954b1112 35
36%description -l pl
9528db44 37