From 7eff1955807bfb9445266c600653a3c081f3884a Mon Sep 17 00:00:00 2001 From: pcpa Date: Jul 28 2012 16:00:05 +0000 Subject: Add libtool to build requires --- diff --git a/cddlib.spec b/cddlib.spec index 9ba3098..1cb8a04 100644 --- a/cddlib.spec +++ b/cddlib.spec @@ -1,6 +1,6 @@ Name: cddlib Version: 094g -Release: 5%{?dist} +Release: 6%{?dist} Summary: A library for generating all vertices in convex polyhedrons Group: Applications/Engineering License: GPLv2+ @@ -12,6 +12,7 @@ Source1: cdd_both_reps.c BuildRequires: autoconf BuildRequires: automake BuildRequires: gmp-devel +BuildRequires: libtool BuildRequires: tex(latex) Patch0: cddlib-sagemath.patch @@ -140,6 +141,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %changelog +* Sat Jul 28 2012 pcpa - 094g-6 +- Add libtool to build requires + * Sun Jul 22 2012 Conrad Meyer - 094g-5 - Add automake BR too