Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37048239
en ru br
Репозитории ALT

Группа :: Работа с файлами
Пакет: lrzip

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

Name: lrzip
Version: 0.631
Release: alt2

Summary: Long Range ZIP or Lzma RZIP
License: GPLv2+
Group: File tools

Url: http://ck.kolivas.org/apps/lrzip/
Source: %name-%version.tar.bz2

# Automatically added by buildreq on Fri Mar 09 2012 (-bi)

BuildRequires: bzlib-devel doxygen gcc-c++ liblzo2-devel nasm perl-Pod-Parser zlib-devel

%description
This is a compression program optimised for large files. The larger the file
and the more memory you have, the better the compression advantage this will
provide, especially once the files are larger than 100MB. The advantage can
be chosen to be either size (much smaller than bzip2) or speed (much faster
than bzip2).

%package -n lib%name
Summary: Library to add lrzip compression and decompression to other applications
Group: System/Libraries

%description -n lib%name
liblrzip library allows you to add lrzip compression and decompression to other
applications with either simple lrzip_compress and lrzip_decompress functions
or fine control over all the options with low level functions.

%package -n lib%name-devel
Summary: Development files for lib%name
Group: System/Libraries
Requires: lib%name = %version-%release

%description -n lib%name-devel
The lib%name-devel package contains files needed for developing applications
that use lib%name.

%prep
%setup

%build
%configure --disable-static --disable-silent-rules
%make_build

%install
%makeinstall_std

install -pDm644 Lrzip.h %buildroot%_includedir/Lrzip.h

%files
%doc README.md README-NOT-BACKWARD-COMPATIBLE WHATS-NEW doc/lrzip.conf.example
%_bindir/*
%_man1dir/*
%_man5dir/*
%exclude %_docdir/lrzip

%files -n lib%name
%_libdir/*.so.*

%files -n lib%name-devel
%_includedir/*
%_pkgconfigdir/*
%_libdir/*.so

%changelog

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

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