rpms/vtk/devel vtk.spec,1.4,1.5

Jason ティビツ (tibbs) fedora-extras-commits at redhat.com
Wed Jan 16 05:06:38 UTC 2008


Author: tibbs

Update of /cvs/extras/rpms/vtk/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11460

Modified Files:
	vtk.spec 
Log Message:
* 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 at redhat.com> - 5.0.3-21
- Rebuild for new tcl/tk



Index: vtk.spec
===================================================================
RCS file: /cvs/extras/rpms/vtk/devel/vtk.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vtk.spec	28 Aug 2007 21:42:28 -0000	1.4
+++ vtk.spec	16 Jan 2008 05:05:53 -0000	1.5
@@ -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 @@
  -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 @@
 %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 @@
 %{_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 at 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.
 




More information about the fedora-extras-commits mailing list