Accepting request 71834 from home:badshah400:branches:science
Fix build failures on openSUSE 11.3 and minor spec file cleanup OBS-URL: https://build.opensuse.org/request/show/71834 OBS-URL: https://build.opensuse.org/package/show/science/vtk?expand=0&rev=24
This commit is contained in:
parent
fde30daad8
commit
ea8389538b
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 28 17:35:51 UTC 2011 - badshah400@gmail.com
|
||||||
|
|
||||||
|
- Add explicit libQtWebKit-devel BuildRequires to fix build
|
||||||
|
failures on openSUSE 11.3
|
||||||
|
- Make description of sub-package vtk-qt more detailed
|
||||||
|
- Spec file clean up
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat May 28 07:49:50 UTC 2011 - alinm.elena@gmail.com
|
Sat May 28 07:49:50 UTC 2011 - alinm.elena@gmail.com
|
||||||
|
|
||||||
|
27
vtk.spec
27
vtk.spec
@ -77,6 +77,7 @@ BuildRequires: libjpeg-devel
|
|||||||
BuildRequires: libmysqlclient-devel
|
BuildRequires: libmysqlclient-devel
|
||||||
BuildRequires: libpng-devel
|
BuildRequires: libpng-devel
|
||||||
BuildRequires: libqt4-devel
|
BuildRequires: libqt4-devel
|
||||||
|
BuildRequires: libQtWebKit-devel
|
||||||
BuildRequires: libtheora-devel
|
BuildRequires: libtheora-devel
|
||||||
BuildRequires: libtiff-devel
|
BuildRequires: libtiff-devel
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
@ -112,7 +113,7 @@ Requires: libqt4-devel
|
|||||||
Requires: libtheora-devel
|
Requires: libtheora-devel
|
||||||
Requires: libtiff-devel
|
Requires: libtiff-devel
|
||||||
Requires: postgresql-devel
|
Requires: postgresql-devel
|
||||||
Requires: vtk = %{version}
|
Requires: %{name} = %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
VTK is an open-source software system for image processing, 3D
|
VTK is an open-source software system for image processing, 3D
|
||||||
@ -127,7 +128,7 @@ use VTK to do 3D visualisation.
|
|||||||
%package tcl
|
%package tcl
|
||||||
Summary: Tcl bindings for VTK
|
Summary: Tcl bindings for VTK
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: vtk = %{version}
|
Requires: %{name} = %{version}
|
||||||
|
|
||||||
%description tcl
|
%description tcl
|
||||||
VTK is an open-source software system for image processing, 3D
|
VTK is an open-source software system for image processing, 3D
|
||||||
@ -141,7 +142,8 @@ This package provides tcl bindings for VTK.
|
|||||||
%package -n python-vtk
|
%package -n python-vtk
|
||||||
Summary: Python bindings for VTK
|
Summary: Python bindings for VTK
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: vtk = %{version}
|
Requires: %{name} = %{version}
|
||||||
|
%{py_requires}
|
||||||
|
|
||||||
%description -n python-vtk
|
%description -n python-vtk
|
||||||
VTK is an open-source software system for image processing, 3D
|
VTK is an open-source software system for image processing, 3D
|
||||||
@ -155,7 +157,7 @@ This package provides python bindings for VTK.
|
|||||||
%package java
|
%package java
|
||||||
Summary: Java bindings for VTK
|
Summary: Java bindings for VTK
|
||||||
Group: Development/Libraries/Java
|
Group: Development/Libraries/Java
|
||||||
Requires: vtk = %{version}
|
Requires: %{name} = %{version}
|
||||||
|
|
||||||
%description java
|
%description java
|
||||||
VTK is an open-source software system for image processing, 3D
|
VTK is an open-source software system for image processing, 3D
|
||||||
@ -169,7 +171,7 @@ This package provides java bindings for VTK.
|
|||||||
%package testing
|
%package testing
|
||||||
Summary: Testing programs for VTK
|
Summary: Testing programs for VTK
|
||||||
Group: Productivity/Scientific/Other
|
Group: Productivity/Scientific/Other
|
||||||
Requires: vtk = %{version}
|
Requires: %{name} = %{version}
|
||||||
Requires: vtkdata = %{version}
|
Requires: vtkdata = %{version}
|
||||||
|
|
||||||
%description testing
|
%description testing
|
||||||
@ -183,18 +185,23 @@ This package provides a few testing programs for VTK
|
|||||||
|
|
||||||
%package qt
|
%package qt
|
||||||
Summary: QT VTK widget
|
Summary: QT VTK widget
|
||||||
Requires: vtk = %{version}
|
Requires: %{name} = %{version}
|
||||||
# do not neeeded to call it, rpm take care of it
|
|
||||||
#Requires: libqt4
|
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
|
|
||||||
%description qt
|
%description qt
|
||||||
Qt VTK widget
|
VTK is an open-source software system for image processing, 3D
|
||||||
|
graphics, volume rendering and visualization. VTK includes many
|
||||||
|
advanced algorithms (e.g., surface reconstruction, implicit modelling,
|
||||||
|
decimation) and rendering techniques (e.g., hardware-accelerated
|
||||||
|
volume rendering, LOD control).
|
||||||
|
|
||||||
|
This package provides Qt bindings for VTK.
|
||||||
|
|
||||||
|
|
||||||
%package examples
|
%package examples
|
||||||
Summary: Examples for VTK
|
Summary: Examples for VTK
|
||||||
Group: Productivity/Scientific/Other
|
Group: Productivity/Scientific/Other
|
||||||
Requires: vtk = %{version}
|
Requires: %{name} = %{version}
|
||||||
Requires: vtkdata = %{version}
|
Requires: vtkdata = %{version}
|
||||||
|
|
||||||
%description examples
|
%description examples
|
||||||
|
Loading…
Reference in New Issue
Block a user