[maxima] workaround missing requires in ecl

Rex Dieter rdieter at fedoraproject.org
Mon Jul 2 19:24:47 UTC 2012


commit 06f054fcb7556397ac4f75f5687a1c32e73f133b
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Mon Jul 2 14:27:48 2012 -0500

    workaround missing requires in ecl

 maxima.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/maxima.spec b/maxima.spec
index b5ee136..bc9f6a0 100644
--- a/maxima.spec
+++ b/maxima.spec
@@ -186,6 +186,8 @@ Maxima compiled with Steel Bank Common Lisp (sbcl).
 Summary: Maxima compiled with ECL 
 Group:   Applications/Engineering
 BuildRequires: ecl
+# workaround missing requires in ecl pkg(?)
+BuildRequires: libffi-devel
 %global ecllib %(ecl -eval "(princ (SI:GET-LIBRARY-PATHNAME))" -eval "(quit)")
 Requires: ecl
 Requires: %{name} = %{version}-%{release}


More information about the scm-commits mailing list