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