]> git.pld-linux.org Git - packages/ParaView.git/commitdiff
Revert "- started update to 4.2.0"
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 31 Oct 2014 15:40:50 +0000 (16:40 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Fri, 31 Oct 2014 15:40:50 +0000 (16:40 +0100)
This reverts commit 5efd6928d75a41120a0f0bf2fb031a3714157a36.

It seems impossible to build v4.2.0 without network and
our infrastructure do not support that.

ParaView.spec

index fa1ee50aeb4e3efd6a293572cdf5ed9b8ed9cd6f..1347c48b1df79cb9ad62fce9b5a87caea7f3e772 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       Parallel visualization application
 Name:          ParaView
-Version:       4.2.0
-Release:       0.1
+Version:       4.0.1
+Release:       9
 License:       BSD
 Group:         Applications/Engineering
 URL:           http://www.paraview.org/
-Source0:       http://www.paraview.org/files/v4.2/%{name}-v%{version}-source.tar.gz
-# Source0-md5: 77cf0e3804eb7bb91d2d94b10bd470f4
+Source0:       http://www.paraview.org/files/v4.0/%{name}-v%{version}-source.tgz
+# Source0-md5: 6a300744eaf32676a3a7e1b42eb642c7
 Source1:       %{name}_22x22.png
 Source2:       %{name}.xml
 Patch0:                %{name}-vtk-use-system-libs.patch
@@ -87,10 +87,10 @@ developing applications that use %{name}.
 %prep
 %setup -q -n %{name}-v%{version}-source
 %patch0 -p0
-#%patch1 -p1
-#%patch2 -p1
-#%patch3 -p0
-#%patch4 -p1
+%patch1 -p1
+%patch2 -p1
+%patch3 -p0
+%patch4 -p1
 %patch5 -p1
 #Remove included thirdparty sources just to be sure
 for x in protobuf ; do
@@ -100,6 +100,8 @@ for x in expat freetype gl2ps hdf5 jpeg libxml2 netcdf oggtheora png sqlite tiff
        rm -r VTK/ThirdParty/$x/vtk$x
 done
 
+%{__rm} -r ParaViewCore/ServerImplementation/Default/Testing
+
 %build
 rm -rf build
 mkdir build
@@ -140,7 +142,6 @@ cd build
        -DVTK_USE_SYSTEM_PNG:BOOL=ON \
        -DVTK_USE_SYSTEM_TIFF:BOOL=ON \
        -DVTK_USE_SYSTEM_ZLIB:BOOL=ON \
-       -DVTK_USE_SYSTEM_PROTOBUF:BOOL=ON \
        -DVTK_CUSTOM_LIBRARY_SUFFIX="" \
        -DVTK_USE_INFOVIS:BOOL=OFF \
        -DVTK_USE_SYSTEM_ICET=OFF \
This page took 0.082218 seconds and 4 git commands to generate.