shake/shake.spec

Name: shake
Summary: Userspace filesystem defragmenter
Version: 0.99
Release: 1
License: GPL
Group: System Environment/Base
URL: http://vleu.net/shake/
Description: Shake is a defragmenter that runs in userspace, without the need of patching the kernel and while the systems is used. 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.

CentOS 7 x86_64

The build was not successful.

Build Status

CentOS 6 x86_64

The build was not successful.

Build Status

Contents

The spec file used by the build system currently has the following contents:

# $Id$
# Authority: dag

Summary: Userspace filesystem defragmenter
Name: shake
Version: 0.99
Release: 1%{?dist}
License: GPL
Group: System Environment/Base
URL: http://vleu.net/shake/

Source: http://download.savannah.nongnu.org/releases/shake/shake-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

BuildRequires: cmake
BuildRequires: libattr-devel

%description
Shake is a defragmenter that runs in userspace, without the need of patching
the kernel and while the systems is used. 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

%build
cd build/
cmake ..

%install
%{__rm} -rf %{buildroot}
%{__make} install DESTDIR="%{buildroot}"
#%{__install} -D -m0755 shake %{buildroot}%{_bindir}/shake
#%{__install} -D -m0755 unattr %{buildroot}%{_bindir}/unattr
#%{__install} -D -m0644 doc/shake.8 %{buildroot}%{_mandir}/man8/shake.8
#%{__install} -D -m0644 doc/unattr.8 %{buildroot}%{_mandir}/man8/unattr.8

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc COPYING GPL.txt INSTALL NEWS
%doc %{_mandir}/man8/shake.8*
%doc %{_mandir}/man8/unattr.8*
%{_bindir}/shake
%{_bindir}/unattr

%changelog
* Sun Feb 22 2009 Dag Wieers <dag@wieers.com> - 0.99-1
- Updated to release 0.99.

* Sun Feb 03 2008 Dag Wieers <dag@wieers.com> - 0.30-1
- Updated to release 0.30.

* Tue Aug 29 2006 Dag Wieers <dag@wieers.com> - 0.26-1
- Updated to release 0.26.

* Sun Aug 20 2006 Dag Wieers <dag@wieers.com> - 0.24-1
- Updated to release 0.24.

* Wed Aug 16 2006 Dag Wieers <dag@wieers.com> - 0.23-1
- Updated to release 0.23.

* Tue Jun 27 2006 Dag Wieers <dag@wieers.com> - 0.22-1
- Updated to release 0.22.

* Mon Jun 12 2006 Dag Wieers <dag@wieers.com> - 0.20-1
- Initial package. (using DAR)