[cloog] hack to get things going

Tom Callaway spot at fedoraproject.org
Mon Dec 3 17:28:25 UTC 2012


commit c12091ede82d581ebbda31392d22ca996f62d19d
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Mon Dec 3 12:30:21 2012 -0500

    hack to get things going

 cloog.spec |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/cloog.spec b/cloog.spec
index 9f71071..c572a9b 100644
--- a/cloog.spec
+++ b/cloog.spec
@@ -1,6 +1,6 @@
 Name:           cloog
 Version:        0.16.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        The Chunky Loop Generator
 Group:          System Environment/Libraries
 License:        GPLv2+
@@ -9,6 +9,13 @@ Source0:        ftp://gcc.gnu.org/pub/gcc/infrastructure/%{name}-parma-%{version
 BuildRequires:  ppl-devel >= 0.10
 BuildRequires:  gmp-devel >= 4.1.3
 BuildRequires:  libtool
+# Hack hack hack
+# Just needed to get the toolchains over
+%ifarch x86_64
+Provides:	libcloog.so.0()(64bit)
+%else
+Provides:	libcloog.so.0
+%endif
 
 %description
 CLooG is a software which generates loops for scanning Z-polyhedra. That is,
@@ -63,6 +70,9 @@ make DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p" install
 %postun ppl -p /sbin/ldconfig
 
 %changelog
+* Mon Dec  3 2012 Tom Callaway <spot at fedoraproject.org> - 0.16.1-2
+- hack to get the compilers built (will go away)
+
 * Fri Nov 30 2012 Tom Callaway <spot at fedoraproject.org> - 0.16.1-1
 - update to 0.16.1
 


More information about the scm-commits mailing list