Name: rdfind
Version: 1.3.5
Release: 3%{?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
* Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.5-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* 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