From a015005151281d0890b7a2f4d863bf2a3eb418be Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Dec 04 2012 21:07:07 +0000 Subject: bring ugly hack back long enough to rebuild mingw --- 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 - 1.0-3.1 +- bring ugly hack back long enough to rebuild mingw + * Mon Dec 3 2012 Tom Callaway - 1.0-3 - undo ugly hack