]> git.pld-linux.org Git - packages/lzo.git/blame - lzo.spec
- massive attack: no need for 755 for *.la
[packages/lzo.git] / lzo.spec
CommitLineData
cd31bb9d
JB
1Summary: LZO - a real-time data compression library
2Summary(pl): LZO - biblioteka kompresji danych w czasie rzeczywistym
e8efac09 3Name: lzo
cc4f31ab 4Version: 1.08
5Release: 1
e8efac09 6Group: Libraries
e8efac09 7License: GPL
cc4f31ab 8Source0: http://www.oberhumer.com/opensource/lzo/download/%{name}-%{version}.tar.gz
9URL: http://www.oberhumer.com/opensource/lzo/
e8efac09 10BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12%description
13LZO is a portable lossless data compression library written in ANSI C.
14It implements a number of algorithms with the following features:
15- Decompression is simple and *very* fast.
16- Requires no memory for decompression.
17- Compression is pretty fast.
18- Requires 64 kB of memory for compression.
19- Allows you to dial up extra compression at a speed cost in the
20 compressor. The speed of the decompressor is not reduced.
21- Includes compression levels for generating pre-compressed data which
22 achieve a quite competitive compression ratio.
23- There is also a compression level which needs only 8 kB for
24 compression.
25- Supports overlapping compression and in-place decompression.
26- Algorithm is thread safe.
27- Algorithm is lossless.
28
a068c46a 29%description -l pl
30