]> git.pld-linux.org Git - packages/xdelta.git/blame - xdelta.spec
s/%{_target}/%{_target_platform}/
[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
43e2f379 5Release: 3
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
64557a9c 11BuildPrereq: glib-devel >= 1.2.0
75158fe6 12BuildPrereq: zlib-devel
13Requires: glib >= 1.2.0
9528db44 14BuildRoot: /tmp/%{name}-%{version}-root
954b1112 15
16%description
17XDELTA (`X' for XCF) is a version-control library and file-format designed as
18a replacement for RCS. The XDELTA library performs its work independently of
19the actual file-format used to encode the version-file and is intended to be
20used by various higher-level programs such as PRCS.
21
22XDELTA uses a binary file-delta algorithm to replace the standard diff
23program used by RCS.
24
25%description -l pl
9528db44 26