Репозиторий ALT Linux backports/2.4
Последнее обновление: 9 июля 2008 | Пакетов: 497 | Посещений: 1491197
 поиск   регистрация   авторизация 
 
Группа :: Работа с файлами
Пакет: xdelta3

 Главная   Изменения   Спек   Патчи   Загрузить   Bugs and FR 

Name: xdelta3
Version: 3.0t
Release: alt0.M24.1

Summary: A binary delta generator
License: GPL
Group: File tools

Url: http://xdelta.org
Source: http://xdelta.googlecode.com/files/%name-%version.tar
Patch: %name-%version-%release.patch

%description
Xdelta3 is the third and latest release of Xdelta, which is a set of
tools and APIs for reading and writing compressed deltas. Deltas
encode the differences between two versions of a document. This
release features a completely new compression engine, several
algorithmic improvements, a fully programmable interface modelled
after zlib, in addition to a command-line utility, use of the RFC3284
(VCDIFF) encoding, a python extension, and now 64-bit support.

%prep
%setup -q
%patch -p1

%build
make  all \
xdelta3 \
xdelta3-decoder \
xdelta3-tools \
xdelta3-everything \
xdelta3-all.o
ar cr libxdelta3.a xdelta3-all.o
ranlib libxdelta3.a
chmod 644 COPYING

%install
mkdir -p %buildroot%_bindir

install -m 755 xdelta3 \
xdelta3-decoder \
xdelta3-tools \
xdelta3-everything %buildroot%_bindir

%files
%doc COPYING README
%_bindir/*

%changelog

Полный changelog можно просмотреть здесь

 
design & coding: Vladimir Lettiev aka crux © 2004-2005