[vtk/f15] Remove rpaths from all hand installed binaries (Bug 744437) Don't link against OSMesa (Bug 744434)

Orion Poplawski orion at fedoraproject.org
Mon Oct 10 18:15:48 UTC 2011


commit 71d8b22511a3521b2255a74b5320d2e805f597f2
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Mon Oct 10 12:11:09 2011 -0600

    Remove rpaths from all hand installed binaries (Bug 744437)
    Don't link against OSMesa (Bug 744434)

 vtk.spec |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/vtk.spec b/vtk.spec
index 954ec69..cb9de7f 100644
--- a/vtk.spec
+++ b/vtk.spec
@@ -1,4 +1,5 @@
-%bcond_without OSMesa
+# Disable OSMesa builds for now - see Bug 744434
+%bcond_with OSMesa
 %bcond_without java
 
 %{!?python_sitearch:%global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
@@ -6,7 +7,7 @@
 Summary: The Visualization Toolkit - A high level 3D visualization library
 Name: vtk
 Version: 5.6.1
-Release: 9%{?dist}
+Release: 10%{?dist}
 # This is a variant BSD license, a cross between BSD and ZLIB.
 # For all intents, it has the same rights and restrictions as BSD.
 # http://fedoraproject.org/wiki/Licensing/BSD#VTKBSDVariant
@@ -285,7 +286,7 @@ for filelist in utils.list examples.list testing.list; do
 done
 
 # Remove any remnants of rpaths
-for file in `cat examples.list`; do
+for file in `cat utils.list examples.list testing.list`; do
   chrpath -d %{buildroot}$file
 done
 
@@ -396,6 +397,10 @@ rm -rf %{buildroot}
 %doc vtk-examples-5.6/Examples
 
 %changelog
+* Mon Oct 10 2011 Orion Poplawski <orion at cora.nwra.com> - 5.6.1-10
+- Remove rpaths from all hand installed binaries (Bug 744437)
+- Don't link against OSMesa (Bug 744434)
+
 * Thu May 19 2011 Orion Poplawski <orion at cora.nwra.com> - 5.6.1-9
 - Update soversion patch to add soversion to libvtkNetCDF.so
 


More information about the scm-commits mailing list