Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37048191
en ru br
Репозитории ALT
S:1.1.13-alt1
5.1: 1.0.5-alt1
4.1: 1.0.2-alt1
4.0: 1.0.2-alt1
www.altlinux.org/Changes

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

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

Name: pbzip2
Version: 1.0.5
Release: alt1

Packager: Victor Forsyuk <force at altlinux.org>

Summary: Parallel implementation of bzip2
License: BSD-like
Group: Archiving/Compression

URL: http://compression.ca/pbzip2
Source0: %url/pbzip2-%version.tar.gz

# Automatically added by buildreq on Fri Jun 08 2007

BuildRequires: bzlib-devel gcc-c++

%description
PBZIP2 is a parallel implementation of the bzip2 block-sorting file compressor
that uses pthreads and achieves near-linear speedup on SMP machines. The output
of this version is fully compatible with bzip2 v1.0.2 (ie: anything compressed
with pbzip2 can be decompressed with bzip2).

%prep
%setup

%build
%define _optlevel 3
%__subst 's/-O3/%optflags/g' Makefile
%make_build

%install
install -pD -m755 pbzip2 %buildroot%_bindir/pbzip2
install -pD -m644 pbzip2.1 %buildroot%_man1dir/pbzip2.1

%files
%doc README
%_bindir/pbzip2
%_man1dir/pbzip2.*

%changelog

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

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