[ppl] bring ugly hack back long enough to rebuild mingw

Tom Callaway spot at fedoraproject.org
Tue Dec 4 21:05:10 UTC 2012


commit a015005151281d0890b7a2f4d863bf2a3eb418be
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Tue Dec 4 16:07:07 2012 -0500

    bring ugly hack back long enough to rebuild mingw

 ppl.spec |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/ppl.spec b/ppl.spec
index 455e408..7f12e09 100644
--- a/ppl.spec
+++ b/ppl.spec
@@ -1,6 +1,6 @@
 Name:			ppl
 Version:		1.0
-Release:		3%{?dist}
+Release:		3%{?dist}.1
 Summary:		The Parma Polyhedra Library: a library of numerical abstractions
 Group:			Development/Libraries
 License:		GPLv3+
@@ -14,6 +14,12 @@ 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
+# Hack
+%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 +304,9 @@ mv \
 %postun -p /sbin/ldconfig
 
 %changelog
+* Tue Dec  4 2012 Tom Callaway <spot at fedoraproject.org> - 1.0-3.1
+- bring ugly hack back long enough to rebuild mingw
+
 * Mon Dec  3 2012 Tom Callaway <spot at fedoraproject.org> - 1.0-3
 - undo ugly hack
 


More information about the scm-commits mailing list