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:
Bernhard M. Wiedemann 2016-10-17 12:20:13 +00:00 committed by Git OBS Bridge
parent 7866b5adc6
commit d79ed57501
2 changed files with 20 additions and 6 deletions

View File

@ -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 Wed Oct 5 09:03:14 UTC 2016 - bwiedemann@suse.com

View File

@ -36,26 +36,35 @@ BuildRequires: pkgconfig
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %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. 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} %package -n %{libname}
Summary: Zstd shared library Summary: Zstd compression library
Group: Productivity/Archiving/Compression Group: Productivity/Archiving/Compression
%description -n %{libname} %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 %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++ Group: Development/Libraries/C and C++
Requires: %{libname} = %{version} Requires: %{libname} = %{version}
Requires: glibc-devel Requires: glibc-devel
%description -n lib%{name}-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. Needed for compiling programs that link with the library.