Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37541996
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.0.2
Release: alt1

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

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 -q

%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 AUTHORS COPYING ChangeLog README
%_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