[cloog] undo hacks

Tom Callaway spot at fedoraproject.org
Mon Dec 3 18:39:20 UTC 2012


commit 2984ae60773f183ccbc2b214a581ec1aa92bf8a6
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Mon Dec 3 13:41:17 2012 -0500

    undo hacks

 cloog.spec |   12 ++++--------
 1 files changed, 4 insertions(+), 8 deletions(-)
---
diff --git a/cloog.spec b/cloog.spec
index 0612dd5..ee308ee 100644
--- a/cloog.spec
+++ b/cloog.spec
@@ -1,6 +1,6 @@
 Name:           cloog
 Version:        0.16.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        The Chunky Loop Generator
 Group:          System Environment/Libraries
 License:        GPLv2+
@@ -19,13 +19,6 @@ designed to avoid control overhead and to produce a very efficient code.
 %package ppl
 Summary:	Parma Polyhedra Library backend (ppl) based version of the Cloog binaries
 Group:		Development/Libraries
-# 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 ppl
 The dynamic shared libraries of the Chunky Loop Generator
@@ -70,6 +63,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-4
+- undo hacks
+
 * Mon Dec  3 2012 Tom Callaway <spot at fedoraproject.org> - 0.16.1-3
 - put the hacky provides in the right place
 


More information about the scm-commits mailing list