Name: | spooky-c |
---|---|
Version: | 1.0.0 |
Release: | 6.el7 |
Architecture: | aarch64 |
Group: | System Environment/Libraries |
Size: | 70666 |
License: | BSD |
RPM: | spooky-c-1.0.0-6.el7.aarch64.rpm |
Source RPM: | spooky-c-1.0.0-6.el7.src.rpm |
Build Date: | Sat May 26 2018 |
Build Host: | ca-buildarm02.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/andikleen/spooky-c |
Summary: | C port of Bob Jenkins' spooky hash |
Description: | This is a C version of Bob Jenkins' spooky hash. The only advantage over Bob's original version is that it is in C, not C++ and comes with some test and benchmark code. This is a very competitive hash function, but is somewhat non-portable. It should work on both big and little endian architectures, but will generate different hashes on them. It's also optimized for 64-bit architectures. It will work on 32-bit architectures as well, but is much slower there. |
- move base package to System Environment/Libraries
- switch to BSD license, update to latest upstream HEAD
- add comment pointing out pull request for manpage patch
- use github-specific tarball generation
- specfile cleanups - disable static library - add manpage
- initial package build