[ppl/f15/master] Added a build dependency from `pl'.

Roberto Bagnara bagnara at fedoraproject.org
Mon Feb 28 18:10:47 UTC 2011


commit 5d111813adad370d647b6f1365eb5dd7c3a0f801
Author: Roberto Bagnara <bagnara at cs.unipr.it>
Date:   Mon Feb 28 19:09:58 2011 +0100

    Added a build dependency from `pl'.

 ppl.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ppl.spec b/ppl.spec
index 5bbfbf0..5026e2a 100644
--- a/ppl.spec
+++ b/ppl.spec
@@ -87,7 +87,7 @@ of the Parma Polyhedra Library.
 %package swiprolog
 Summary:        The SWI-Prolog interface of the Parma Polyhedra Library
 Group:          Development/Libraries
-BuildRequires:  pl-devel >= 5.6.57-2
+BuildRequires:  pl >= 5.6.57-2, pl-devel >= 5.6.57-2
 Requires:       %{name} = %{version}-%{release}, %{name}-pwl = %{version}-%{release}, pl >= 5.6.57-2
 %description swiprolog
 This package adds SWI-Prolog support to the Parma Polyhedra Library.
@@ -96,7 +96,7 @@ Install this package if you want to use the library in SWI-Prolog programs.
 %package swiprolog-static
 Summary:        The static archive for the SWI-Prolog interface of the Parma Polyhedra Library
 Group:          Development/Libraries
-BuildRequires:  pl-devel >= 5.6.57-2, pl-static >= 5.6.57-2
+BuildRequires:  pl >= 5.6.57-2, pl-devel >= 5.6.57-2, pl-static >= 5.6.57-2
 Requires:       %{name}-swiprolog = %{version}-%{release}
 %description swiprolog-static
 This package contains the static archive for the SWI-Prolog interface


More information about the scm-commits mailing list