Blob Blame History Raw
Name:		samefile
Version:	2.12
Release:	3%{?dist}
Summary:	An utility to find identical files on the file system

Group:		Applications/System
License:	BSD
URL:		http://schweikhardt.net/samefile/
Source0:	http://www.schweikhardt.net/%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
The samefile utility finds files with identical contents, independent of file 
name. This program is for you if you are notoriously low on disk space, keep 
exceeding your disk quota, pay for your storage by the megabyte, run any kind 
of file server, need to reduce the size of your backups, or just want to get 
a feeling for how much redundant files are there on your system.

%prep
%setup -q


%build
%configure
make %{?_smp_mflags}

%check
make test

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README ChangeLog
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1.gz


%changelog
* Fri Sep 5 2008 Vivek Shah <boni.vivek at gmail.com> 2.12-3
- Fixed SOURCE0 URL

* Mon Aug 25 2008 Vivek Shah <boni.vivek at gmail.com> 2.12-2
- Added self check and ChangeLog file

* Thu Aug 21 2008 Vivek Shah <boni.vivek at gmail.com> 2.12-1
- Initial Package