Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37048240
en ru br
ALT Linux repos
S:1.1.13-alt1
5.0: 1.0.3-alt1
4.1: 1.0.2-alt1
4.0: 1.0.2-alt1

Group :: Archiving/Compression
RPM: pbzip2

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: pbzip2
Version: 1.1.13
Release: alt1

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 Mon Apr 04 2011

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
subst 's/-O./%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 COPYING
%_bindir/pbzip2
%_man1dir/pbzip2.*

%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