[PyQwt/f16] removed the temporary work-around to remove rpaths since bug #737236 has been resolved

Tadej Janež tadej at fedoraproject.org
Fri Oct 7 16:29:07 UTC 2011


commit ca69b216877d6967c7b0dd962160aad980021c85
Author: Tadej Janež <tadej.janez at tadej.hicsalta.si>
Date:   Fri Oct 7 18:25:46 2011 +0200

    removed the temporary work-around to remove rpaths since bug #737236 has
    been resolved

 PyQwt.spec |   14 +++++---------
 1 files changed, 5 insertions(+), 9 deletions(-)
---
diff --git a/PyQwt.spec b/PyQwt.spec
index 6605f33..3909283 100644
--- a/PyQwt.spec
+++ b/PyQwt.spec
@@ -1,6 +1,6 @@
 Name:           PyQwt
 Version:        5.2.0
-Release:        14%{?dist}.1
+Release:        14%{?dist}.2
 Summary:        Python bindings for Qwt
 
 Group:          Development/Languages
@@ -14,8 +14,6 @@ BuildRequires:  sip-devel
 BuildRequires:  PyQt4-devel
 BuildRequires:  numpy-f2py
 BuildRequires:  qwt-devel
-# added for the temporary work-around, which removes rpaths
-BuildRequires:  chrpath
 
 Requires:       PyQt4%{?_isa}
 Requires:       numpy%{?_isa}
@@ -73,12 +71,6 @@ mv sphinx/build/html devel-doc
 chmod 755 %{buildroot}/%{python_sitearch}/PyQt4/Qwt5/grace.py
 chmod 755 %{buildroot}/%{python_sitearch}/PyQt4/Qwt5/qplt.py
 
-# temporary work-around to remove rpaths
-chrpath --list %{buildroot}/%{python_sitearch}/PyQt4/Qwt5/_iqt.so && \
-chrpath --delete %{buildroot}/%{python_sitearch}/PyQt4/Qwt5/_iqt.so ||:
-chrpath --list %{buildroot}/%{python_sitearch}/PyQt4/Qwt5/Qwt.so && \
-chrpath --delete %{buildroot}/%{python_sitearch}/PyQt4/Qwt5/Qwt.so ||:
-
 
 %files
 %doc ANNOUNCEMENT-%{version} README
@@ -94,6 +86,10 @@ chrpath --delete %{buildroot}/%{python_sitearch}/PyQt4/Qwt5/Qwt.so ||:
 
 
 %changelog
+* Fri Oct 07 2011 Tadej Janež <tadej.janez at tadej.hicsalta.si> - 5.2.0-14.2
+- removed the temporary work-around to remove rpaths since bug #737236 has
+  been resolved
+
 * Sun Sep 18 2011 Tadej Janež <tadej.janez at tadej.hicsalta.si> - 5.2.0-14.1
 - followed suggestions from Rex Dieter (bug #737236) and added a temporary
   work-around to remove rpaths


More information about the scm-commits mailing list