Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37881877
en ru br
ALT Linux repos
4.1: 0.4.3-alt1

Group :: Archiving/Other
RPM: deltup

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: deltup
Version: 0.4.3
Release: alt1

Summary: source package updater which enables users to apply a delta patch
Summary(ru_RU.utf8): утилита для работы с бинарными патчами на архивы с исходниками
License: GPLv2
Group: Archiving/Other

Source0: %name-%version.tar.gz
Source1: %name-README.ALT.utf-8

BuildRequires: gcc-c++ zlib-devel bzip2-devel openssl-devel

%description
Deltup is a source package updater which enables users to apply a delta patch to the previous version of a package, as wel
l as making delta patches for others to use.  This decreases download times significantly.  The package/patch ratio is typic
ally 10:1, 20:1, and in some cases I've seen, higher than 80:1!

%prep
%setup
cp -- %SOURCE1 README.ALT.utf-8
%__subst "s!-lssl!-lssl -lcrypto!" Makefile

%build
%make_build

%install
%make_install DESTDIR=%buildroot install
%__mkdir_p %buildroot%_man1dir
gzip -c deltup.1 > %buildroot%_man1dir/deltup.1.gz


%files
%_bindir/*
%doc README ChangeLog README.ALT.utf-8
%doc %_man1dir/deltup.1.gz


%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin