[md5deep] add build dependency to autoconf. automake

rebus rebus at fedoraproject.org
Wed Sep 24 02:39:40 UTC 2014


commit 99b88f60ca3d1ecebd9c378e79cd4fd92d9eb9f4
Author: Michal Ambroz <rebus at seznam.cz>
Date:   Wed Sep 24 04:38:35 2014 +0200

    add build dependency to autoconf. automake

 md5deep.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/md5deep.spec b/md5deep.spec
index f7ecf48..999be79 100644
--- a/md5deep.spec
+++ b/md5deep.spec
@@ -16,6 +16,9 @@ Source0:        https://github.com/%{gituser}/%{gitname}/archive/%{commit}/%{nam
 
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
+%BuildRequires  autoconf
+%BuildRequires  automake
+
 %description
 This is md5deep, a set of cross-platform tools to compute hashes, or
 message digests, for any number of files while optionally recursively


More information about the scm-commits mailing list