[vtk/f15/master] Add backslashes to VTK_INSTALL_LIB_DIR and VTK_INSTALL_INCLUDE_DIR

mkasik mkasik at fedoraproject.org
Wed Mar 16 14:59:42 UTC 2011


commit a315b9c69a25c6c7201ce00ab01b511442072175
Author: Marek Kasik <mkasik at redhat.com>
Date:   Wed Mar 16 15:58:42 2011 +0100

    Add backslashes to VTK_INSTALL_LIB_DIR and VTK_INSTALL_INCLUDE_DIR

 vtk.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/vtk.spec b/vtk.spec
index aa7fa10..2e0b29c 100644
--- a/vtk.spec
+++ b/vtk.spec
@@ -6,7 +6,7 @@
 Summary: The Visualization Toolkit - A high level 3D visualization library
 Name: vtk
 Version: 5.6.1
-Release: 4%{?dist}
+Release: 5%{?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
@@ -158,8 +158,8 @@ pushd build
  -DBUILD_DOCUMENTATION:BOOL=ON \
  -DBUILD_EXAMPLES:BOOL=ON \
  -DBUILD_TESTING:BOOL=ON \
- -DVTK_INSTALL_INCLUDE_DIR:PATH=include/vtk \
- -DVTK_INSTALL_LIB_DIR:PATH=%{_lib}/vtk-5.6 \
+ -DVTK_INSTALL_INCLUDE_DIR:PATH=/include/vtk \
+ -DVTK_INSTALL_LIB_DIR:PATH=/%{_lib}/vtk-5.6 \
  -DVTK_INSTALL_QT_DIR=/%{_lib}/qt4/plugins/designer \
  -DTK_INTERNAL_PATH:PATH=/usr/include/tk-private/generic \
 %if %{with OSMesa}
@@ -383,6 +383,10 @@ rm -rf %{buildroot}
 %doc vtk-examples-5.6/Examples
 
 %changelog
+* Wed Mar 16 2011 Marek Kasik <mkasik at redhat.com> - 5.6.1-5
+- Add backslashes to VTK_INSTALL_LIB_DIR and
+- VTK_INSTALL_INCLUDE_DIR (#687895)
+
 * Tue Mar 15 2011 Orion Poplawski <orion at cora.nwra.com> - 5.6.1-4
 - Set VTK_INSTALL_LIB_DIR, fix bug 687895
 


More information about the scm-commits mailing list