%define fname libeatmydata Summary: A small wrapper to disable fsync and related functions Name: eatmydata Version: 82 Release: %mkrel 2 Group: File tools License: GPLv3 URL: https://launchpad.net/%{fname} Source0: http://launchpad.net/%{fname}/trunk/release-%{version}/+download/%{fname}-%{version}.tar.bz2 Provides: %{fname} %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 %{fname}-%version %build %configure2_5x %make %install %makeinstall_std mv %buildroot{%_libdir,/usr/libexec}/eatmydata.sh %files %doc README COPYING %{_bindir}/* %{_libdir}/* /usr/libexec/eatmydata.sh