#% define patchl 001 Name: md5deep Version: 4.3 Release: 2mamba Summary: A set of programs to compute MD5, SHA-1, SHA-256 Tiger, Whirlpool message digests Group: Applications/Security Vendor: openmamba Distribution: openmamba Packager: Aleph0 URL: http://md5deep.sourceforge.net/ Source: http://downloads.sourceforge.net/md5deep/md5deep-%{version}%{?patchl:-%patchl}.tar.gz Patch0: md5deep-4.3-gcc-4.7.patch License: Public Domain ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libgcc BuildRequires: libstdc++6-devel ## AUTOBUILDREQ-END BuildRoot: %{_tmppath}/%{name}-%{version}-root %description md5deep computes the MD5, SHA-1, SHA-256, Tiger, or Whirlpool message digest for any number of files while optionally recursively digging through the directory structure. Can also match input files against lists of known hashes in a variety of formats. %debug_package %prep %setup -q -n %{name}-%{version}%{?patchl:-%patchl} %patch0 -p1 %build %configure %make #PREFIX=%{_prefix} MAN=%{_mandir}/man1 %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall # \ # PREFIX=%{buildroot}%{_prefix} \ # MAN=%{buildroot}%{_mandir}/man1 %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files %defattr(-,root,root) %{_bindir}/hashdeep %{_bindir}/md5deep %{_bindir}/sha1deep %{_bindir}/sha256deep %{_bindir}/tigerdeep %{_bindir}/whirlpooldeep %{_mandir}/man1/hashdeep.1.* %{_mandir}/man1/md5deep.* %{_mandir}/man1/sha1deep.* %{_mandir}/man1/sha256deep.* %{_mandir}/man1/tigerdeep.* %{_mandir}/man1/whirlpooldeep.* %doc README %changelog * Sun Apr 14 2013 Silvan Calarco 4.3-2mamba - added a patch to workaround a segfault with recent libstdc++6 when invoked with -e option * Fri Dec 21 2012 Automatic Build System 4.3-1mamba - update to 4.3 * Tue Jul 26 2011 Automatic Build System 3.9.2-1mamba - automatic update by autodist * Fri Jul 22 2011 Automatic Build System 3.9.1-1mamba - automatic update to 3.0.3.0 by autodist * Tue Dec 21 2010 Automatic Build System 3.7-1mamba - automatic update by autodist * Mon May 10 2010 Automatic Build System 3.6-1mamba - automatic update by autodist * Mon Jul 13 2009 Automatic Build System 3.4-1mamba - update to 3.4 * Wed Dec 12 2007 Aleph0 2.0.1-001-1mamba - update to 2.0.1-001 * Tue Oct 23 2007 Silvan Calarco 2.0-1mamba - update to 2.0 * Thu Sep 14 2006 Davide Madrisan 1.12-1qilnx - package created by autospec