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

konradm konradm at fedoraproject.org
Sun Jul 22 20:47:04 UTC 2012


commit fef4c4c60fab328de4216ae2c84dcd548ea5fcb0
Author: Conrad Meyer <cse.cem at gmail.com>
Date:   Sun Jul 22 13:46:56 2012 -0700

    Fix build failure (missing BR on autoconf)

 cddlib.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/cddlib.spec b/cddlib.spec
index a70e98e..0d7dfff 100644
--- a/cddlib.spec
+++ b/cddlib.spec
@@ -1,6 +1,6 @@
 Name:           cddlib
 Version:        094g
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A library for generating all vertices in convex polyhedrons
 Group:          Applications/Engineering
 License:        GPLv2+
@@ -9,6 +9,7 @@ Source0:        ftp://ftp.ifor.math.ethz.ch/pub/fukuda/cdd/%{name}-%{version}.ta
 # Extracted from http://www.sagemath.org/packages/standard/cddlib-094f.p11.spkg
 Source1:        cdd_both_reps.c
 
+BuildRequires:  autoconf
 BuildRequires:  gmp-devel
 BuildRequires:  tex(latex)
 
@@ -138,6 +139,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 
 
 %changelog
+* Sun Jul 22 2012 Conrad Meyer <konrad at tylerc.org> - 094g-4
+- Add autoconf BR as per mass rebuild build failure
+
 * Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 094g-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list