Name: nosync Version: 1.0 Release: 1%{?dist} Summary: Preload library for disabling file's content synchronization License: ASL 2.0 URL: http://github.com/kjn/%{name} Source0: http://github.com/kjn/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz %description nosync is a small preload library that can be used to disable synchronization of file's content with storage devices on GNU/Linux. It works by overriding implementations of certain standard functions like fsync or open. %prep %setup -q %build make CFLAGS="%{optflags}" %{?_smp_mflags} %install %makeinstall %files %doc AUTHORS LICENSE NOTICE README.md %{_libdir}/%{name} %changelog * Sat Jul 5 2014 Mikolaj Izdebski - 1.0-1 - Initial packaging