[ppl] hack hack hack

Tom Callaway spot at fedoraproject.org
Mon Dec 3 15:24:31 UTC 2012


commit 3f63ce0aee364f7859435a77101f69446e5cf577
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Mon Dec 3 10:26:26 2012 -0500

    hack hack hack

 ppl.spec |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/ppl.spec b/ppl.spec
index 329ff07..da0b128 100644
--- a/ppl.spec
+++ b/ppl.spec
@@ -1,6 +1,6 @@
 Name:			ppl
 Version:		1.0
-Release:		1%{?dist}
+Release:		2%{?dist}
 Summary:		The Parma Polyhedra Library: a library of numerical abstractions
 Group:			Development/Libraries
 License:		GPLv3+
@@ -14,6 +14,13 @@ Requires(postun):	/sbin/ldconfig
 Provides:		ppl-pwl = %{version}-%{release}
 Obsoletes:		ppl-pwl <= 0.11.2-11
 BuildRequires:		gmp-devel >= 4.1.3, m4 >= 1.4.8
+# This is a lie and a hack, but we need this to get the build far enough to do cloog.
+# It will go away as soon as that is done.
+%ifarch x86_64
+Provides:		libppl.so.9()(64bit)
+%else
+Provides:		libppl.so.9
+%endif
 
 %description
 The Parma Polyhedra Library (PPL) is a library for the manipulation of
@@ -298,6 +305,9 @@ mv \
 %postun -p /sbin/ldconfig
 
 %changelog
+* Mon Dec  3 2012 Tom Callaway <spot at fedoraproject.org> - 1.0-2
+- ignore this ugly hack, it is going away asap
+
 * Fri Nov 30 2012 Tom Callaway <spot at fedoraproject.org> - 1.0-1
 - update to 1.0
 - spec cleanup


More information about the scm-commits mailing list