[vtk] No longer need cmake28 on RHEL6

Orion Poplawski orion at fedoraproject.org
Fri Oct 31 16:22:41 UTC 2014


commit a1c861aad1fc440d6fb09e16d27defa61eb8435b
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Fri Oct 31 10:22:49 2014 -0600

    No longer need cmake28 on RHEL6

 vtk.spec |   13 ++++---------
 1 files changed, 4 insertions(+), 9 deletions(-)
---
diff --git a/vtk.spec b/vtk.spec
index 72fe2f0..c40529d 100644
--- a/vtk.spec
+++ b/vtk.spec
@@ -9,7 +9,7 @@
 Summary: The Visualization Toolkit - A high level 3D visualization library
 Name: vtk
 Version: 6.1.0
-Release: 15%{?dist}
+Release: 16%{?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
@@ -27,11 +27,7 @@ Patch2: vtk-6.1.0-netcdf.patch
 
 URL: http://vtk.org/
 
-%if 0%{?rhel} && (0%{?rhel} <= 6)
-BuildRequires: cmake28
-%else
 BuildRequires: cmake
-%endif
 BuildRequires: gcc-c++
 #%{?with_java:BuildRequires: gcc-java, libgcj-devel, java-devel}
 %{?with_java:BuildRequires: java-devel}
@@ -209,11 +205,7 @@ export JAVA_TOOL_OPTIONS=-Xmx2048m
 
 mkdir build
 pushd build
-%if 0%{?rhel} && (0%{?rhel} <= 6)
-%{cmake28} .. \
-%else
 %{cmake} .. \
-%endif
  -DBUILD_DOCUMENTATION:BOOL=ON \
  -DBUILD_EXAMPLES:BOOL=ON \
  -DBUILD_TESTING:BOOL=OFF \
@@ -451,6 +443,9 @@ cp -pr --parents Wrapping/*/README* _docs/
 %doc vtk-examples/Examples
 
 %changelog
+* Fri Oct 31 2014 Orion Poplawski <orion at cora.nwra.com> - 6.1.0-16
+- No longer need cmake28 on RHEL6
+
 * Thu Sep 4 2014 Orion Poplawski <orion at cora.nwra.com> - 6.1.0-15
 - Increase java heap space for builds (bug #1115920)
 


More information about the scm-commits mailing list