A Program for Compressing Files
The xz command is a very powerful program for compressing files.
* Average compression ratio of LZMA is about 30% better than that of
gzip, and 15% better than that of bzip2.
* Decompression speed is only little slower than that of gzip, being
two to five times faster than bzip2.
* In fast mode, compresses faster than bzip2 with a comparable
compression ratio.
* Achieving the best compression ratios takes four to even twelve
times longer than with bzip2. However. this doesn't affect
decompressing speed.
* Very similar command line interface to what gzip and bzip2 have.
- Developed at Base:System
-
9
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/xz && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
baselibs.conf | 0000000091 91 Bytes | |
xz-5.4.2.tar.gz | 0002799022 2.67 MB | |
xz-5.4.2.tar.gz.sig | 0000000566 566 Bytes | |
xz.changes | 0000052562 51.3 KB | |
xz.keyring | 0000003151 3.08 KB | |
xz.spec | 0000006255 6.11 KB | |
xznew | 0000004675 4.57 KB | |
xznew.1 | 0000000954 954 Bytes |
Revision 90 (latest revision is 92)
Ana Guerrero (anag+factory)
accepted
request 1167536
from
Dirk Mueller (dirkmueller)
(revision 90)
- revert the switch to tar_scm which dropped the signature validation - switch back to tarballs because the upstream tarballs are not gone - reinstanciate keyring from Lasse - go back to the last release signed by Lasse (5.4.2) - revert multibuild, drop service and rpmlintrc - use real_ver for the Source, move everything else back to %version like before the hectic XZ downgrade - remove payload setting, we are using zstd now - Switch to using tar_scm for fetching the sources as the upstream tarballs on github are gone - introduce _multibuild to allow building the translations outside of Ring0 and everything else in Ring0 - add rpmlintrc to silence harmless warnings
Comments 0