Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37043104
en ru br
ALT Linux repos
S:2.8-alt1
5.0: 2.1.4-alt1

Group :: Archiving/Compression
RPM: pigz

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: pigz
Version: 2.7
Release: alt1

Summary: Parallel Implementation of GZip
License: zlib
Group: Archiving/Compression
Url: http://zlib.net/pigz/
# http://git.altlinux.org/gears/p/pigz.git
Source: %name-%version-%release.tar

BuildRequires: zlib-devel

%description
pigz, which stands for Parallel Implementation of GZip, is a fully
functional replacement for gzip that exploits multiple processors
and multiple cores to the hilt when compressing data.

%prep
%setup -n %name-%version-%release

%build
%define _optlevel 3
%make_build CFLAGS='%optflags'

%install
install -pDm755 {,%buildroot%_bindir/}%name
install -pDm644 {,%buildroot%_man1dir/}%name.1
ln -sf {,%buildroot%_bindir/un}%name
ln -sf {,%buildroot%_man1dir/un}%name.1

%check
make test

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

%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