[vtk] No longer need to move python libraries

Orion Poplawski orion at fedoraproject.org
Mon Feb 24 16:07:30 UTC 2014


commit 6dd9855c4c78e5b3e50a2999df036f141eaf5fee
Author: Orion Poplawski <orion at nwra.com>
Date:   Mon Feb 24 09:08:20 2014 -0700

    No longer need to move python libraries

 vtk.spec |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/vtk.spec b/vtk.spec
index cbd80b2..2564f4d 100644
--- a/vtk.spec
+++ b/vtk.spec
@@ -270,12 +270,6 @@ mkdir -p %{buildroot}
 pushd build
 make install DESTDIR=%{buildroot}
 
-# Move python libraries into the proper location
-if [ "%{_lib}" != lib -a "`ls %{buildroot}%{_prefix}/lib/*`" != "" ]; then
-  mkdir -p %{buildroot}%{_libdir}
-  mv %{buildroot}%{_prefix}/lib/python* %{buildroot}%{_libdir}/
-fi
-
 # ld config
 mkdir -p %{buildroot}%{_sysconfdir}/ld.so.conf.d
 echo %{_libdir}/vtk > %{buildroot}%{_sysconfdir}/ld.so.conf.d/vtk-%{_arch}.conf


More information about the scm-commits mailing list