# # Spec file for samefile-2.12 # Name: samefile Version: 2.12 Release: 0 URL: http://www.schweikhardt.net/ Source: http://www.schweikhardt.net/%{name}-%{version}.tar.gz License: BSD (2 Clauses), Copyright (c) 1996 Jens Schweikhardt Group: Applications/File Summary: Find identical files on your file system BuildRoot: %{_tmppath}/%{name}-%{version}-build %description The samefile program helps you find identical files on your file systems. Identical files don't have to have the same name to be found by samefile. The input is a list of filenames, e.g. from ls(1) or find(1). The output is a list of file name pairs along with some other useful information. Samefile comes in handy when you - are notoriously low on disk space. It will probably find megabytes of redundant files that you can then hardlink, symlink or remove. - want to know what files in two subdirectory trees have (not) changed. The program is reasonably fast to even check any file against any other. %prep %setup %build %configure make %install [ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT; %makeinstall %clean [ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT; %files %doc INSTALL README %doc %{_mandir}/man1/%{name}.1* %{_prefix}/bin/%{name} %changelog * Mon Jun 20 2005 Jens Schweikhardt - Removed whitespace at EOL. * Mon Jun 20 2005 Lenz Grimmer - Update to version 2.11 - Removed Makefile.in patch (applied upstream) - Made man page file name matching more universal (some distributions don't gzip the man pages) * Fri Jun 17 2005 Lenz Grimmer - Initial spec file created for version 2.10