Browse Source

vtk: update to 6.3.0

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11783 ec354946-7b23-47d6-9f5a-488ba84defc7
ara_t 5 years ago
parent
commit
b316095f67
1 changed files with 15 additions and 11 deletions
  1. 15 11
      v/vtk/vtk-vl.spec

+ 15 - 11
v/vtk/vtk-vl.spec

@@ -11,8 +11,8 @@
 Summary: The Visualization Toolkit - A high level 3D visualization library
 Summary(ja): The Visualization Toolkit - ハイレベル3D可視化ライブラリ
 Name: vtk
-Version: 6.1.0
-Release: 3%{?_dist_release}
+Version: 6.3.0
+Release: 1%{?_dist_release}
 
 # This is a variant BSD license, a cross between BSD and ZLIB.
 # For all intents, it has the same rights and restrictions as BSD.
@@ -26,18 +26,18 @@ Source1: http://www.vtk.org/files/release/6.1/VTKData-%{version}.tar.gz
 
 # Use system libraries
 # http://public.kitware.com/Bug/view.php?id=11823
-Patch0: vtk-6.1.0-system.patch
+# Patch0: vtk-6.1.0-system.patch
 # Install some more needed cmake files to try to support paraview build
 # http://www.vtk.org/Bug/view.php?id=14157
-Patch1: vtk-install.patch
+# Patch1: vtk-install.patch
 # Patch to vtk to use system netcdf library
-Patch2: vtk-6.1.0-netcdf.patch
+# Patch2: vtk-6.1.0-netcdf.patch
 # Fix compilation with mesa 10.4
 # https://bugzilla.redhat.com/show_bug.cgi?id=1138466
 Patch3: vtk-glext.patch
 # Fix types for std::min/man
 # http://www.vtk.org/Bug/view.php?id=15249
-Patch4: vtk-type.patch
+# Patch4: vtk-type.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: cmake >= 2.0.0
@@ -243,11 +243,11 @@ These data are required to run various examples from the examples package.
 
 %prep
 %setup -q -n VTK-%{version}
-%patch0 -p1 -b .system
-%patch1 -p1 -b .install
-%patch2 -p1 -b .netcdf
+# %patch0 -p1 -b .system
+# %patch1 -p1 -b .install
+# %patch2 -p1 -b .netcdf
 %patch3 -p1 -b .glext
-%patch4 -p1 -b .type
+# %patch4 -p1 -b .type
 
 # Remove included thirdparty sources just to be sure
 # TODO - vtksqlite
@@ -495,7 +495,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/vtk/libvtkWrappingTools.a
 %{_libdir}/cmake/vtk/
 %{_bindir}/vtkParseOGLExt
-%{_docdir}/vtk-6.1/
+%{_docdir}/vtk-6.3/
 %{tcl_sitelib}/vtk/vtktcl.c
 
 %files tcl
@@ -554,6 +554,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Aug 25 2018 Toshiaki Ara <ara_t@384.jp> 6.3.0-1
+- update to 6.3.0
+- drop some Patches
+
 * Thu Aug 23 2018 Toshiaki Ara <ara_t@384.jp> 6.1.0-3
 - rebuild with hdf-1.8.20
 - change BuildRequires: R-devel to BuildRequires: R