rpms/paraview/devel paraview.spec,1.7,1.8

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Sat Oct 7 04:42:31 UTC 2006


Author: orion

Update of /cvs/extras/rpms/paraview/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15761

Modified Files:
	paraview.spec 
Log Message:
- Install needed python libraries to get around make install bug



Index: paraview.spec
===================================================================
RCS file: /cvs/extras/rpms/paraview/devel/paraview.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- paraview.spec	4 Oct 2006 15:23:23 -0000	1.7
+++ paraview.spec	7 Oct 2006 04:42:31 -0000	1.8
@@ -1,6 +1,6 @@
 Name:           paraview
 Version:        2.4.4
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Parallel visualization application
 
 Group:          Applications/Engineering
@@ -183,6 +183,8 @@
 pushd fedora-mpi
 make install DESTDIR=$RPM_BUILD_ROOT
 #Get rid of useless man and cmake files
+install -m 755 bin/libvtkPVServerCommonPython.so $RPM_BUILD_ROOT%{_libdir}/paraview-2.4-mpi/
+install -m 755 bin/libvtkPVServerManagerPython.so $RPM_BUILD_ROOT%{_libdir}/paraview-2.4-mpi/
 rm -rf $RPM_BUILD_ROOT%{_mandir}
 rm $RPM_BUILD_ROOT%{_libdir}/paraview-2.4-mpi/*ICET*cmake
 cat > paraview-mpi.desktop <<EOF
@@ -217,6 +219,8 @@
 #Install the normal version
 pushd fedora
 make install DESTDIR=$RPM_BUILD_ROOT
+install -m 755 bin/libvtkPVServerCommonPython.so $RPM_BUILD_ROOT%{_libdir}/paraview-2.4/
+install -m 755 bin/libvtkPVServerManagerPython.so $RPM_BUILD_ROOT%{_libdir}/paraview-2.4/
 cat > paraview.desktop <<EOF
 [Desktop Entry]
 Encoding=UTF-8
@@ -306,6 +310,9 @@
 
 
 %changelog
+* Fri Oct  6 2006 - Orion Poplawski <orion at cora.wnra.com> - 2.4.4-3
+- Install needed python libraries to get around make install bug
+
 * Wed Oct  4 2006 - Orion Poplawski <orion at cora.wnra.com> - 2.4.4-2
 - Re-enable OSMESA support for FC6
 - Enable python wrapping




More information about the fedora-extras-commits mailing list