Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37705166
en ru br
ALT Linux repos
S:2.1.2-alt1
5.0: 1.40-alt2
4.1: 1.40-alt1

Group :: File tools
RPM: fdupes

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: fdupes
Version: 2.1.2
Epoch: 1
Release: alt1

Summary: Identifies duplicate files within given directories

License: MIT
Group: File tools
Url: https://github.com/adrianlopezroche/fdupes

# Source-url: https://github.com/adrianlopezroche/fdupes/archive/v%version.tar.gz

Source: %name-%version.tar

BuildRequires: libncursesw-devel libpcre2-devel

%description
FDUPES is a program for identifying or deleting duplicate files
residing within specified directories.

%prep
%setup

%build
%autoreconf
%configure
%make_build

%install
%makeinstall_std

%check
./fdupes testdir
./fdupes -r testdir

%files
%doc CHANGES CONTRIBUTORS README
%_bindir/*
%_man1dir/*
%_man7dir/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin