Vivek Shah 244c18a
Name:		samefile
1c9418f
Version:	2.14
f5a65d1
Release:	3%{?dist}
d3c4790
Summary:	Command-line utility to find identical files on the file system
Vivek Shah 244c18a
Vivek Shah 244c18a
Group:		Applications/System
Vivek Shah 244c18a
License:	BSD
d3c4790
URL:		http://www.schweikhardt.net/samefile/
Vivek Shah 244c18a
Source0:	http://www.schweikhardt.net/%{name}-%{version}.tar.gz
Vivek Shah 244c18a
Vivek Shah 244c18a
%description
Vivek Shah 244c18a
The samefile utility finds files with identical contents, independent of file 
Vivek Shah 244c18a
name. This program is for you if you are notoriously low on disk space, keep 
Vivek Shah 244c18a
exceeding your disk quota, pay for your storage by the megabyte, run any kind 
Vivek Shah 244c18a
of file server, need to reduce the size of your backups, or just want to get 
Vivek Shah 244c18a
a feeling for how much redundant files are there on your system.
Vivek Shah 244c18a
d3c4790
Vivek Shah 244c18a
%prep
Vivek Shah 244c18a
%setup -q
Vivek Shah 244c18a
Vivek Shah 244c18a
Vivek Shah 244c18a
%build
Vivek Shah 244c18a
%configure
Vivek Shah 244c18a
make %{?_smp_mflags}
Vivek Shah 244c18a
d3c4790
Vivek Shah 244c18a
%install
5c17b84
%make_install
Vivek Shah 244c18a
d3c4790
5c17b84
%check
5c17b84
make test
Vivek Shah 244c18a
Vivek Shah 244c18a
Vivek Shah 244c18a
%files
Vivek Shah 244c18a
%doc README ChangeLog
Vivek Shah 244c18a
%{_bindir}/%{name}
d3c4790
%{_mandir}/man1/%{name}.1*
Vivek Shah 244c18a
Vivek Shah 244c18a
Vivek Shah 244c18a
%changelog
f5a65d1
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.14-3
f5a65d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
f5a65d1
e1ab8ed
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.14-2
e1ab8ed
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
e1ab8ed
1c9418f
* Fri Feb 22 2013 Michael Schwendt <mschwendt@fedoraproject.org> - 2.14-1
1c9418f
- Update to 2.14 (which automates the LFS compilation)
6030fd3
5357dd9
* Fri Feb 22 2013 Michael Schwendt <mschwendt@fedoraproject.org> - 2.13-5
5357dd9
- Fix a couple of long-casts and %ld usage for off_t, so file sizes
5357dd9
  are printed correctly, for example.
5357dd9
5c17b84
* Wed Feb 20 2013 Michael Schwendt <mschwendt@fedoraproject.org> - 2.13-4
5357dd9
- Build with -D_FILE_OFFSET_BITS=64 for LFS as well as stat64 usage.
5c17b84
- Minor spec cleanup for modern guidelines.
5c17b84
d8c6a3c
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.13-3
d8c6a3c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
d8c6a3c
49541f9
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.13-2
49541f9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
49541f9
d3c4790
* Sun Jan 15 2012 Michael Schwendt <mschwendt@fedoraproject.org> - 2.13-1
d3c4790
- Update to 2.13 (man page fix and cosmetic fixes only, however).
d3c4790
080e5db
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.12-7
080e5db
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
080e5db
818f20b
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.12-6
818f20b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
818f20b
d1cfd8a
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.12-5
d1cfd8a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
d1cfd8a
ad796a2
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.12-4
ad796a2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
ad796a2
Vivek Shah 244c18a
* Fri Sep 5 2008 Vivek Shah <boni.vivek at gmail.com> 2.12-3
Vivek Shah 244c18a
- Fixed SOURCE0 URL
Vivek Shah 244c18a
Vivek Shah 244c18a
* Mon Aug 25 2008 Vivek Shah <boni.vivek at gmail.com> 2.12-2
Vivek Shah 244c18a
- Added self check and ChangeLog file
Vivek Shah 244c18a
Vivek Shah 244c18a
* Thu Aug 21 2008 Vivek Shah <boni.vivek at gmail.com> 2.12-1
Vivek Shah 244c18a
- Initial Package