[vtk] Add needed requires to vtk-devel

Orion Poplawski orion at fedoraproject.org
Thu Mar 17 15:17:40 UTC 2011


commit c8701cf4a2df323214d1cbc5d8348f58860e1115
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Thu Mar 17 09:17:29 2011 -0600

    Add needed requires to vtk-devel

 vtk.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/vtk.spec b/vtk.spec
index ccfa924..60f89ee 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: 6%{?dist}
+Release: 7%{?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
@@ -65,8 +65,13 @@ volume rendering, LOD control).
 Summary: VTK header files for building C++ code
 Requires: vtk = %{version}-%{release}
 %{?with_OSMesa:Requires: mesa-libOSMesa-devel}
+Requires: gl2ps-devel
 Requires: expat-devel, libjpeg-devel, libpng-devel
+Requires: libogg-devel
+Requires: libtheora-devel
 Requires: libtiff-devel
+Requires: postgresql-devel
+Requires: mysql-devel
 Requires: qt4-devel
 Group: Development/Libraries
 
@@ -391,6 +396,9 @@ rm -rf %{buildroot}
 %doc vtk-examples-5.6/Examples
 
 %changelog
+* Thu Mar 17 2011 Orion Poplawski <orion at cora.nwra.com> - 5.6.1-7
+- Add needed requires to vtk-devel
+
 * Wed Mar 16 2011 Orion Poplawski <orion at cora.nwra.com> - 5.6.1-6
 - Turn on boost, mysql, postgres, ogg theora, and text analysis support,
   bug 688275.


More information about the scm-commits mailing list