Name: shake Version: 0.999 Release: 1%{?dist} Summary: Defragmenter, that runs in userspace License: GPLv3+ and GFDL URL: http://www.vleu.net/shake/ Source0: http://download.savannah.nongnu.org/releases/shake/shake-%{version}.tar.bz2 BuildRequires: cmake, libattr-devel, help2man #Requires: %description Shake is a defragmenter that runs in userspace, without the need of patching the kernel and while the system is used (for now, on GNU/Linux only). There is nothing magic in that : it just works by rewriting fragmented files. But it has some heuristics that could make it more efficient than other tools, including defrag and, maybe, xfs_fsr. %prep %setup -q -n shake-fs-%{version} %build cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} . make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT %files %doc GPL.txt doc/FDL.txt NEWS %{_bindir}/* %{_mandir}/man8/* %changelog