From b5d7cbd46c6d725b2084e4a98277895d88c12728 Mon Sep 17 00:00:00 2001 From: Davide Madrisan Date: Fri, 5 Jan 2024 17:56:39 +0100 Subject: [PATCH] Update the list of build requirements [release 1.1.3-2mamba;Fri Feb 26 2016] --- README.md | 4 +++- snappy.spec | 20 ++++++++++++++++---- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 51ff1d1..139ccf1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # snappy -Snappy is a compression/decompression library. It does not aim for maximum compression, or compatibility with any other compression library; instead, it aims for very high speeds and reasonable compression. For instance, compared to the fastest mode of zlib, Snappy is an order of magnitude faster for most inputs, but the resulting compressed files are anywhere from 20% to 100% bigger. +Snappy is a compression/decompression library. +It does not aim for maximum compression, or compatibility with any other compression library; instead, it aims for very high speeds and reasonable compression. +For instance, compared to the fastest mode of zlib, Snappy is an order of magnitude faster for most inputs, but the resulting compressed files are anywhere from 20% to 100% bigger. diff --git a/snappy.spec b/snappy.spec index 63300ba..98e34c4 100644 --- a/snappy.spec +++ b/snappy.spec @@ -1,6 +1,6 @@ Name: snappy Version: 1.1.3 -Release: 1mamba +Release: 2mamba Summary: A fast compression/decompression library Group: Applications/Archiving Vendor: openmamba @@ -14,19 +14,28 @@ BuildRequires: glibc-devel BuildRequires: libgcc BuildRequires: libstdc++6-devel ## AUTOBUILDREQ-END +BuildRequires: liblzo-devel Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} BuildRoot: %{_tmppath}/%{name}-%{version}-root +# checking for lzf_compress in -llzf... no +# checking for fastlz_compress in -lfastlz... no +# checking for qlz_compress in -lquicklz... no + %description -Snappy is a compression/decompression library. It does not aim for maximum compression, or compatibility with any other compression library; instead, it aims for very high speeds and reasonable compression. For instance, compared to the fastest mode of zlib, Snappy is an order of magnitude faster for most inputs, but the resulting compressed files are anywhere from 20% to 100% bigger. +Snappy is a compression/decompression library. +It does not aim for maximum compression, or compatibility with any other compression library; instead, it aims for very high speeds and reasonable compression. +For instance, compared to the fastest mode of zlib, Snappy is an order of magnitude faster for most inputs, but the resulting compressed files are anywhere from 20% to 100% bigger. %package -n lib%{name} Group: System/Libraries Summary: A fast compression/decompression library %description -n lib%{name} -Snappy is a compression/decompression library. It does not aim for maximum compression, or compatibility with any other compression library; instead, it aims for very high speeds and reasonable compression. For instance, compared to the fastest mode of zlib, Snappy is an order of magnitude faster for most inputs, but the resulting compressed files are anywhere from 20% to 100% bigger. - +Snappy is a compression/decompression library. +It does not aim for maximum compression, or compatibility with any other compression library; instead, it aims for very high speeds and reasonable compression. +For instance, compared to the fastest mode of zlib, Snappy is an order of magnitude faster for most inputs, but the resulting compressed files are anywhere from 20% to 100% bigger. + %package -n lib%{name}-devel Group: Development/Libraries Summary: Development files for %{name} @@ -79,6 +88,9 @@ This package contains libraries and header files for developing applications tha %{_datadir}/doc/snappy/framing_format.txt %changelog +* Fri Feb 26 2016 Davide Madrisan 1.1.3-2mamba +- Update the list of build requirements + * Wed Sep 16 2015 Silvan Calarco 1.1.3-1mamba - update to 1.1.3