From d79ed57501c8d41e1d292409596e63d8ecdc3a0fe00d9023ff4feaf0846aa827 Mon Sep 17 00:00:00 2001 From: Bernhard Wiedemann Date: Mon, 17 Oct 2016 12:20:13 +0000 Subject: [PATCH] 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 --- zstd.changes | 5 +++++ zstd.spec | 21 +++++++++++++++------ 2 files changed, 20 insertions(+), 6 deletions(-) diff --git a/zstd.changes b/zstd.changes index 66790d2..19c76e1 100644 --- a/zstd.changes +++ b/zstd.changes @@ -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 diff --git a/zstd.spec b/zstd.spec index f1938db..115235d 100644 --- a/zstd.spec +++ b/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.