- Add Python Eggs for F9+

Thu Jan 10 2008 Caolan McNamara <caolanm@redhat.com> - 5.0.3-21
- Rebuild for new tcl/tk
This commit is contained in:
Jason ティビツ 2008-01-16 05:05:53 +00:00
parent fa7a0d24be
commit 008139d4ca
1 changed files with 11 additions and 1 deletions

View File

@ -7,7 +7,7 @@
Summary: The Visualization Toolkit - A high level 3D visualization library
Name: vtk
Version: 5.0.3
Release: 20%{?dist}
Release: 22%{?dist}
License: BSD-like
Group: System Environment/Libraries
Source: http://www.vtk.org/files/release/5.0/%{name}-%{version}.tar.gz
@ -137,6 +137,7 @@ cmake_command="cmake . \
-DVTK_INSTALL_INCLUDE_DIR:PATH=%{_includedir}/vtk \
-DVTK_INSTALL_LIB_DIR:PATH=%{_libdir} \
-DVTK_DATA_ROOT:PATH=%{_datadir}/vtkdata-%{version} \
-DTK_INTERNAL_PATH:PATH=/usr/include/tk-private/generic \
%if %{with OSMesa}
-DVTK_OPENGL_HAS_OSMESA:BOOL=ON \
%endif
@ -335,6 +336,9 @@ rm -rf %{buildroot}
%files python
%defattr(-,root,root,-)
%{python_sitearch}/vtk
%if 0%{?fedora} >= 9
%{python_sitearch}/*egg-info
%endif
%{_libdir}/*PythonD.so.*
%{_bindir}/vtkpython
%{_bindir}/vtkWrapPython
@ -364,6 +368,12 @@ rm -rf %{buildroot}
%{_libdir}/vtk-examples-5.0
%changelog
* Tue Jan 15 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 5.0.3-22
- Add Python Eggs for F9+
* Thu Jan 10 2008 Caolan McNamara <caolanm@redhat.com> - 5.0.3-21
- Rebuild for new tcl/tk
* Tue Aug 28 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 5.0.3-20
- Rebuild for selinux ppc32 issue.