Name: | snappy |
---|---|
Version: | 1.1.7 |
Release: | 5.el8 |
Architecture: | x86_64 |
Group: | System Environment/Libraries |
Size: | 58789 |
License: | BSD |
RPM: | snappy-1.1.7-5.el8.x86_64.rpm |
Source RPM: | snappy-1.1.7-5.el8.src.rpm |
Build Date: | Wed Jun 05 2019 |
Build Host: | ca-build101.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/google/snappy |
Summary: | Fast compression and decompression library |
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. |
- Added BR: gcc-c++ according to new packaging guidelines.
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
- Switch to %ldconfig_scriptlets
- Fixed https://bugzilla.redhat.com/show_bug.cgi?id=1527850
- Updated to new release. - Build with CMake since autotool support is deprecated.
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
- Rebuilt with https://github.com/google/snappy/archive/1.1.4.tar.gz since %{source0} contains different and buggy code. https://groups.google.com/forum/#!topic/snappy-compression/uhELq553TrI
- Updated to new release. - Added pkgconfig file now coming with the sources.