Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > df9f0671f215ed4191e1da8c385fe30f > files > 2

md5deep-3.5.1-2mdv2010.1.src.rpm

Summary:	Compute MD5 message digests on an arbitrary number of files
Name:		md5deep
Version:	3.5.1
Release:	%mkrel 2
Group:		File tools
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
License:	Public Domain and GPLv2+
URL:		http://md5deep.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/md5deep/%{name}-%{version}.tar.gz

%description
md5deep is a cross-platform program to compute MD5 message digests
on an arbitrary number of files. The program is known to run on
Windows(tm), Linux, FreeBSD, OS X, Solaris, and should run on most
other platforms. md5deep is similar to the md5sum program found in
the GNU Coreutils package, but has the following additional
features: 

* Recursive operation - md5deep is able to recursive examine an
  entire directory tree. That is, compute the MD5 for every file
  in a directory andf for every file in every subdirectory. 

* Time estimation - md5deep can produce a time estimate when it's
  processing very large files. 

* Comparison mode - md5deep can accept a list of known hashes and
  compare them to a set of input files. The program can display
  either those input files that match the list of known hashes or
  those that do not match. 

%prep

%setup -q -n %{name}-%{version}

%build
%configure2_5x
%make

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
%makeinstall_std

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc ChangeLog README
%{_bindir}/*
%{_mandir}/man1/*


%changelog
* Mon Feb 01 2010 Sandro Cazzaniga <kharec@mandriva.org> 3.5.1-2mdv2010.1
+ Revision: 499134
- Increment release
- Use %%configure2_5x instead of %%configure

* Fri Jan 01 2010 Jérôme Brenier <incubusss@mandriva.org> 3.5.1-1mdv2010.1
+ Revision: 484641
- new version 3.5.1
- use %%configure instead of %%configure2_5x
- finish to remove Patch0

* Mon Sep 14 2009 Thierry Vignaud <tvignaud@mandriva.com> 3.1-2mdv2010.0
+ Revision: 439792
- rebuild

* Mon Oct 27 2008 Funda Wang <fwang@mandriva.org> 3.1-1mdv2009.1
+ Revision: 297521
- New version 3.1

* Tue Jul 29 2008 Thierry Vignaud <tvignaud@mandriva.com> 1.13-3mdv2009.0
+ Revision: 252177
- rebuild
- fix no-buildroot-tag

* Thu Feb 07 2008 Guillaume Rousse <guillomovitch@mandriva.org> 1.13-1mdv2008.1
+ Revision: 163682
- update to new version 1.13
- update to new version 1.13

  + Thierry Vignaud <tvignaud@mandriva.com>
    - kill re-definition of %%buildroot on Pixel's request


* Fri Jul 14 2006 Oden Eriksson <oeriksson@mandriva.com> 1.12-1mdv2007.0
- 1.12
- rediffed P0

* Fri Jun 03 2005 Oden Eriksson <oeriksson@mandriva.com> 1.2-3mdk
- rebuild

* Sun May 02 2004 Oden Eriksson <oeriksson@mandrakesoft.com> 1.2-2mdk
- fix the %%vendor and %%distribution string

* Mon Apr 26 2004 Oden Eriksson <oeriksson@mandrakesoft.com> 1.2-1mdk
- 1.2
- added P0
- added the sha1deep stuff