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

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

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   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

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

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