Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37562925
en ru br
Репозитории ALT
5.1: 1.08-alt5
4.1: 1.08-alt4
4.0: 1.08-alt4
3.0: 1.08-alt3
www.altlinux.org/Changes

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

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

Name: liblzo
Version: 1.08
Release: alt4

Packager: Andrey Brindeew <abr at altlinux.org>

Summary: A real-time data compression library
Summary(ru_RU.KOI8-R): Библиотека сжатия реального времени
License: GPL
Group: System/Libraries
Url: http://www.oberhumer.com/opensource/lzo/

Source: lzo-%version.tar.bz2

# Automatically added by buildreq on Fri Jan 24 2003

BuildRequires: gcc-c++ glibc-devel-static nasm zlib-devel

%description
LZO is a portable lossless data compression library written in ANSI C.
It offers pretty fast compression and very fast decompression.
Decompression requires no memory.

In addition there are slower compression levels achieving a quite
competitive compression ratio while still decompressing at
this very high speed.

%description -l ru_RU.KOI8-R
LZO - переносимая библиотека сжатия данных без потерь, написанная на ANSI C.
Она обеспечивает довольно быстрое сжатие и очень быстрое разжатие.
Разжатие не требует оперативной памяти.

Дополнительно существуют более медленные уровни сжатия, обеспечивающие вполне
приличную степень упаковки, в то время как разжатие остается по-прежнему очень
быстрым.

%package devel
Summary: Libraries and header files for programs that use lzo
Summary(ru_RU.KOI8-R): Библиотеки и заголовочные файлы для программ, использующих LZO
Group: Development/C
Requires: %name = %version-%release

%description devel
LZO is a portable lossless data compression library written in ANSI C.
It offers pretty fast compression and very fast decompression.
Decompression requires no memory.

In addition there are slower compression levels achieving a quite
competitive compression ratio while still decompressing at
this very high speed.

%package devel-static
Summary: Static %name library
Group: Development/C
Requires: %name-devel = %version-%release

%description devel-static
LZO is a portable lossless data compression library written in ANSI C.
It offers pretty fast compression and very fast decompression.
Decompression requires no memory.

In addition there are slower compression levels achieving a quite
competitive compression ratio while still decompressing at
this very high speed.

%prep
%setup -q -n lzo-%version

%build
%configure \
--enable-shared
%make_build
make test

%install
%makeinstall

%post -p %post_ldconfig
%postun -p %postun_ldconfig

%files
%_libdir/*.so.*
%doc README AUTHORS COPYING NEWS ChangeLog BUGS THANKS doc/*

%files devel
%_includedir/*
%_libdir/*.so

%files devel-static
%_libdir/*.a

%changelog

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

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