rdfind/rdfind.spec

47 lines
1.1 KiB
RPMSpec
Raw Normal View History

Name: rdfind
Version: 1.6.0
Release: 1mamba
Summary: A program that finds duplicate files
Group: System/Tools
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://rdfind.pauldreik.se/
Source: https://rdfind.pauldreik.se/rdfind-%{version}.tar.gz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libgcc
BuildRequires: libnettle-devel
BuildRequires: libstdc++6-devel
## AUTOBUILDREQ-END
%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.
%debug_package
%prep
%setup -q
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_bindir}/rdfind
%{_mandir}/man1/rdfind.1*
%doc AUTHORS COPYING LICENSE
%changelog
* Fri Nov 17 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6.0-1mamba
- package created using the webbuild interface