Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37683218
en ru br
ALT Linux repositórios
S:3.1.0-alt2
5.0: 3.0u-alt1
4.1: 3.0t-alt1

Group :: Ferramentas de Arquivo
RPM: xdelta3

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Summary: A binary delta generator
Name: xdelta3
Version: 3.0t
Release: alt1
Source0: http://xdelta.googlecode.com/files/%name-%version.tar
Patch0: %name-%version-%release.patch
Url: http://xdelta.org
License: GPL
Group: File tools

%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
%patch0 -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

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009