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

Группа :: Система/Библиотеки
Пакет: lzlib

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

Name: lzlib
Version: 1.13
Release: alt1

Summary: The lzlib compression library provides in-memory LZMA compression and decompression functions
License: GPLv3+
Group: System/Libraries

URL: http://www.nongnu.org/lzip/lzlib.html
Source: http://download.savannah.gnu.org/releases-noredirect/lzip/lzlib-%version.tar.gz
Source100: lzlib.watch
# explicitly added texinfo for info files
BuildRequires: texinfo

%description
The lzlib compression library provides in-memory LZMA compression and
decompression functions, including integrity checking of the decompressed data.
The compressed data format used by the library is the lzip format.

%package devel
Summary: Development tools for programs which will use the %name library
Group: Development/C
Requires: %name = %version-%release

%description devel
The %name-devel package includes the files necessary for developing programs
which will use the %name library.

%prep
%setup

%build
subst 's/ ldconfig/ true/' Makefile.in
./configure --prefix=/usr --libdir=%_libdir --enable-shared CFLAGS="%optflags"
%make_build
make check

%install
%makeinstall_std

rm -fv %buildroot%_libdir/*.a

%files
%_libdir/lib*.so.*

%files devel
%_includedir/*
%_libdir/lib*.so
%_infodir/*.info*

%changelog

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

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