]> git.pld-linux.org Git - packages/xz.git/blame - xz.spec
- adjust soname
[packages/xz.git] / xz.spec
CommitLineData
92d59c25
ER
1# TODO
2# - devel contains shared library. move to -static.
82d22baf 3Summary: LZMA Encoder/Decoder
4Summary(pl): Koder/Dekoder LZMA
5Name: lzma
1e6080d5 6Version: 4.43
9c0de09c 7Release: 1
d952e0bf 8License: CPL/LGPL
82d22baf 9Group: Applications/Archiving
1e6080d5
JB
10Source0: http://dl.sourceforge.net/sevenzip/%{name}443.tar.bz2
11# Source0-md5: c4e1b467184c7cffd4371c74df2baf0f
82d22baf 12Patch0: %{name}-quiet.patch
90fc2073 13Patch1: %{name}427_zlib.patch
82d22baf 14URL: http://www.7-zip.org/sdk.html
a2b5ff78 15BuildRequires: gcc >= 5:3.4.0
6e34e97f 16BuildRequires: libstdc++-devel
82d22baf 17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20LZMA is default and general compression method of 7z format in 7-Zip
21program. LZMA provides high compression ratio and very fast
22decompression, so it is very suitable for embedded applications. For
23example, it can be used for ROM (firmware) compressing.
24
25LZMA features:
26
27- Compressing speed: 500 KB/s on 1 GHz CPU
28- Decompressing speed:
29 - 8-12 MB/s on 1 GHz Intel Pentium 3 or AMD Athlon.
30 - 500-1000 KB/s on 100 MHz ARM, MIPS, PowerPC or other simple RISC
31 CPU.
2f88d337 32- Small memory requirements for decompressing: 8-32 KB + dictionary
33 size
82d22baf 34- Small code size for decompressing: 2-8 KB (depending from speed
35 optimizations)
36
37%description -l pl
38