Accepting request 435625 from home:jengelh:branches:Archiving
- Update descriptions OBS-URL: https://build.opensuse.org/request/show/435625 OBS-URL: https://build.opensuse.org/package/show/Archiving/zstd?expand=0&rev=3
This commit is contained in:
parent
7866b5adc6
commit
d79ed57501
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 16 17:55:02 UTC 2016 - jengelh@inai.de
|
||||
|
||||
- Update descriptions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 5 09:03:14 UTC 2016 - bwiedemann@suse.com
|
||||
|
||||
|
21
zstd.spec
21
zstd.spec
@ -36,26 +36,35 @@ BuildRequires: pkgconfig
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
Zstd, short for Zstandard, is a fast lossless compression algorithm,
|
||||
Zstd, short for Zstandard, is a lossless compression algorithm,
|
||||
targeting real-time compression scenarios at zlib-level compression ratio.
|
||||
|
||||
Zstd can also offer stronger compression ratios at the cost of compression speed. Speed vs Compression trade-off is configurable by small increments. Decompression speed is preserved and remains roughly the same at all settings, a property shared by most LZ compression algorithms, such as zlib or lzma.
|
||||
Zstd can also offer stronger compression ratios at the cost of
|
||||
compression speed. Speed vs. compression trade-off is configurable by
|
||||
small increments. Decompression speed is preserved and remains
|
||||
roughly the same at all settings, a property shared by most LZ
|
||||
compression algorithms, such as zlib or lzma.
|
||||
|
||||
%package -n %{libname}
|
||||
Summary: Zstd shared library
|
||||
Summary: Zstd compression library
|
||||
Group: Productivity/Archiving/Compression
|
||||
|
||||
%description -n %{libname}
|
||||
Zstandard compression shared library.
|
||||
Zstd, short for Zstandard, is a lossless compression algorithm,
|
||||
targeting real-time compression scenarios at zlib-level compression ratio.
|
||||
|
||||
This subpackage contains the implementation as a shared library.
|
||||
|
||||
%package -n lib%{name}-devel
|
||||
Summary: Header files for Zstd library
|
||||
Summary: Development files for the Zstd compression library
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{libname} = %{version}
|
||||
Requires: glibc-devel
|
||||
|
||||
%description -n lib%{name}-devel
|
||||
Header files for Zstd library.
|
||||
Zstd, short for Zstandard, is a lossless compression algorithm,
|
||||
targeting real-time compression scenarios at zlib-level compression ratio.
|
||||
|
||||
Needed for compiling programs that link with the library.
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user