[cddlib] Fix build failure (missing BR on automake)

konradm konradm at fedoraproject.org
Sun Jul 22 20:59:35 UTC 2012


commit ff614a9bbfa6b453cc51ef49c866b0db7de881ba
Author: Conrad Meyer <cse.cem at gmail.com>
Date:   Sun Jul 22 13:59:29 2012 -0700

    Fix build failure (missing BR on automake)

 cddlib.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/cddlib.spec b/cddlib.spec
index 0d7dfff..9ba3098 100644
--- a/cddlib.spec
+++ b/cddlib.spec
@@ -1,6 +1,6 @@
 Name:           cddlib
 Version:        094g
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        A library for generating all vertices in convex polyhedrons
 Group:          Applications/Engineering
 License:        GPLv2+
@@ -10,6 +10,7 @@ Source0:        ftp://ftp.ifor.math.ethz.ch/pub/fukuda/cdd/%{name}-%{version}.ta
 Source1:        cdd_both_reps.c
 
 BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  gmp-devel
 BuildRequires:  tex(latex)
 
@@ -139,6 +140,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 
 
 %changelog
+* Sun Jul 22 2012 Conrad Meyer <konrad at tylerc.org> - 094g-5
+- Add automake BR too
+
 * Sun Jul 22 2012 Conrad Meyer <konrad at tylerc.org> - 094g-4
 - Add autoconf BR as per mass rebuild build failure
 


More information about the scm-commits mailing list