SHA256
1
0
forked from pool/vtk

Accepting request 71822 from home:ealin:branches:science

- fix the missing soname for libVTKnetcdf_cxx

OBS-URL: https://build.opensuse.org/request/show/71822
OBS-URL: https://build.opensuse.org/package/show/science/vtk?expand=0&rev=23
This commit is contained in:
Atri Bhattacharya 2011-05-28 10:45:57 +00:00 committed by Git OBS Bridge
parent c8e0c212cd
commit fde30daad8
3 changed files with 18 additions and 1 deletions

10
vtk-soversion2.patch Normal file
View File

@ -0,0 +1,10 @@
--- VTK/Utilities/vtknetcdf/CMakeLists.txt.old 2011-05-27 18:33:10.035001264 +0100
+++ VTK/Utilities/vtknetcdf/CMakeLists.txt 2011-05-27 18:34:16.298001142 +0100
@@ -298,6 +298,7 @@ ADD_DEFINITIONS("-DNC_DLL_EXPORT")
# Apply user-defined properties to the library target.
IF(VTK_LIBRARY_PROPERTIES)
SET_TARGET_PROPERTIES(vtkNetCDF PROPERTIES ${VTK_LIBRARY_PROPERTIES})
+ SET_TARGET_PROPERTIES(vtkNetCDF_cxx PROPERTIES ${VTK_LIBRARY_PROPERTIES})
ENDIF(VTK_LIBRARY_PROPERTIES)
IF(NOT VTK_INSTALL_NO_LIBRARIES)

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat May 28 07:49:50 UTC 2011 - alinm.elena@gmail.com
- fix the missing soname for libVTKnetcdf_cxx
------------------------------------------------------------------- -------------------------------------------------------------------
Sun May 22 17:02:27 UTC 2011 - stecue@gmail.com Sun May 22 17:02:27 UTC 2011 - stecue@gmail.com

View File

@ -54,7 +54,8 @@ Patch8: vtk-libpng14.patch
Patch9: vtk-string-length.patch Patch9: vtk-string-length.patch
# PATCH-FIX-UPSTREAM vtk-Balloon-Representation.patch badshah400@gmail.com Correct assignment operations in source files # PATCH-FIX-UPSTREAM vtk-Balloon-Representation.patch badshah400@gmail.com Correct assignment operations in source files
Patch10: vtk-Balloon-Representation.patch Patch10: vtk-Balloon-Representation.patch
# patch to fix the soname for libVTKnetcdf_cxx
Patch11: vtk-soversion2.patch
Url: http://vtk.org/ Url: http://vtk.org/
BuildRequires: Mesa-devel BuildRequires: Mesa-devel
BuildRequires: MesaGLw-devel BuildRequires: MesaGLw-devel
@ -222,6 +223,7 @@ programming languages.
%endif %endif
%patch9 -p1 %patch9 -p1
%patch10 -p1 %patch10 -p1
%patch11 -p1
# Replace relative path ../../../VTKData with %{_datadir}/vtkdata-%{version} # Replace relative path ../../../VTKData with %{_datadir}/vtkdata-%{version}
# otherwise it will break on symlinks. # otherwise it will break on symlinks.