Compare commits

...

2 Commits
master ... f19

Author SHA1 Message Date
Orion Poplawski 6e6bd7a240 Add requires PyQt4 to vtk-python 2013-09-16 19:11:20 -06:00
Orion Poplawski 922a834a37 Add requires sip to vtk-python 2013-09-16 11:09:00 -06:00
1 changed files with 9 additions and 1 deletions

View File

@ -12,7 +12,7 @@
Summary: The Visualization Toolkit - A high level 3D visualization library
Name: vtk
Version: 5.10.1
Release: 5%{?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
@ -101,6 +101,8 @@ tcl bindings for VTK
Summary: Python bindings for VTK
Requires: vtk = %{version}-%{release}
Group: System Environment/Libraries
Requires: sip
Requires: PyQt4
%description python
python bindings for VTK
@ -419,6 +421,12 @@ rm -rf %{buildroot}
%doc vtk-examples/Examples
%changelog
* Mon Sep 16 2013 Orion Poplawski <orion@cora.nwra.com> - 5.10.1-7
- Add requires PyQt4 to vtk-python
* Mon Sep 16 2013 Orion Poplawski <orion@cora.nwra.com> - 5.10.1-6
- Add requires sip to vtk-python
* Sun Jul 28 2013 Orion Poplawski <orion@cora.nwra.com> - 5.10.1-5
- Build QVTKWidget and QVTKWidget2 (bug #981786)