Name: | fluxcapacitor |
---|---|
Version: | 0 |
Release: | 4.20180114git0b6a11b.el7 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 78405 |
License: | MIT |
RPM: | fluxcapacitor-0-4.20180114git0b6a11b.el7.x86_64.rpm |
Source RPM: | fluxcapacitor-0-4.20180114git0b6a11b.el7.src.rpm |
Build Date: | Fri Feb 16 2018 |
Build Host: | x86-ol6-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/majek/fluxcapacitor |
Summary: | Run programs without blocking on syscalls |
Description: | Fluxcapacitor is a tool for making your program run without blocking on timeouts and on functions like poll() and select(), by spoofing POSIX time functions. Fluxcapacitor will make your program run faster and be 100% CPU constrained. It does that by "speeding up" blocking syscalls. Faking time is a necessary side effect. |
- Move the .so files from %{_datadir} to %{_libdir} - Make Patch1 contain an arch-test, instead of doing if-arch-then-patch
- Update to newest upstream snapshot - Remove Source1: man page accepted upstream - Remove Patch1: "Use 64-bit time values on 32-bit arches" patch accepted upstream
- Fix typo in summary ("wihout") - Add info about program limitations to the man page
- Initial packaging