Blob Blame History Raw
Name:           md5deep
Version:        3.1
Release:        1%{?dist}
Summary:        A set of cross-platform tools to compute hashes
Group:          Applications/File
License:        GPLv2
URL:            http://md5deep.sf.net/
Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

%description
This is md5deep, a set of cross-platform tools to compute hashes, or
message digests, for any number of files while optionally recursively
digging through the directory structure.  It can also take a list of known
hashes and display the filenames of input files whose hashes either do or
do not match any of the known hashes. This version supports MD5, SHA-1,
SHA-256, Tiger, and Whirlpool hashes.

%prep
%setup -q

%build
export CFLAGS="-fPIE -pie ${RPM_OPT_FLAGS}"
%configure
make %{?_smp_mflags}

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

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Fri Aug  1 2008 Paul P. Komkoff Jr <i@stingr.net> - 3.1-1
- new upstream version

* Fri Jul 18 2008 Paul P. Komkoff Jr <i@stingr.net> - 3.0-1
- new upstream version

* Sun Feb 24 2008 Paul P. Komkoff Jr <i@stingr.net> - 2.0.1-1
- initial rpm submission to Fedora