Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37559138
en ru br
Репозитории ALT

Группа :: Архивирование/Сжатие
Пакет: lbzip2

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

Name: lbzip2
Version: 0.16
Release: alt1

Packager: Victor Forsyuk <force at altlinux.org>

Summary: Parallel bzip2/bunzip2 filter
License: GPLv2+
Group: Archiving/Compression

URL: http://lacos.hu/
Source: http://lacos.web.elte.hu/pub/lbzip2/%name-%version.tar.gz

# Automatically added by buildreq on Mon Oct 26 2009

BuildRequires: bzlib-devel

%description
Lbzip2 is a Pthreads-based parallel bzip2/bunzip2 filter, passable to GNU tar
with the --use-compress-program option.

It isn't restricted to regular files on input, nor output. Successful splitting
for decompression isn't guaranteed, just very likely (failure is detected).
Splitting in both modes and compression itself occur with an approximate 900k
block size.

%prep
%setup -n lbzip2

%build
subst 's/-O./%optflags/' Makefile
%make_build

%install
install -Dpm755 lbzip2 %buildroot%_bindir/lbzip2
install -Dpm644 lbzip2.1 %buildroot%_man1dir/lbzip2.1
cd %buildroot%_bindir/
ln -s lbzip2 lbunzip2
ln -s lbzip2 lbzcat

%files
%_bindir/*
%_man1dir/*

%changelog

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

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin