Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Name: shake-fs
- Version: 0.999
- Release: 1%{?dist}
- Summary: Defragmenter, that runs in userspace
- License: GPLv3+ or GFDL
- URL: http://www.vleu.net/shake/
- Source0: http://download.savannah.nongnu.org/releases/shake/shake-%{version}.tar.bz2
- Patch0: shake-fs-0.999-fix-dev_t.patch
- BuildRequires: cmake, libattr-devel, help2man
- %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}
- %patch0 -p1
- %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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement