File md5deep.spec of Package md5deep
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: md5deep
Version: 3.8
Release: 0
#
License: Public Domain and GPLv2
Group: System/Base
#
BuildRoot: %{_tmppath}/%{name}-%{version}-build
#
Url: http://md5deep.sourceforge.net/
# http://sourceforge.net/projects/md5deep/files/md5deep/md5deep-3.8/md5deep-3.8.tar.gz
Source: md5deep-%{version}.tar.bz2
#
Summary: like md5sum just handles directories on its own
%description
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.
%prep
%setup -q
%build
%configure
%install
%makeinstall
%clean
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.1*
%{_mandir}/man1/sha1deep.1*
%{_mandir}/man1/sha256deep.1*
%{_mandir}/man1/whirlpooldeep.1*
%{_mandir}/man1/tigerdeep.1*
%doc AUTHORS ChangeLog COPYING FILEFORMAT NEWS README TODO
%changelog