diff --git a/paraview.spec b/paraview.spec index e62d0fc..31738a7 100644 --- a/paraview.spec +++ b/paraview.spec @@ -13,7 +13,7 @@ Name: paraview Version: %{pv_majmin}.%{pv_patch} -Release: 2%{?dist} +Release: 3%{?dist} Summary: Parallel visualization application Group: Applications/Engineering @@ -354,6 +354,9 @@ desktop-file-install --vendor=fedora \ rm $RPM_BUILD_ROOT%{_bindir}/vtk{EncodeString,ParseJava,Wrap{Hierarchy,Java,Python,Tcl}}* popd +# Strip build dir from VTKConfig.cmake (bug #917425) +find $RPM_BUILD_ROOT -name VTKConfig.cmake | xargs sed -i -e '/builddir/s/^/#/' + %clean rm -rf $RPM_BUILD_ROOT @@ -435,6 +438,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || : %changelog +* Thu Mar 7 2013 Orion Poplawski - 3.98.1-3 +- Remove builddir path from VTKConfig.cmake (bug #917425) + * Sun Feb 24 2013 Orion Poplawski - 3.98.1-2 - Remove only vtk conflicting binaries (bug #915116) - Do not move python libraries