Name: duperemove Version: 0.11 Release: 0.5.alpha.git.4713f91.1%{?dist} Summary: Simple tool for finding duplicated extents and submitting them for deduplication URL: https://github.com/markfasheh/duperemove Source0: https://github.com/markfasheh/duperemove/archive/4713f91f752ac93870e0cb502b6958c943bd1449.tar.gz#/duperemove-4713f91.tar.gz License: GPLv2 BuildRequires: glib2-devel BuildRequires: sqlite-devel >= 3 BuildRequires: libatomic Requires: kernel >= 3.13 Requires: sqlite %global commit0 4713f91f752ac93870e0cb502b6958c943bd1449 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %description Simple tool for finding duplicated extents and submitting them for deduplication. When given a list of files it will hash their contents on a block by block basis and compare those hashes to each other, finding and categorizing blocks that match each other. Duperemove can also submit those extents for deduplication using the Linux kernel extent-same ioctl. %prep %autosetup -n duperemove-4713f91f752ac93870e0cb502b6958c943bd1449 %build %make_build %install %make_install PREFIX=/usr MANDIR=%{_mandir} %files %doc README.md %license LICENSE LICENSE.xxhash %{_sbindir}/* %{_mandir}/man8/* %changelog * Fri Jul 28 2017 Filip Dobrovolny - 0.10-1 - Initial packaging. * Fri Jul 28 2017 Filip Dobrovolny - 0.11-0.5.alpha.git.4713f91 - Add libatomic as dependency.