Summary: A small wrapper to disable fsync and related functions Name: eatmydata Version: 105 Release: 3 Group: File tools License: GPLv3 URL: https://launchpad.net/libeatmydata Source0: https://launchpad.net/libeatmydata/trunk/release-%{version}/+download/libeatmydata-%{version}.tar.gz Patch0: fix-it.patch Provides: libeatmydata = %{version}-%{release} %description libeatmydata is a small LD_PRELOAD library designed to (transparently) disable fsync (and friends, like open(O_SYNC)). This has two side-effects: making software that writes data safely to disk a lot quicker and making this software no longer crash safe. DO NOT use libeatmydata on software where you care about what it stores. It's called libEAT-MY-DATA for a reason. %prep %setup -q -n libeatmydata-%{version} %autopatch -p1 %build %configure %make_build %install %make_install %files %doc AUTHORS ChangeLog README %license COPYING %{_bindir}/* %{_libdir}/* %{_libexecdir}/eatmydata.sh