Blame rdfind.spec

f97cb9
Name:		rdfind
Peter Robinson d232fc
Version:	1.6.0
Peter Robinson d232fc
Release:	%autorelease
f97cb9
Summary:	Program that finds duplicate files
f97cb9
Peter Robinson d232fc
License:	GPL-2.0-or-later
f97cb9
URL:		https://rdfind.pauldreik.se/
f97cb9
Source0:	%{url}/%{name}-%{version}.tar.gz
f97cb9
Peter Robinson d232fc
BuildRequires:	gcc
Peter Robinson d232fc
BuildRequires:	gcc-c++
Peter Robinson d232fc
BuildRequires:	make
f97cb9
BuildRequires:	nettle-devel
f97cb9
f97cb9
%description
f97cb9
Rdfind is a program that finds duplicate files. It is useful for compressing
f97cb9
backup directories or just finding duplicate files. It compares files based on
f97cb9
their content, NOT on their file names.
f97cb9
f97cb9
f97cb9
%prep
Peter Robinson d232fc
%autosetup -p1
f97cb9
f97cb9
f97cb9
%build
f97cb9
%configure
f97cb9
%make_build
f97cb9
f97cb9
f97cb9
%install
f97cb9
%make_install
f97cb9
f97cb9
f97cb9
%check
f97cb9
make check
f97cb9
f97cb9
f97cb9
%files
f97cb9
%doc AUTHORS ChangeLog
f97cb9
%license COPYING LICENSE
f97cb9
%{_bindir}/%{name}
f97cb9
%{_mandir}/man1/%{name}.1*
f97cb9
f97cb9
f97cb9
%changelog
Peter Robinson d232fc
%autochangelog