Blob Blame History Raw
Name:		rdfind
Version:	1.3.5
Release:	1%{?dist}
Summary:	Program that finds duplicate files

License:	GPLv2+
URL:		https://rdfind.pauldreik.se/
Source0:	%{url}/%{name}-%{version}.tar.gz

BuildRequires:	nettle-devel
BuildRequires:	gcc gcc-c++

%description
Rdfind is a program that finds duplicate files. It is useful for compressing
backup directories or just finding duplicate files. It compares files based on
their content, NOT on their file names.


%prep
%setup -q


%build
%configure
%make_build


%install
%make_install


%check
make check


%files
%doc AUTHORS ChangeLog
%license COPYING LICENSE
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*


%changelog
* Fri Jan 06 2017 Gerd Pokorra <gp@zimt.uni-siegen.de> 1.3.5-1
- add LICENSE file
- update to 1.3.5

* Fri Dec 30 2016 Gerd Pokorra <gp@zimt.uni-siegen.de> 1.3.4-2
- changed summary, Source0 and License tag
- add BuildRequires gcc and gcc-c++

* Thu Dec 22 2016 Gerd Pokorra <gp@zimt.uni-siegen.de> 1.3.4-1
- initial .spec file