File e4rat-lite.spec of Package e4rat
#
# spec file for package inklingreader
#
Name: e4rat-lite
Version: git
Release: 0
Summary: Reduce disk access time on ext4 filesystems through relevant file defragmentation.
License: GPL-3.0-only
#Group: Productivity/Text/Utilities
#URL: https://github.com/
Source0: %name-git.tar.xz
BuildRequires: cmake
BuildRequires: make
BuildRequires: gcc-c++
BuildRequires: boost-devel
BuildRequires: libboost_system-devel
BuildRequires: libboost_filesystem-devel
BuildRequires: libboost_regex-devel
BuildRequires: libboost_thread-devel
BuildRequires: libext2fs-devel
BuildRequires: libblkid-devel
BuildRequires: audit-devel
%description
Reduce disk access time on ext4 filesystems through relevant file defragmentation.
%prep
%autosetup
%build
cmake . -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=%{_prefix} -DBUILD_CORE_LIBRARY_STATIC=true
%make_build
%install
%make_install
%files
/*
%postun
ldconfig
%post
ldconfig
%changelog